We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a131348 commit 2b062b3Copy full SHA for 2b062b3
jstests/sharding/csrs_upgrade.js
@@ -13,6 +13,9 @@
13
* availability or unavailability of metadata writes, and
14
* config.version is read to confirm the availability of metadata
15
* reads.
16
+ *
17
+ * This test restarts nodes and expects the data to still be present.
18
+ * @tags: [requires_persistence]
19
*/
20
21
load("jstests/replsets/rslib.js");
jstests/sharding/csrs_upgrade_during_migrate.js
@@ -3,6 +3,9 @@
3
* migration is taking place.
4
* It verifies that the migration detects when a catalog manager swap is required and aborts the
5
* migration before reaching the critical section.
6
7
8
9
10
11
0 commit comments