diff options
author | Vishnu Kaushik <vishnu.kaushik@mongodb.com> | 2021-07-07 21:04:02 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-07-14 16:14:50 +0000 |
commit | 3ce695b73ac626a88ecb9a3a9e37d8c578b1370b (patch) | |
tree | 76533c088f051002981999396be5acdb42388c96 /jstests/sharding | |
parent | e2f379755922435e6cb46372c24e9fadaaabda15 (diff) | |
download | mongo-3ce695b73ac626a88ecb9a3a9e37d8c578b1370b.tar.gz |
SERVER-58295 Temporarily disable multiversion tests that fail due to SERVER-56366
Diffstat (limited to 'jstests/sharding')
24 files changed, 31 insertions, 9 deletions
diff --git a/jstests/sharding/commands_that_write_accept_wc_shards.js b/jstests/sharding/commands_that_write_accept_wc_shards.js index 471477caa2f..4d0efcbb3fb 100644 --- a/jstests/sharding/commands_that_write_accept_wc_shards.js +++ b/jstests/sharding/commands_that_write_accept_wc_shards.js @@ -9,6 +9,7 @@ * of 5MB across all sharding tests in wiredTiger. * @tags: [ * resource_intensive, + * disabled_due_to_server_58295 * ] */ load('jstests/libs/write_concern_util.js'); diff --git a/jstests/sharding/drop_collection.js b/jstests/sharding/drop_collection.js index 4261d9bc727..6f02bf72cec 100644 --- a/jstests/sharding/drop_collection.js +++ b/jstests/sharding/drop_collection.js @@ -1,6 +1,10 @@ /** * Basic test from the drop collection command on a sharded cluster that verifies collections are * cleaned up properly. + * + * @tags: [ + * disabled_due_to_server_58295 + * ] */ (function() { "use strict"; diff --git a/jstests/sharding/lagged_config_secondary.js b/jstests/sharding/lagged_config_secondary.js index cf85d7a59c1..df144922768 100644 --- a/jstests/sharding/lagged_config_secondary.js +++ b/jstests/sharding/lagged_config_secondary.js @@ -1,6 +1,9 @@ /** * Test that mongos times out when the config server replica set only contains nodes that * are behind the majority opTime. + * @tags: [ + * disabled_due_to_server_58295 + * ] */ load("jstests/libs/logv2_helpers.js"); diff --git a/jstests/sharding/lookup_from_config_cache_chunks.js b/jstests/sharding/lookup_from_config_cache_chunks.js index 81524f2322c..f34d4331b99 100644 --- a/jstests/sharding/lookup_from_config_cache_chunks.js +++ b/jstests/sharding/lookup_from_config_cache_chunks.js @@ -12,7 +12,7 @@ * {$lookup: {from: {db:<>, coll:<>},...}} * * @tags: [ - * requires_fcv_47 + * requires_fcv_47, disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/query/agg_mongos_merge.js b/jstests/sharding/query/agg_mongos_merge.js index 443d2cb0409..c9e6df44839 100644 --- a/jstests/sharding/query/agg_mongos_merge.js +++ b/jstests/sharding/query/agg_mongos_merge.js @@ -10,6 +10,7 @@ * requires_sharding, * requires_profiling, * requires_fcv_47, + * disabled_due_to_server_58295 * ] */ diff --git a/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js b/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js index 3ea7da4fd2d..8372e340740 100644 --- a/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js +++ b/jstests/sharding/query/lookup_graph_lookup_foreign_becomes_sharded.js @@ -3,7 +3,7 @@ * sharded, or if it becomes sharded mid-iteration. * *@tags: [ - * requires_fcv_47, requires_persistence + * requires_fcv_47, requires_persistence, disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/query/lookup_mongod_unaware.js b/jstests/sharding/query/lookup_mongod_unaware.js index a97e11e3a51..56b4bf299f7 100644 --- a/jstests/sharding/query/lookup_mongod_unaware.js +++ b/jstests/sharding/query/lookup_mongod_unaware.js @@ -9,7 +9,8 @@ * @tags: [ * requires_fcv_47, * requires_persistence, - * featureFlagShardedLookup + * featureFlagShardedLookup, + * disabled_due_to_server_58295 * ] * * TODO (SERVER-47265): Remove the requires_fcv_47 flag diff --git a/jstests/sharding/rename_sharded.js b/jstests/sharding/rename_sharded.js index 75742890248..037d0468b1b 100644 --- a/jstests/sharding/rename_sharded.js +++ b/jstests/sharding/rename_sharded.js @@ -1,7 +1,7 @@ /** * Test all the possible succeed/fail cases around sharded collections renaming. * - * @tags: [requires_fcv_49] + * @tags: [requires_fcv_49, disabled_due_to_server_58295] */ load("jstests/libs/uuid_util.js"); diff --git a/jstests/sharding/reshard_collection_joins_existing_operation.js b/jstests/sharding/reshard_collection_joins_existing_operation.js index e6654a232aa..be74ff23ac4 100644 --- a/jstests/sharding/reshard_collection_joins_existing_operation.js +++ b/jstests/sharding/reshard_collection_joins_existing_operation.js @@ -10,6 +10,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/resharding_abort_command.js b/jstests/sharding/resharding_abort_command.js index 3c2ffaa5316..c05e60473d7 100644 --- a/jstests/sharding/resharding_abort_command.js +++ b/jstests/sharding/resharding_abort_command.js @@ -2,7 +2,7 @@ * Test to make sure that the abort command interrupts a resharding operation that has not yet * persisted a decision. * - * @tags: [requires_fcv_49, uses_atclustertime] + * @tags: [requires_fcv_49, uses_atclustertime, disabled_due_to_server_58295] */ (function() { "use strict"; diff --git a/jstests/sharding/resharding_abort_in_preparing_to_donate.js b/jstests/sharding/resharding_abort_in_preparing_to_donate.js index 191f478bd5f..a10e617a295 100644 --- a/jstests/sharding/resharding_abort_in_preparing_to_donate.js +++ b/jstests/sharding/resharding_abort_in_preparing_to_donate.js @@ -6,6 +6,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/resharding_change_streams_resumability.js b/jstests/sharding/resharding_change_streams_resumability.js index f75729a866a..c46392a32e9 100644 --- a/jstests/sharding/resharding_change_streams_resumability.js +++ b/jstests/sharding/resharding_change_streams_resumability.js @@ -6,6 +6,7 @@ // uses_change_streams, // requires_fcv_49, // uses_atclustertime, +// disabled_due_to_server_58295 // ] (function() { "use strict"; diff --git a/jstests/sharding/resharding_clones_duplicate_key.js b/jstests/sharding/resharding_clones_duplicate_key.js index 599b6b864ae..dba7c1212d1 100644 --- a/jstests/sharding/resharding_clones_duplicate_key.js +++ b/jstests/sharding/resharding_clones_duplicate_key.js @@ -5,6 +5,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/resharding_commit.js b/jstests/sharding/resharding_commit.js index 150a519af93..29174c44636 100644 --- a/jstests/sharding/resharding_commit.js +++ b/jstests/sharding/resharding_commit.js @@ -1,7 +1,7 @@ /** * Test the commitReshardCollection command. * - * @tags: [requires_fcv_49, uses_atclustertime] + * @tags: [requires_fcv_49, uses_atclustertime, disabled_due_to_server_58295] */ (function() { "use strict"; diff --git a/jstests/sharding/resharding_critical_section_timeout.js b/jstests/sharding/resharding_critical_section_timeout.js index d850d89911f..5370f24a7d5 100644 --- a/jstests/sharding/resharding_critical_section_timeout.js +++ b/jstests/sharding/resharding_critical_section_timeout.js @@ -4,6 +4,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ diff --git a/jstests/sharding/resharding_fails_on_nonempty_stash.js b/jstests/sharding/resharding_fails_on_nonempty_stash.js index 53e1269dd5e..23b5afe146f 100644 --- a/jstests/sharding/resharding_fails_on_nonempty_stash.js +++ b/jstests/sharding/resharding_fails_on_nonempty_stash.js @@ -5,6 +5,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/resharding_metrics_increment.js b/jstests/sharding/resharding_metrics_increment.js index 2291f647c00..41399cf7043 100644 --- a/jstests/sharding/resharding_metrics_increment.js +++ b/jstests/sharding/resharding_metrics_increment.js @@ -5,6 +5,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ diff --git a/jstests/sharding/resharding_min_fetch_ts_with_txn.js b/jstests/sharding/resharding_min_fetch_ts_with_txn.js index 22fa9008772..6d4ffb05ffe 100644 --- a/jstests/sharding/resharding_min_fetch_ts_with_txn.js +++ b/jstests/sharding/resharding_min_fetch_ts_with_txn.js @@ -3,7 +3,7 @@ * begins, it will select a cloneTimestamp that is greater than the operation time of those * transactions when they commit. * - * @tags: [requires_fcv_49, uses_atclustertime] + * @tags: [requires_fcv_49, uses_atclustertime, disabled_due_to_server_58295] */ (function() { "use strict"; diff --git a/jstests/sharding/resharding_retryable_writes.js b/jstests/sharding/resharding_retryable_writes.js index 70482a82e46..c7f99c6a679 100644 --- a/jstests/sharding/resharding_retryable_writes.js +++ b/jstests/sharding/resharding_retryable_writes.js @@ -4,7 +4,7 @@ * txnCloners were not started until after waiting for reshardingMinimumOperationDurationMillis to * elapse. * - * @tags: [requires_fcv_49, uses_atclustertime] + * @tags: [requires_fcv_49, uses_atclustertime, disabled_due_to_server_58295] */ (function() { diff --git a/jstests/sharding/resharding_txn_cloner.js b/jstests/sharding/resharding_txn_cloner.js index 0c321165f08..d4a76b27fc2 100644 --- a/jstests/sharding/resharding_txn_cloner.js +++ b/jstests/sharding/resharding_txn_cloner.js @@ -5,6 +5,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/resharding_verify_primary_catalog_consistency.js b/jstests/sharding/resharding_verify_primary_catalog_consistency.js index 63db7e158d3..9d9c864b8c0 100644 --- a/jstests/sharding/resharding_verify_primary_catalog_consistency.js +++ b/jstests/sharding/resharding_verify_primary_catalog_consistency.js @@ -5,6 +5,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/test_resharding_test_fixture.js b/jstests/sharding/test_resharding_test_fixture.js index 2e556765987..753e5c7f6fe 100644 --- a/jstests/sharding/test_resharding_test_fixture.js +++ b/jstests/sharding/test_resharding_test_fixture.js @@ -6,6 +6,7 @@ * @tags: [ * requires_fcv_49, * uses_atclustertime, + * disabled_due_to_server_58295 * ] */ (function() { diff --git a/jstests/sharding/timeseries_shard_collection.js b/jstests/sharding/timeseries_shard_collection.js index c34f436450f..67a1a2d4809 100644 --- a/jstests/sharding/timeseries_shard_collection.js +++ b/jstests/sharding/timeseries_shard_collection.js @@ -3,6 +3,7 @@ * * @tags: [ * requires_fcv_49, + * disabled_due_to_server_58295 * ] */ diff --git a/jstests/sharding/txn_two_phase_commit_write_concern.js b/jstests/sharding/txn_two_phase_commit_write_concern.js index 4d9eef7f4a0..d4e41b60701 100644 --- a/jstests/sharding/txn_two_phase_commit_write_concern.js +++ b/jstests/sharding/txn_two_phase_commit_write_concern.js @@ -1,7 +1,8 @@ /* * Tests that coordinateCommitTransaction returns the decision once the decision has been written * with the client's writeConcern. - * @tags: [uses_transactions, uses_multi_shard_transaction, requires_fcv_47] + * @tags: [uses_transactions, uses_multi_shard_transaction, requires_fcv_47, + * disabled_due_to_server_58295] */ (function() { 'use strict'; |