667495cf43aea0f9ed6726edcae77e81de22ade1
The init_creates_log_directory_and_file test called init() which sets a global tracing subscriber. When tests run in parallel, other tests may have already set the subscriber, causing init() to return an error and the test to fail. Now the test tolerates the 'already set' error while still asserting the log file is created.
Description
Languages
Rust
99.8%
Dockerfile
0.2%