-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few of our tests are quite flaky #475
Comments
Hi ! Is it easy to detect flakyness locally, e.g. would just rerunning the suite couple of times locally give you intermittent failures ? |
Running it locally a few times should show failures yes On Wed, Oct 12, 2016, 1:07 AM Cyryl Płotnicki notifications@github.com
|
I'm interested in fixing it, will try to get a PR on the weekend possibly |
Make database URL tests work in parallel. Fix #475
Specifically the tests in https://github.com/diesel-rs/diesel/blob/master/diesel_codegen_shared/src/database_url.rs are failing intermittently. The fix is likely just to make sure each test has a uniquely named environment variable that it's working with.
The text was updated successfully, but these errors were encountered: