Skip to content
New issue

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

Flaky unit test(s) #606

Open
peterychang opened this issue Feb 7, 2024 · 0 comments
Open

Flaky unit test(s) #606

peterychang opened this issue Feb 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@peterychang
Copy link
Contributor

Seen in CI, the unit test queue_config_drop_rate_test failed once, passed on rerun.

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

@peterychang peterychang added the bug Something isn't working label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant