0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

SERVER-46301 Add requires_persistence tag to SERVER-26369.js

This commit is contained in:
Randolph Tan 2020-02-21 12:59:25 -05:00 committed by Evergreen Agent
parent 82cf48411f
commit 39c6f724da

View File

@ -1,3 +1,7 @@
// Test restarts a single repl set node and it will never have repl config when it restarts
// so it won't be able to transition to primary.
// @tags: [requires_persistence]
// Validate the shardsrvr does not crash when enabling SSL with encrypted PEM for a cluster
// Checking UUID consistency involves talking to a shard node, which in this test is shutdown
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;