summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Serra Torrens <jordi.serra-torrens@mongodb.com>2022-07-14 07:36:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-14 08:04:43 +0000
commit8402a8253b85f758f53352328fa428ab144ea24f (patch)
tree36d0cc5602a7ecafc38671006660b7486a765795
parentec5c58f99766c4919857e73ec2f3d54aeed0b7fd (diff)
downloadmongo-8402a8253b85f758f53352328fa428ab144ea24f.tar.gz
SERVER-64909 Re-enable non-query sharding tests in the sharding_last_lts_mongos_and_mixed_shards suite
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml24
-rw-r--r--jstests/sharding/libs/last_lts_mongos_commands.js1
2 files changed, 3 insertions, 22 deletions
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 963e1be7053..065bec5402d 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
@@ -3,29 +3,9 @@ test_kind: js_test
selector:
roots:
# shardingtest.js relies on FCV and bin versions to be equal; this can be re-enabled after FCV constants are updated.
- # TODO (SERVER-64909): Re-enable non-query sharding tests in the
- # sharding_last_lts_mongos_and_mixed_shards suite.
- # - jstests/sharding/**/*.js
- - jstests/sharding/query/*.js
- - jstests/sharding/change_streams/*.js
+ - jstests/sharding/**/*.js
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.
- # - jstests/sharding/aggregations_in_session.js
- # # Enable when SERVER-43860 is backported by BACKPORT-5471 or 4.4 becomes last-lts
- # - jstests/sharding/agg_merge_hashed.js
- # - jstests/sharding/merge_from_stale_mongos.js
- # - jstests/sharding/refresh_sessions.js
- # - jstests/sharding/max_time_ms_enforced_on_shard.js
- # # Enable when SERVER-44733 is backported
- # - jstests/sharding/change_streams_update_lookup_shard_metadata_missing.js
- # - jstests/sharding/repl_monitor_refresh.js
- # - jstests/sharding/retryable_write_error_labels.js
- # # Enable when SERVER-43310 is backported
- # - jstests/sharding/cluster_create_indexes_always_routes_through_primary.js
- # # Enable when SERVER-43614 is backported.
- # - jstests/sharding/verify_sessions_expiration_sharded.js
-#
+ - jstests/sharding/**/libs/**/*.js
# # This tag file can be created using ./buildscripts/resmoke.py generate-multiversion-exclude-tags
# # or downloaded from the evergreen task.
# tag_file: multiversion_exclude_tags.yml
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js
index 11ce72b4ed3..d1734daab6d 100644
--- a/jstests/sharding/libs/last_lts_mongos_commands.js
+++ b/jstests/sharding/libs/last_lts_mongos_commands.js
@@ -21,6 +21,7 @@ const commandsAddedToMongosSinceLastLTS = [
"commitReshardCollection",
"compactStructuredEncryptionData",
"configureCollectionBalancing",
+ "coordinateCommitTransaction",
"getClusterParameter",
"moveRange",
"reshardCollection",