summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAndrew Shuvalov <andrew.shuvalov@mongodb.com>2021-07-16 22:01:42 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-16 22:22:15 +0000
commit0b45999759258634fea8fe8b9c63a9591c4c654b (patch)
treeaa7380d78fe4bd7e06e7239e7dcff888691e4527 /jstests
parent09cdb8de613b64c7f29d00bc65db3d4c06edc9ad (diff)
downloadmongo-0b45999759258634fea8fe8b9c63a9591c4c654b.tar.gz
SERVER-58591: Better instrumentation for TLS authentication problem during concurrent tenant migration
Diffstat (limited to 'jstests')
-rw-r--r--jstests/replsets/tenant_migration_concurrent_migrations_recipient.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js b/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
index 6554886b646..7b3510c3bfa 100644
--- a/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
+++ b/jstests/replsets/tenant_migration_concurrent_migrations_recipient.js
@@ -13,6 +13,9 @@ load("jstests/libs/uuid_util.js"); // for 'extractUUIDFromObject'
load("jstests/replsets/libs/tenant_migration_test.js");
load("jstests/replsets/libs/tenant_migration_util.js");
+TestData.logComponentVerbosity = {
+ accessControl: {verbosity: 3}
+};
const tenantMigrationTest = new TenantMigrationTest({name: jsTestName()});
if (!tenantMigrationTest.isFeatureFlagEnabled()) {
jsTestLog("Skipping test because the tenant migrations feature flag is disabled");