mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-30 16:59:52 +00:00
cf362282f0
The transition_matrix_tests use #[serial_test::serial] which has no effect under nextest (each test runs in a separate process). When running alongside thousands of other ecstore tests, the shared metadata cache generation counter can race, causing intermittent 'metadata read should publish the generation under test' panics. Add both tests to the ecstore-serial-flaky test group in both default and ci nextest profiles so they run single-threaded.