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:
parent
002034eac6
commit
418bd1e6da
@ -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() {
|
||||
|
@ -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() {
|
||||
|
@ -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() {
|
||||
|
@ -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,
|
||||
* ]
|
||||
|
@ -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() {
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user