Created ticket not being handled, never leaves New state
Bug #1337294 reported by
Evan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Engine |
Fix Committed
|
High
|
Ursula Junque |
Bug Description
Using the acceptance testing deployment, http://
The first ticket Colin created does not appear in the webui and has not progressed out of New.
➜ ubuntu-ci -u http://
Ticket #2 - click test
Curent landing step: New - Not started
Description: click 0.4.29~ppa1 test from cjwatson
Owner: cjwatson
Created: Thu, 3 Jul 2014 11:29:44 +0000
Updated: Thu, 3 Jul 2014 11:29:44 +0000
Bug #: None
Added binaries: click,click-dev
Removed binaries: None
➜ curl http://
{"meta": {"limit": 20, "next": null, "offset": 0, "previous": null, "total_count": 0}, "objects": []}
Related branches
lp://staging/~ursinha/uci-engine/update-ticket-raises-error
- Francis Ginther: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 619 lines (+208/-74)9 files modifiedcli/ci_cli/tests/__init__.py (+2/-2)
cli/ci_cli/tests/test_cli.py (+81/-19)
cli/ci_cli/tests/test_get_ticket_status.py (+6/-6)
cli/ci_cli/tests/test_image.py (+11/-11)
cli/ci_cli/tests/test_ticket.py (+18/-18)
cli/ci_cli/tests/test_utils.py (+61/-3)
cli/ci_cli/ticket.py (+18/-7)
cli/ci_cli/utils.py (+9/-7)
cli/ubuntu-ci (+2/-1)
summary: |
- Created ticket not appearing in webui + Created ticket not being handled, never leaves New state |
Changed in uci-engine: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
What was the command line he used to create the ticket? Do you have the cli output?