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
Seen in CI, the unit test queue_config_drop_rate_test failed once, passed on rerun.
queue_config_drop_rate_test
The error message is
2024-02-07T19:32:02.5486140Z Start 1: rltest 2024-02-07T19:33:00.8003827Z 1/1 Test #1: rltest ...........................***Failed 58.25 sec 2024-02-07T19:33:00.8004700Z Running 225 test cases... 2024-02-07T19:33:00.8007301Z D:/a/reinforcement_learning/reinforcement_learning/unit_test/async_batcher_test.cc(388): error: in "queue_config_drop_rate_test": check items[0] == "0.00\n0.69\n0.70\n" has failed [0.00 2024-02-07T19:33:00.8008886Z != 0.00 2024-02-07T19:33:00.8009202Z 0.69 2024-02-07T19:33:00.8009494Z 0.70 2024-02-07T19:33:00.8009773Z ]
I presume more of the async batcher tests will have similar issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seen in CI, the unit test
queue_config_drop_rate_test
failed once, passed on rerun.The error message is
I presume more of the async batcher tests will have similar issues
The text was updated successfully, but these errors were encountered: