Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, two tests running in parallel could occasionally generate identical file names because Math.random() was used for part of the file name, leading to one of the tests failing. The fix is to use a single global counter to generate file names, ensuring deterministic and unique file names for each test.
- Loading branch information