We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--- FAIL: TestCoderLog (0.00s) --- FAIL: TestCoderLog/OutputNotDropped (0.01s) coder_test.go:100: Error Trace: /home/runner/work/envbox/envbox/buildlog/coder_test.go:100 Error: Condition never satisfied Test: TestCoderLog/OutputNotDropped --- FAIL: TestCoderLog/OK (0.01s) coder_test.go:51: Error Trace: /home/runner/work/envbox/envbox/buildlog/coder_test.go:51 Error: Condition never satisfied Test: TestCoderLog/OK FAIL
I could only get it to reproduce somewhat reliably by running
go test -count=10000 ./buildlog/
Interestingly, the race detector didn't seem to pick anything up.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I could only get it to reproduce somewhat reliably by running
Interestingly, the race detector didn't seem to pick anything up.
The text was updated successfully, but these errors were encountered: