File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -332,9 +332,6 @@ def test_read_manifest_cache(generated_manifest_file_file_v2: str) -> None:
332332 schema_id = 3 ,
333333 )
334334
335- # Clear cache to ensure clean state
336- _manifest_cache .clear ()
337-
338335 # Access the manifests property multiple times
339336 manifests_first_call = snapshot .manifests (io )
340337 manifests_second_call = snapshot .manifests (io )
@@ -781,9 +778,6 @@ def test_manifest_cache_deduplicates_manifest_files() -> None:
781778 ) as list_writer :
782779 list_writer .add_manifests ([manifest_file1 , manifest_file2 , manifest_file3 ])
783780
784- # Clear the cache before testing
785- _manifest_cache .clear ()
786-
787781 # Read all three manifest lists
788782 manifests1 = _manifests (io , manifest_list1_path )
789783 manifests2 = _manifests (io , manifest_list2_path )
@@ -871,9 +865,6 @@ def test_manifest_cache_efficiency_with_many_overlapping_lists() -> None:
871865 list_writer .add_manifests (manifest_files [: i + 1 ])
872866 manifest_list_paths .append (list_path )
873867
874- # Clear the cache
875- _manifest_cache .clear ()
876-
877868 # Read all manifest lists
878869 all_results = []
879870 for path in manifest_list_paths :
You can’t perform that action at this time.
0 commit comments