SERVER-120222 Exclude incompatible tests for replicated fast count (#48719)

Co-authored-by: Haley Connelly <haley.connelly@mongodb.com>
GitOrigin-RevId: c72ff93e8d90f7e484006d0df37c82dfb10a2eaf
This commit is contained in:
Cedric Sirianni 2026-02-27 09:46:46 -05:00 committed by MongoDB Bot
parent 6ad1bc9c59
commit 0756f31498
9 changed files with 39 additions and 11 deletions

View File

@ -2,7 +2,9 @@
* Test BSON validation warning logs in the dbCheck command for full bson validate mode.
*
* @tags: [
* requires_fcv_80
* requires_fcv_80,
* # TODO SERVER-117520: Re-visit this tag after implementing unclean shutdown repair.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/

View File

@ -1,5 +1,9 @@
/**
* Tests that --repair deletes corrupt BSON documents.
* @tags: [
* # TODO SERVER-117520: Re-visit this tag after implementing unclean shutdown repair.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/
import {

View File

@ -4,6 +4,8 @@
*
* @tags: [
* requires_wiredtiger,
* # TODO SERVER-117520: Re-visit this tag after implementing unclean shutdown repair.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/

View File

@ -2,7 +2,12 @@
* This test shuts down a replica set during a two-phase index build. The test corrupts a WiredTiger
* collection file and expects that --repair salvages the data and drops the unfinished index.
*
* @tags: [requires_wiredtiger, requires_replication]
* @tags: [
* requires_wiredtiger,
* requires_replication,
* # TODO SERVER-117520: Re-visit this tag after implementing unclean shutdown repair.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/
import {

View File

@ -1,10 +1,11 @@
// Create more than 1024 files on certain storage engines, then restart the server and see that it
// can still listen on fd's smaller than FD_SETSIZE.
//
// @tags: [
// # This test can be slow and timeout on certain build variants (such as macOS).
// incompatible_with_macos,
// ]
/* Create more than 1024 files on certain storage engines, then restart the server and see that it
* can still listen on fd's smaller than FD_SETSIZE.
*
* @tags: [
* # This test can be slow and timeout on certain build variants (such as macOS).
* incompatible_with_macos,
* ]
*/
let baseName = "jstests_disk_too_many_fds";

View File

@ -2,7 +2,10 @@
* Tests that --repair on WiredTiger correctly and gracefully handles corrupt data files and
* directories.
*
* @tags: [requires_wiredtiger]
* @tags: [requires_wiredtiger,
* # TODO SERVER-117520: Re-visit this tag after implementing unclean shutdown repair.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/
import {

View File

@ -2,7 +2,12 @@
* Tests that --repair on WiredTiger correctly and gracefully handles missing data files and
* directories.
*
* @tags: [requires_wiredtiger]
* @tags: [
* requires_wiredtiger,
* # TODO SERVER-120515: Re-enable this test because the size storer can coexist with the
* # replicated fast count collection.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/
import {

View File

@ -5,6 +5,9 @@
* @tags: [
* requires_replication,
* requires_wiredtiger,
* # TODO SERVER-120515: Re-enable this test because the size storer can coexist with the
* # replicated fast count collection.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/

View File

@ -4,6 +4,9 @@
*
* @tags: [
* requires_wiredtiger,
* # TODO SERVER-120515: Re-enable this test because the size storer can coexist with the
* # replicated fast count collection.
* featureFlagReplicatedFastCount_incompatible,
* ]
*/