Closed Jille closed 2 months ago
I reproduced this on yesterday's master
. Sometimes it does succeed, sometimes it fails like this.
go: downloading github.com/pion/sctp v1.8.2
=== RUN TestStuff
2024/08/17 13:07:00 OpenStream(5) when dialing to "127.0.0.1:55086"
2024/08/17 13:07:00 OpenStream(4) when dialing to "127.0.0.1:65253"
2024/08/17 13:07:00 AcceptStream returned 4 from 127.0.0.1:55086
2024/08/17 13:07:00 AcceptStream returned 5 from 127.0.0.1:65253
sctp ERROR: 2024/08/17 13:07:02 [0x1400013c000] stream 4 not found)
udp_test.go:90: Received buffers are not equal to sent ones
Current master however, just hangs forever on eg.Wait
and never succeeds.
Fixed with 38aaf9d57b40ff3400693977ce8b58aa16f47106
This test failed during an unrelated PR.
https://github.com/sgielen/rufs/runs/5082942193