The Rust tests dir::tests::test_dir_listing_extra_calls_with_migration and dir::tests::test_dir_listing_no_extra_calls_without_migration are not reliable on Windows and should be re-enabled once the root cause is fixed.
Affected tests:
dir::tests::test_dir_listing_extra_calls_with_migration
dir::tests::test_dir_listing_no_extra_calls_without_migration
Context:
These tests exercise directory-listing call counting through the file-object-store path and a counting object store wrapper in lance-namespace-impls.
The Rust tests
dir::tests::test_dir_listing_extra_calls_with_migrationanddir::tests::test_dir_listing_no_extra_calls_without_migrationare not reliable on Windows and should be re-enabled once the root cause is fixed.Affected tests:
dir::tests::test_dir_listing_extra_calls_with_migrationdir::tests::test_dir_listing_no_extra_calls_without_migrationContext:
These tests exercise directory-listing call counting through the
file-object-storepath and a counting object store wrapper inlance-namespace-impls.