Skip to content

Commit 2b062b3

Browse files
committed
SERVER-22154 Blacklist csrs upgrade tests on in-memory storage engine
1 parent a131348 commit 2b062b3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

jstests/sharding/csrs_upgrade.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* availability or unavailability of metadata writes, and
1414
* config.version is read to confirm the availability of metadata
1515
* reads.
16+
*
17+
* This test restarts nodes and expects the data to still be present.
18+
* @tags: [requires_persistence]
1619
*/
1720

1821
load("jstests/replsets/rslib.js");

jstests/sharding/csrs_upgrade_during_migrate.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* migration is taking place.
44
* It verifies that the migration detects when a catalog manager swap is required and aborts the
55
* migration before reaching the critical section.
6+
*
7+
* This test restarts nodes and expects the data to still be present.
8+
* @tags: [requires_persistence]
69
*/
710
load("jstests/replsets/rslib.js");
811

0 commit comments

Comments
 (0)