File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,9 @@ def setup_kms(sub_test_name: str) -> None:
91
91
create_archive ()
92
92
if sub_test_target == "azure" :
93
93
os .environ ["AZUREKMS_VMNAME_PREFIX" ] = "PYTHON_DRIVER"
94
-
94
+ os .environ ["AZUREKMS_IMAGE" ] = "Debian12"
95
+ else :
96
+ os .environ ["GCPKMS_IMAGEFAMILY" ] = "debian12"
95
97
run_command ("./setup.sh" , cwd = kms_dir )
96
98
base_env = _load_kms_config (sub_test_target )
97
99
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ async def test_explain_csot(self):
368
368
client = await self .async_rs_or_single_client (event_listeners = [listener ])
369
369
370
370
# Create a collection, referred to as collection, with the namespace explain-test.collection.
371
- # Workaround for SERVER-XXXX (TODO)
371
+ # Workaround for SERVER-108463
372
372
names = await client ["explain-test" ].list_collection_names ()
373
373
if "collection" not in names :
374
374
collection = await client ["explain-test" ].create_collection ("collection" )
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ def test_explain_csot(self):
360
360
client = self .rs_or_single_client (event_listeners = [listener ])
361
361
362
362
# Create a collection, referred to as collection, with the namespace explain-test.collection.
363
- # Workaround for SERVER-XXXX (TODO)
363
+ # Workaround for SERVER-108463
364
364
names = client ["explain-test" ].list_collection_names ()
365
365
if "collection" not in names :
366
366
collection = client ["explain-test" ].create_collection ("collection" )
You can’t perform that action at this time.
0 commit comments