os/signal: TestTerminalSignal is failing on multiple builders #22845
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
I think the linux-arm and linux-amd64-clang failures are due to the ^Z being issued before the command has started. I experience this locally on linux/s390x and if I increase the duration of the intervening
time.Sleep
call then the test passes. I suspect we need a more robust mechanism to check the command has started thantime.Sleep
.I'm not sure why the linux/s390x builder is timing out. I'll investigate.
The text was updated successfully, but these errors were encountered: