diff options
author | Lingzhi Deng <lingzhi.deng@mongodb.com> | 2020-05-27 16:31:00 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-06-05 22:14:43 +0000 |
commit | ea816a71cf3f3c61e42c6a09195998eaf3bffe22 (patch) | |
tree | 9e206b12cd6adfb2a60beae0424969b68e8df16e /buildscripts/tests | |
parent | 219dadadf97345a4cceab50f04e87b361a749c6c (diff) | |
download | mongo-ea816a71cf3f3c61e42c6a09195998eaf3bffe22.tar.gz |
SERVER-47788: Add a causally consistent snapshot passthrough suite for replica sets
Diffstat (limited to 'buildscripts/tests')
-rw-r--r-- | buildscripts/tests/test_burn_in_tags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/tests/test_burn_in_tags.py b/buildscripts/tests/test_burn_in_tags.py index c9e9d46843b..3a2f6ff1fe7 100644 --- a/buildscripts/tests/test_burn_in_tags.py +++ b/buildscripts/tests/test_burn_in_tags.py @@ -187,6 +187,7 @@ CREATE_TEST_MEMBERSHIP_MAP = { "logical_session_cache_standalone_1sec_refresh_jscore_passthrough", "logical_session_cache_standalone_default_refresh_jscore_passthrough", "read_concern_linearizable_passthrough", "read_concern_majority_passthrough", + "causally_consistent_read_concern_snapshot_passthrough", "replica_sets_initsync_jscore_passthrough", "replica_sets_initsync_static_jscore_passthrough", "replica_sets_jscore_passthrough", "replica_sets_kill_primary_jscore_passthrough", |