Tests result duplicated
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ppa-dev-tools |
Fix Committed
|
High
|
Bryce Harrington |
Bug Description
Using 0.5.0 deb from the ppa
$ ppa tests --arch=amd64 ppa:seb128/
* Triggers:
- Source update-
+ Trigger basic @amd64♻️ Trigger all-proposed @amd64💍
- Source update-
+ Trigger basic @amd64♻️ Trigger all-proposed @amd64💍
* Results:
- update-
+ ✅ update-manager on focal for amd64 @ 06.10.23 10:52:59 Log️ 🗒️
...
- update-
+ ✅ update-manager on focal for amd64 @ 06.10.23 10:52:59 Log️ 🗒️
* Running: (none)
* Waiting: (none)
There should be only one result for focal, also the summary isn't include the bionic results (which are correctly listed if '-r bionic' is added)
Related branches
- Athos Ribeiro (community): Approve
- PpaDevTools Developers: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 79 lines (+37/-8)2 files modifiedppa/result.py (+6/-7)
tests/test_result.py (+31/-1)
Changed in ppa-dev-tools: | |
status: | In Progress → Fix Committed |
Confirmed the behavior, and indeed with bug LP: #2038651 fixed, it actually produced *triple* the results it should.
Problem was it was double-looping over the results. Thanks for reporting this, I'm surprised it didn't get caught earlier.