0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-66300 Disable rollback_resumabe_index_build tests in code coverage variants

This commit is contained in:
Yuhong Zhang 2022-05-09 18:34:24 +00:00 committed by Evergreen Agent
parent 002034eac6
commit 418bd1e6da
6 changed files with 18 additions and 2 deletions

View File

@ -5,6 +5,9 @@
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
* # The rollback can be slow on certain build variants (such as macOS and code coverage), which
* # can cause the targeted log messages to fall off the log buffer before we search for them.
* incompatible_with_gcov,
* ]
*/
(function() {

View File

@ -5,6 +5,9 @@
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
* # The rollback can be slow on certain build variants (such as macOS and code coverage), which
* # can cause the targeted log messages to fall off the log buffer before we search for them.
* incompatible_with_gcov,
* ]
*/
(function() {

View File

@ -5,6 +5,9 @@
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
* # The rollback can be slow on certain build variants (such as macOS and code coverage), which
* # can cause the targeted log messages to fall off the log buffer before we search for them.
* incompatible_with_gcov,
* ]
*/
(function() {

View File

@ -3,9 +3,10 @@
* phase completes properly after being interrupted for rollback during the collection scan phase.
*
* @tags: [
* # The rollback can be slow on macos and generates too many irrelevant logs to make the log
* # message the test depends on fall off the log buffer.
* # The rollback can be slow on certain build variants (such as macOS and code coverage), which
* # can cause the targeted log messages to fall off the log buffer before we search for them.
* incompatible_with_macos,
* incompatible_with_gcov,
* requires_majority_read_concern,
* requires_persistence,
* ]

View File

@ -5,6 +5,9 @@
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
* # The rollback can be slow on certain build variants (such as macOS and code coverage), which
* # can cause the targeted log messages to fall off the log buffer before we search for them.
* incompatible_with_gcov,
* ]
*/
(function() {

View File

@ -5,6 +5,9 @@
* @tags: [
* requires_majority_read_concern,
* requires_persistence,
* # The rollback can be slow on certain build variants (such as macOS and code coverage), which
* # can cause the targeted log messages to fall off the log buffer before we search for them.
* incompatible_with_gcov,
* ]
*/
(function() {