shigoto_integration_SUITE:test_stager_surfaces_due_queue intermittently fails on ?assert(lists:member(~"soon", Before)) and passes on re-run. Observed bouncing an unrelated PR (#45) in CI; the case is timing-sensitive on when the stager surfaces a newly-due queue within a poll window.
Likely fix: make the assertion wait for the stager to fire (poll/receive with a bounded timeout) rather than sampling Before at a fixed instant. Not a product bug in the stager itself; a test-timing issue introduced with the notify-on-due work (#39).
shigoto_integration_SUITE:test_stager_surfaces_due_queueintermittently fails on?assert(lists:member(~"soon", Before))and passes on re-run. Observed bouncing an unrelated PR (#45) in CI; the case is timing-sensitive on when the stager surfaces a newly-due queue within a poll window.Likely fix: make the assertion wait for the stager to fire (poll/receive with a bounded timeout) rather than sampling
Beforeat a fixed instant. Not a product bug in the stager itself; a test-timing issue introduced with the notify-on-due work (#39).