summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2021-01-24 14:37:32 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-24 20:15:07 +0000
commit27be7cc893de5b06aea8b8f7551ebf8dd6815921 (patch)
tree2164fdcf29fa3577f67dfc698a8891d83abe7f51 /buildscripts
parent0f6db4983bd3c05b75ec5cb41f804620f3c2d7b4 (diff)
downloadmongo-27be7cc893de5b06aea8b8f7551ebf8dd6815921.tar.gz
SERVER-53819 re-enable timeseries tests in causal consistency suites
Adds tag for excluding tests from retryable passthrough.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml1
2 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index d80c4264859..5d852322a7c 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -123,6 +123,11 @@ selector:
- jstests/core/rename_stayTemp.js
- jstests/core/txns/prepare_transaction_fails_on_temp_collections.js
+ # These tests expect listCollections to return system.bucket.* collections, which are filtered
+ # out by mongos when authentication is enabled.
+ # Refer to filter in cluster_list_collections_cmd.cpp
+ - jstests/core/timeseries/timeseries_*.js
+
exclude_with_any_tags:
- assumes_against_mongod_not_mongos
##
diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
index 99391849f43..ecb3ee4249f 100644
--- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml
@@ -50,6 +50,7 @@ selector:
exclude_with_any_tags:
- does_not_support_causal_consistency
+ - does_not_support_retryable_writes
executor:
archive: