-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate tests that fail when are run in unexpected order #16
Comments
I suggest we start by double checking the tests we are familiar with. By chance,
NOTE: it failed at 7a73c3b + branch changes, so you might need to comment out And
|
Last Friday, I almost lost my sanity when some tests under
dir_handle_get/
started to fail after I reordered them. Because of that I figured out that I was not cleaning of initializing things appropriately.Today, I've added a
--random
option to tinytest test runner (c147292). It shuffles the test cases before running. Not surprisingly, some other tests failed when they are run in an unexpected order.I'm running the tests randomly in another branch and they are failing.
I'm not sure if we have time for this, but it would be helpful to investigate those tests.
The text was updated successfully, but these errors were encountered: