Open D4ryl00 opened 7 months ago
The cause of the failure may be related to problem reported in https://github.com/berty/weshnet/issues/98 .
The issue reported in https://github.com/berty/weshnet/issues/98 has been resolved. We should check again if this is still failing randomly.
@jefft0 to log into the CI server and try again.
In the ssh-running on the CI node, I ran go test -v -count=300 -run TestReplicateAutomatically ./...
. It still hangs after about 100 repetitions of the test.
Is there an existing issue for this?
Package version
current
Golang version
go1.21
Bug description
This test fails at most 1 in 300 times. When it fails, it's because it hangs.
Current behavior
TestReplicateAutomatically hangs and fails.
Expected behavior
TestReplicateAutomatically passes.
Environment
CI macOS, linux
Other
No response