SERVER-76005: Fix evergreen redness post 7.1 FCV upgrade

This commit is contained in:
XueruiFa
2023-04-12 14:07:18 +00:00
committed by Evergreen Agent
parent 0bc188cbdf
commit 1809b6dfc2
29 changed files with 49 additions and 1584 deletions

View File

@@ -3,7 +3,7 @@
* the feature compatibility version is older than the latest version.
*
* We restart mongod during the test and expect it to have the same data after restarting.
* @tags: [requires_persistence]
* @tags: [requires_persistence, DISABLED_TEMPORARILY_DUE_TO_FCV_UPGRADE]
*/
(function() {
@@ -32,12 +32,7 @@ const testCasesLastContinuous = [
//
];
const testCasesLastContinuousWithFeatureFlags = [
// TODO SERVER-70689: Remove this case when 7.0 becomes lastLTS.
{
validator: {$expr: {$eq: ["$$USER_ROLES", []]}},
nonMatchingDocument: {a: 1},
lastStableErrCode: 17276
}
];
const testCasesLastStable = testCasesLastContinuous.concat([]);