test failed due to non-unique log file #1936
Labels
development
Bugs, paper cuts, feature requests, or other thoughts on making omicron development better
Test Flake
Tests that work. Wait, no. Actually yes. Hang on. Something is broken.
While running part of the Omicron test suite in a loop, I ran into this:
The log file has the test name, some Cargo identifier, pid, and a per-process counter. But it still looks like we conflicted with an old log file. I say that because this failure happened in the last 24 hours (so, after 2022-11-10T23:00Z), but that path exists from before that:
This seems probably unlikely in CI, but possible in dev environments where failed test run files may stick around for a while.
The text was updated successfully, but these errors were encountered: