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
Add a mock timer for tests that rely on timing, such as pipe tcp timewheel, these occasionally fail due to timing issues.
The text was updated successfully, but these errors were encountered:
Seeing periodic flakey tests on the linux gcc builds.
4 - check_pipe (Failed) 5 - check_tcp (Failed) Errors while running CTest Makefile:85: recipe for target 'test' failed make: *** [test] Error 8 _build/test/channel/tcp/tcp.log:/home/travis/build/twitter/ccommon/test/channel/tcp/check_tcp.c:335:F:tcp test:test_nonblocking:0: Assertion 'duration_us(&duration) >= 500000' failed: duration_us(&duration) == 499977, 500000 == 500000 _build/test/channel/pipe/pipe.log:/home/travis/build/twitter/ccommon/test/channel/pipe/check_pipe.c:129:F:pipe test:test_read_blocking:0: Assertion 'duration_us(&duration) >= 500000' failed: duration_us(&duration) == 499959, 500000 == 500000 Build failure```
Sorry, something went wrong.
No branches or pull requests
Add a mock timer for tests that rely on timing, such as pipe tcp timewheel, these occasionally fail due to timing issues.
The text was updated successfully, but these errors were encountered: