@@ -208,7 +208,9 @@ def test_compression_and_filters_cmip6_forced_s3_from_local_bigger_file_v1():
208
208
dims: 30 (time) 39 (plev) 325 (lat) 432 (lon)
209
209
210
210
Entire mother file info:
211
- [2024-01-24 10:07:02 GMT] 2.8GiB STANDARD da193a_25_day__198807-198807.nc
211
+ mc ls bryan/bnl/da193a_25_day__198808-198808.nc
212
+ [2024-01-24 10:07:03 GMT] 2.8GiB STANDARD da193a_25_day__198808-198808.nc
213
+
212
214
213
215
NOTE: we used this test as timing reference for performance testing.
214
216
"""
@@ -218,7 +220,7 @@ def test_compression_and_filters_cmip6_forced_s3_from_local_bigger_file_v1():
218
220
'client_kwargs' : {'endpoint_url' : "https://uor-aces-o.s3-ext.jc.rl.ac.uk" }
219
221
}
220
222
active_storage_url = "https://192.171.169.248:8080"
221
- bigger_file = "da193a_25_day__198807-198807 .nc"
223
+ bigger_file = "da193a_25_day__198808-198808 .nc"
222
224
223
225
test_file_uri = os .path .join (
224
226
S3_BUCKET ,
@@ -247,15 +249,17 @@ def test_compression_and_filters_cmip6_forced_s3_from_local_bigger_file_v0():
247
249
dims: 30 (time) 39 (plev) 325 (lat) 432 (lon)
248
250
249
251
Entire mother file info:
250
- [2024-01-24 10:07:02 GMT] 2.8GiB STANDARD da193a_25_day__198807-198807.nc
252
+ mc ls bryan/bnl/da193a_25_day__198808-198808.nc
253
+ [2024-01-24 10:07:03 GMT] 2.8GiB STANDARD da193a_25_day__198808-198808.nc
254
+
251
255
"""
252
256
storage_options = {
253
257
'key' : "f2d55c6dcfc7618b2c34e00b58df3cef" ,
254
258
'secret' : "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT" ,
255
259
'client_kwargs' : {'endpoint_url' : "https://uor-aces-o.s3-ext.jc.rl.ac.uk" }
256
260
}
257
261
active_storage_url = "https://192.171.169.248:8080"
258
- bigger_file = "da193a_25_day__198807-198807 .nc"
262
+ bigger_file = "da193a_25_day__198808-198808 .nc"
259
263
260
264
test_file_uri = os .path .join (
261
265
S3_BUCKET ,
0 commit comments