#1142820 golang-github-pion-transport: flaky FAIL: TestDeadline: deadline_test.go:33: Wrong order of deadline signal, expected: [0 2 1], got: [0 1 2]

#1142820#5
Date:
2026-07-26 16:26:29 UTC
From:
To:
Hi!  This package triggers (a probably flaky) FTBFS that triggers
testing migration blocking, currently of golang-golang-x-net.

https://ci.debian.net/packages/g/golang-github-pion-transport/testing/riscv64/73825989/#L825

445s === RUN   TestDeadline
445s === RUN   TestDeadline/Deadline
445s     deadline_test.go:33: Wrong order of deadline signal, expected: [0 2 1], got: [0 1 2]
445s === RUN   TestDeadline/DeadlineExtend
445s === RUN   TestDeadline/DeadlinePretend
445s === RUN   TestDeadline/DeadlineCancel
445s --- FAIL: TestDeadline (0.30s)
445s     --- FAIL: TestDeadline/Deadline (0.09s)
445s     --- PASS: TestDeadline/DeadlineExtend (0.08s)
445s     --- PASS: TestDeadline/DeadlinePretend (0.06s)
445s     --- PASS: TestDeadline/DeadlineCancel (0.07s)
445s === RUN   TestContext
445s === RUN   TestContext/Cancel
445s === RUN   TestContext/Deadline
445s --- PASS: TestContext (0.05s)
445s     --- PASS: TestContext/Cancel (0.05s)
445s     --- PASS: TestContext/Deadline (0.00s)
445s FAIL

/Simon