Skip to content

Commit ab49f31

Browse files
committed
turn off caching for all real s3 axis tests
1 parent 5395051 commit ab49f31

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

tests/test_real_s3_with_axes.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def build_active_test1_file():
2525
print("S3 Test file path:", test_file_uri)
2626
active = Active(test_file_uri, 'tas', interface_type="s3",
2727
storage_options=storage_options,
28-
active_storage_url=active_storage_url)
28+
active_storage_url=active_storage_url,
29+
option_disable_chunk_cache=True)
2930

3031
active._version = 2
3132

@@ -49,7 +50,8 @@ def build_active_small_file():
4950
print("S3 Test file path:", test_file_uri)
5051
active = Active(test_file_uri, 'tas', interface_type="s3",
5152
storage_options=storage_options,
52-
active_storage_url=active_storage_url)
53+
active_storage_url=active_storage_url,
54+
option_disable_chunk_cache=True)
5355

5456
active._version = 2
5557

@@ -104,7 +106,8 @@ def build_active():
104106
print("S3 Test file path:", test_file_uri)
105107
active = Active(test_file_uri, 'm01s30i111', interface_type="s3", # 'm01s06i247_4', interface_type="s3",
106108
storage_options=storage_options,
107-
active_storage_url=active_storage_url)
109+
active_storage_url=active_storage_url,
110+
option_disable_chunk_cache=True)
108111

109112
active._version = 2
110113

0 commit comments

Comments
 (0)