Howdy partners,
Bodhi 2.2.0 introduced a new feature that allowed updates to not autopush, but to still have karma thresholds. Once the update reaches the karma threshold when autopush is off, the submitter will be offered the "push to stable" button.
There's a bug in this code that results in Karma comments explicitly setting the update request to None[0]. This results in popular updates that use this feature getting stuck in testing, as every time the submitter clicks push to stable there's a race between release engineering pushing the update vs. any helpful tester giving karma to the update (which will set the request back to None).
I'd like to make one more 2.2 series update for Bodhi to resolve this issue. The patch[1] is quite small, and is really only deleting a single line of code from production. The rest of the patch is adjusting tests.
So what say you, yay or nay?
[0] https://github.com/fedora-infra/bodhi/issues/989 [1] https://github.com/fedora-infra/bodhi/pull/992
On Mon, 03 Oct 2016 14:50:48 -0400 Randy Barlow bowlofeggs@fedoraproject.org wrote:
Howdy partners,
Bodhi 2.2.0 introduced a new feature that allowed updates to not autopush, but to still have karma thresholds. Once the update reaches the karma threshold when autopush is off, the submitter will be offered the "push to stable" button.
There's a bug in this code that results in Karma comments explicitly setting the update request to None[0]. This results in popular updates that use this feature getting stuck in testing, as every time the submitter clicks push to stable there's a race between release engineering pushing the update vs. any helpful tester giving karma to the update (which will set the request back to None).
I'd like to make one more 2.2 series update for Bodhi to resolve this issue. The patch[1] is quite small, and is really only deleting a single line of code from production. The rest of the patch is adjusting tests.
So what say you, yay or nay?
+1 here
kevin
On Monday, October 3, 2016 1:05:59 PM CDT Kevin Fenzi wrote:
On Mon, 03 Oct 2016 14:50:48 -0400
Randy Barlow bowlofeggs@fedoraproject.org wrote:
Howdy partners,
Bodhi 2.2.0 introduced a new feature that allowed updates to not autopush, but to still have karma thresholds. Once the update reaches the karma threshold when autopush is off, the submitter will be offered the "push to stable" button.
There's a bug in this code that results in Karma comments explicitly setting the update request to None[0]. This results in popular updates that use this feature getting stuck in testing, as every time the submitter clicks push to stable there's a race between release engineering pushing the update vs. any helpful tester giving karma to the update (which will set the request back to None).
I'd like to make one more 2.2 series update for Bodhi to resolve this issue. The patch[1] is quite small, and is really only deleting a single line of code from production. The rest of the patch is adjusting tests.
So what say you, yay or nay?
+1 here
kevin
+1 also
Dennis
Thanks for the +1's. bodhi-2.2.4 is now deployed on bodhi03 and bodhi04. bodhi-backend03 remains on 2.2.2 (no changes were made to mashing in 2.2.3 or 2.2.4).
infrastructure@lists.fedoraproject.org