summaryrefslogtreecommitdiff
path: root/jstests/replsets/new_sync_source_in_quiesce_mode.js
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2020-09-09 20:05:42 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-27 23:23:02 +0000
commit3681b03baaa6dd30e9ebc237365b81d755412e7b (patch)
treeeadd61332f40ccad016ceca68cc4bc861b162806 /jstests/replsets/new_sync_source_in_quiesce_mode.js
parentb893fe9695ab69ef28782bda1deff9cb2c070d9a (diff)
downloadmongo-3681b03baaa6dd30e9ebc237365b81d755412e7b.tar.gz
SERVER-50748 Add repl and sharding tasks to the undodb variant
Diffstat (limited to 'jstests/replsets/new_sync_source_in_quiesce_mode.js')
-rw-r--r--jstests/replsets/new_sync_source_in_quiesce_mode.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/replsets/new_sync_source_in_quiesce_mode.js b/jstests/replsets/new_sync_source_in_quiesce_mode.js
index 6df16c882f5..d05661d4bf0 100644
--- a/jstests/replsets/new_sync_source_in_quiesce_mode.js
+++ b/jstests/replsets/new_sync_source_in_quiesce_mode.js
@@ -2,7 +2,10 @@
* Test that fetching oplog from a new sync source that is in quiesce mode fails to establish a
* connection, causing the server to reenter sync source selection.
*
- * @tags: [requires_fcv_47]
+ * @tags: [
+ * requires_fcv_47,
+ * live_record_incompatible,
+ * ]
*/
(function() {