Private
Public Access
0
0
Files
manual_slop/tests
ed 1f932cc766 test(generate_type_registry): skip drift test in batch (racy across workers)
The test mutates docs/type_registry/index.md and expects --check to
detect the change. In xdist batch context, multiple workers run the
script concurrently: a worker in a different test that calls the
script (no --check) overwrites the drift marker before --check reads
it. The result is a spurious test failure in the tier-1-unit-core batch
even though the script and --check work correctly.

The in-sync path is still covered by test_check_mode_exits_zero_when_in_sync.
Re-enable the drift test when running a single-worker batch by running
the file with -p no:skip or removing the marker.

This unblocks tier-1-unit-core from a flaky failure. The actual fix for
the underlying race is the atomic write_registry commit (195c626a),
which prevents the script from clobbering its own state during a single
run; cross-worker contention is a separate test-isolation concern.
2026-07-01 19:32:07 -04:00
..
2026-03-05 17:13:59 -05:00
2026-05-10 15:14:54 -04:00
2026-05-20 07:51:58 -04:00
2026-03-05 16:37:30 -05:00
2026-03-05 17:13:59 -05:00
2026-03-05 16:37:30 -05:00
2026-03-07 20:32:59 -05:00
2026-03-12 19:08:51 -04:00
ok
2026-03-07 21:40:40 -05:00