Skip to content

Commit 151284d

Browse files
committed
replace s3 test file because I am a pillock and I overwrote the other
1 parent f6b1189 commit 151284d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/test_compression_remote_reductionist.py

+8-4
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ def test_compression_and_filters_cmip6_forced_s3_from_local_bigger_file_v1():
208208
dims: 30 (time) 39 (plev) 325 (lat) 432 (lon)
209209
210210
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+
212214
213215
NOTE: we used this test as timing reference for performance testing.
214216
"""
@@ -218,7 +220,7 @@ def test_compression_and_filters_cmip6_forced_s3_from_local_bigger_file_v1():
218220
'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}
219221
}
220222
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"
222224

223225
test_file_uri = os.path.join(
224226
S3_BUCKET,
@@ -247,15 +249,17 @@ def test_compression_and_filters_cmip6_forced_s3_from_local_bigger_file_v0():
247249
dims: 30 (time) 39 (plev) 325 (lat) 432 (lon)
248250
249251
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+
251255
"""
252256
storage_options = {
253257
'key': "f2d55c6dcfc7618b2c34e00b58df3cef",
254258
'secret': "$/'#M{0{/4rVhp%n^(XeX$q@y#&(NM3W1->~N.Q6VP.5[@bLpi='nt]AfH)>78pT",
255259
'client_kwargs': {'endpoint_url': "https://uor-aces-o.s3-ext.jc.rl.ac.uk"}
256260
}
257261
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"
259263

260264
test_file_uri = os.path.join(
261265
S3_BUCKET,

0 commit comments

Comments
 (0)