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.
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
--randomoption 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.