[Tune] ProgressReporterTest::testVerboseReporting
is non-deterministic
#29693
Labels
P0
Issues that should be fixed in short order
ray-team-created
Ray Team created
testing
topics about testing
tune
Tune-related issues
What happened + What you expected to happen
test_progress_reporter.py::ProgressReporterTest::testVerboseReporting
checks that multi-line strings likeare in STDOUT.
The problem is that we print status updates like
at non-deterministic times.
This causes outputs to sometimes look like
We should rewrite the test in such a way that results are independent of when status updates are printed.
Versions / Dependencies
Ray: 8b4283f
Reproduction script
If you run
test_progress_reporter.py::ProgressReporterTest::testVerboseReporting
enough, you should eventually get this error.Issue Severity
This test randomly fails 10% of the time.
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: