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

SERVER-45310: Blacklist incompatible repl tests from multiversion test suite

This commit is contained in:
Lingzhi Deng 2020-01-02 22:17:38 +00:00 committed by evergreen
parent 9321a41c1d
commit 4c0244f3d4
3 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
* commands using UUIDs instead of namespaces. This verifies initial sync behavior in
* cases where using UUIDs results in NamespaceNotFound while using namespace strings
* results in an empty result or zero count.
* @tags: [requires_fcv_44]
*/
(function() {
'use strict';

View File

@ -16,7 +16,7 @@
* makes sure the validate command does not accept a non local read concern or afterClusterTime and
* that it is therefore safe to ignore prepare conflicts during its execution.
*
* @tags: [uses_transactions, uses_prepare_transaction]
* @tags: [uses_transactions, uses_prepare_transaction, requires_fcv_44]
*/
(function() {

View File

@ -1,6 +1,7 @@
/*
* Test that the read operations are not killed and their connections are also not
* closed during step up.
* @tags: [requires_fcv_44]
*/
load('jstests/libs/parallelTester.js');
load("jstests/libs/curop_helpers.js"); // for waitForCurOpByFailPoint().