snap:build:0.1 doesn't trigger on store_upload_status == 'Uploaded'
Bug #1833424 reported by
Marcus Tomlinson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Colin Watson |
Bug Description
I've written a simple python http server that uses launchpadlib to listen for snap:build:0.1 webhook events on a snap of mine [1]. I get callbacks for store_upload_status == 'Unscheduled' and 'Pending', but nothing for 'Uploaded'.
These events don't show in 'Recent deliveries' on the Manage webhook page either, so it would seem that they're just not being sent.
[1] https:/
Related branches
lp:~cjwatson/launchpad/snap-store-upload-job-commit
- William Grant (community): Approve (code)
-
Diff: 277 lines (+71/-52)2 files modifiedlib/lp/snappy/model/snapbuildjob.py (+43/-36)
lib/lp/snappy/tests/test_snapbuildjob.py (+28/-16)
description: | updated |
description: | updated |
Changed in launchpad: | |
status: | Triaged → In Progress |
assignee: | nobody → Colin Watson (cjwatson) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
So far I'm not quite sure what's going on here. I've had various theories around property caching, but none of them seem to make sense given the logs. I've proposed https:/ /code.launchpad .net/~cjwatson/ launchpad/ log-webhook- triggers/ +merge/ 369093 in the hope that it gives us some more information.