summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorLuis Osta <luis.osta@mongodb.com>2021-09-08 19:39:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-08 20:33:00 +0000
commitb923a3440e471d6da67cf91dacee2d76c330ed2a (patch)
treeab8c693c6141fb019409e252d694dc5966b71fbc /buildscripts
parent01cb60e9ff4dc774214a070326dd51f7591a7ef7 (diff)
downloadmongo-b923a3440e471d6da67cf91dacee2d76c330ed2a.tar.gz
SERVER-59716 Removed usage of "disabled_due_to_server_58295" tag
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/feature_flag_multiversion.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion_auth.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multiversion.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_multiversion.yml1
6 files changed, 0 insertions, 7 deletions
diff --git a/buildscripts/resmokeconfig/suites/feature_flag_multiversion.yml b/buildscripts/resmokeconfig/suites/feature_flag_multiversion.yml
index 7450847bad8..86d66750a49 100644
--- a/buildscripts/resmokeconfig/suites/feature_flag_multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/feature_flag_multiversion.yml
@@ -5,8 +5,6 @@ test_kind: js_test
selector:
roots:
- jstests/multiVersion/genericSetFCVUsage/run_feature_flag_multiversion_test.js
- exclude_with_any_tags:
- - disabled_due_to_server_58295
# Multiversion tests start their own mongod's.
executor:
diff --git a/buildscripts/resmokeconfig/suites/multiversion.yml b/buildscripts/resmokeconfig/suites/multiversion.yml
index 95a821c15c1..a3692f67a7d 100644
--- a/buildscripts/resmokeconfig/suites/multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/multiversion.yml
@@ -20,7 +20,6 @@ selector:
exclude_with_any_tags:
- featureFlagToaster
- featureFlagSpoon
- - disabled_due_to_server_58295
# Multiversion tests start their own mongod's.
executor:
diff --git a/buildscripts/resmokeconfig/suites/multiversion_auth.yml b/buildscripts/resmokeconfig/suites/multiversion_auth.yml
index a4ba52a8b83..3f6476922bb 100644
--- a/buildscripts/resmokeconfig/suites/multiversion_auth.yml
+++ b/buildscripts/resmokeconfig/suites/multiversion_auth.yml
@@ -33,7 +33,6 @@ selector:
exclude_with_any_tags:
- featureFlagToaster
- featureFlagSpoon
- - disabled_due_to_server_58295
# Multiversion tests start their own mongod's.
executor:
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multiversion.yml b/buildscripts/resmokeconfig/suites/replica_sets_multiversion.yml
index e0f94ecd936..9c7dd803ef2 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multiversion.yml
@@ -8,7 +8,6 @@ selector:
- requires_fcv_51
- backport_required_multiversion
- replica_sets_multiversion_backport_required_multiversion
- - disabled_due_to_server_58295
exclude_files:
- jstests/replsets/initial_sync_rename_collection.js
- jstests/replsets/initial_sync_drop_collection.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
index 5b0cb6a2727..54ecee3d956 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
@@ -11,7 +11,6 @@ selector:
- requires_fcv_51
- backport_required_multiversion
- sharding_last_lts_mongos_and_mixed_shards_backport_required_multiversion
- - disabled_due_to_server_58295
exclude_files:
# SERVER-33683: We added a restriction on using an aggregation within a transaction against
# mongos. This should be removed and the test can be adjusted and re-added to this passthrough.
diff --git a/buildscripts/resmokeconfig/suites/sharding_multiversion.yml b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
index 24aaa47e96c..1f97a380f85 100644
--- a/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
@@ -10,7 +10,6 @@ selector:
- requires_fcv_51
- backport_required_multiversion
- replica_sets_multiversion_backport_required_multiversion
- - disabled_due_to_server_58295
exclude_files:
# Enable when 4.6 becomes last stable
- jstests/sharding/query/merge_command_options.js