-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
meta_test_multiple_versions_strategy is spuriously failing #6613
Comments
Hit again today. |
So with the number of different things running Cargos test sweet flaky tests are not acceptable. I am sorry for adding them! It does make me wonder if something changed to make the distribution worse. The real solution is to switch to using a fixed seed so as to be sure we have consistent tests. |
Also occurs with
|
Fixed by #6753? |
Yes! Thanks! |
meta_test_multiple_versions_strategy
has failed a few times during CI:with errors that look like:
thread 'support::resolver::meta_test_multiple_versions_strategy' panicked at 'In 1280 tries we did not see a wide enough distribution of multiple versions of the same library! dis: [1099, 45, 31, 16, 20, 15, 3, 3, 0, 9]', tests/testsuite/support/resolver.rs:564:5
thread 'support::resolver::meta_test_multiple_versions_strategy' panicked at 'In 1280 tries we did not see a wide enough distribution of multiple versions of the same library! dis: [1026, 75, 30, 24, 14, 5, 4, 7, 0, 19]', src/tools/cargo/tests/testsuite/support/resolver.rs:564:5
The text was updated successfully, but these errors were encountered: