Need scriptactivity monitoring of "gina"
Bug #449408 reported by
Tom Haddon
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Steve Kowalik |
Bug Description
./scripts/gina.py needs to log an entry to the scriptactivity table upon successful completion, and we also then need to setup a check that it has completed within the desired timeframe.
Related branches
lp://qastaging/~stevenk/launchpad/gina-log-to-scriptactivity
- Abel Deuring (community): Approve (code)
-
Diff: 142 lines (+39/-61)1 file modifiedscripts/gina.py (+39/-61)
Changed in soyuz: | |
milestone: | none → pending |
importance: | Medium → High |
tags: | added: canonical-losa-lp |
tags: | added: gina |
Changed in soyuz: | |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Not easy since gina doesn't use the standard LPScript stuff. We could write the entry directly instead, which would be much quicker to fix.