summaryrefslogtreecommitdiff
path: root/jstests/serverless/shard_split_wait_for_block_timestamp.js
diff options
context:
space:
mode:
authorDidier Nadeau <didier.nadeau@mongodb.com>2022-03-14 22:35:36 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-14 23:26:50 +0000
commitebef0c9e6507fae743189cef2f2517016b6873f2 (patch)
tree01fbdda600965004a4c3ead3d90bec21659ce208 /jstests/serverless/shard_split_wait_for_block_timestamp.js
parent368cf9f2dd487e9119412788e1d2adcc15c86e5d (diff)
downloadmongo-ebef0c9e6507fae743189cef2f2517016b6873f2.tar.gz
SERVER-64478 Fix shard split test failure due to invalid tenant ids
Diffstat (limited to 'jstests/serverless/shard_split_wait_for_block_timestamp.js')
-rw-r--r--jstests/serverless/shard_split_wait_for_block_timestamp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/serverless/shard_split_wait_for_block_timestamp.js b/jstests/serverless/shard_split_wait_for_block_timestamp.js
index 4cb293650b0..05ae114e1f6 100644
--- a/jstests/serverless/shard_split_wait_for_block_timestamp.js
+++ b/jstests/serverless/shard_split_wait_for_block_timestamp.js
@@ -30,7 +30,7 @@ test.addRecipientNodes();
const donorPrimary = test.donor.getPrimary();
const adminDb = donorPrimary.getDB("admin");
-const tenantIds = ["test_tenant_1", "test_tenant_2"];
+const tenantIds = ["tenant1", "tenant2"];
// Stop replication on recipient nodes, and write a lot of data to the set
test.recipientNodes.forEach(node => stopServerReplication(node));