Merge lp:~thomir-deactivatedaccount/autopkgtest-result-checker/snappy-proposed-migration-change-exchange-name into lp:autopkgtest-result-checker/snappy-proposed-migration

Proposed by Thomi Richards
Status: Merged
Approved by: Thomi Richards
Approved revision: 18
Merged at revision: 18
Proposed branch: lp:~thomir-deactivatedaccount/autopkgtest-result-checker/snappy-proposed-migration-change-exchange-name
Merge into: lp:autopkgtest-result-checker/snappy-proposed-migration
Diff against target: 26 lines (+4/-4)
1 file modified
core_result_checker/constants.py (+4/-4)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/autopkgtest-result-checker/snappy-proposed-migration-change-exchange-name
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Celso Providelo (community) Needs Information
Review via email: mp+260223@code.launchpad.net

Commit message

Change queue names.

Description of the change

Change queue names

To post a comment you must log in.
Revision history for this message
Celso Providelo (cprov) wrote :

Thomi,

I looks fine for now, except the partial/confusing service name that will be pushed to ELK.

I think we will have to review/cleanup the queue names when everything gets deployed, I am bothered by not having a standard as "<service>.<thing>.v1" where *thing* sometimes is plural sometimes is singular (result/results). We have deployed enough services to start make sense of their names.

{{{
stg-ue-ci-engineering@wendigo:~$ ~/adt-continuous-deployer/queue-monitor.py 162.213.32.181
+----------------------------------+----------+-------------------------+-----------+
| name | messages | messages_unacknowledged | consumers |
+----------------------------------+----------+-------------------------+-----------+
| adt.deadletters.v1 | 132 | 0 | 0 |
| adt.requests.amd64.nova.v1 | 1 | 1 | 20 |
| adt.requests.i386.nova.v1 | 0 | 0 | 20 |
| adt.results.v1 | 0 | 0 | 1 |
| core.deadletters.v1 | 0 | 0 | 0 |
| core.image.v1 | 0 | 0 | 1 |
| core.package.v1 | 0 | 0 | 1 |
| core.result.v1 | 0 | 0 | 2 |
| core.tests.v1 | 0 | 0 | 1 |
| pm.results | 1 | 0 | 0 |
| snappy-proposed-migration.result | 0 | 0 | 5 |
+----------------------------------+----------+-------------------------+-----------+
}}}

review: Needs Information
Revision history for this message
Ubuntu CI Bot (uci-bot) wrote :

Voting does not meet specified criteria. Required: Approve >= 1. Got: 1 Needs Information.

Revision history for this message
Thomi Richards (thomir-deactivatedaccount) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'core_result_checker/constants.py'
2--- core_result_checker/constants.py 2015-05-25 21:23:51 +0000
3+++ core_result_checker/constants.py 2015-05-26 23:43:22 +0000
4@@ -20,19 +20,19 @@
5 # Queue names are constant, rather than being defined in the config.
6
7 # The queue we listen to for new payloads to check:
8-INPUT_QUEUE = "snappy-proposed-migration.result"
9+INPUT_QUEUE = "snappy-proposed.result.v1"
10
11 # The queue we put fatally error'd payloads into:
12-DEAD_LETTER_QUEUE = "core.deadletters.v1"
13+DEAD_LETTER_QUEUE = "snappy-proposed.deadletters.v1"
14
15 # The queue we put payloads on to re-run the test:
16-TEST_RETRY_QUEUE = "snappy-proposed-migration.package"
17+TEST_RETRY_QUEUE = "snappy-proposed.package.v1"
18
19 # The exchange we put results on:
20 DONE_EXCHANGE = "results.exchange"
21
22
23-SOLUTION_NAME = "snappy-proposed-migration"
24+SOLUTION_NAME = "snappy-proposed"
25
26 SERVICE_NAME = "result-checker"
27

Subscribers

People subscribed via source and target branches

to all changes: