summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJason Zhang <jason.zhang@mongodb.com>2020-09-02 16:13:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-08 19:54:24 +0000
commit664c4ab229217f23041f9fdc2f5ecd8f5174c77e (patch)
tree5902b2633dc8a5c9be8b42d6be1a5ebb329dd1ff /buildscripts
parent277782e54a6ccd4dc783b53d5dface21ebaed938 (diff)
downloadmongo-664c4ab229217f23041f9fdc2f5ecd8f5174c77e.tar.gz
SERVER-50440 Make TenantMigrationAccessBlockerByPrefix include '_' when doing lookup
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml
index 240a9c94609..0dc9bb17995 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml
@@ -67,7 +67,7 @@ executor:
load('jstests/libs/override_methods/inject_tenant_prefix.js');
global_vars:
TestData: &TestData
- dbPrefix: "tenantMigrationDbPrefix_"
+ dbPrefix: "tenantMigrationDbPrefix"
# TODO (SERVER-50494): Implement proxy's retry logic for batch write commands.
disableBatchWrites: true
readMode: commands