Files
uc2/tests
Eremey Valetov 217bf9e53f test_blockstore: portable temp paths and recursive cleanup
Same defect class as test_ingest (ac01b32): hardcoded /tmp and a
shell rm -rf gave the test nothing real to do on the Windows runner.
Temp store now lands in %TEMP% and cleanup uses a portable rmtree
(dirent on POSIX, _findfirst on MSVC) over the store's two-level
layout.
2026-06-12 06:29:12 -04:00
..