You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run my tests with datatest-stable (0.2.9), using nextest as the runner, a semi-random number of tests are marked as leaky.
This seems to only depend on how many tests the crate has, and not what the tests are doing.
I have an example repo here: https://github.com/zaneduffield/datatest_leak_issue
That repo has 1000 test files, which are used with a no-op test function.
When I run cargo nextest run on it, about 40% of the tests are marked as 'leaky'.
One issue that may be related is how slow this is: ~17s on my machine compared to ~0.2s with cargo test.