diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2017-11-28 10:10:44 -0500 |
---|---|---|
committer | Jack Mulrow <jack.mulrow@mongodb.com> | 2017-12-07 14:36:15 -0500 |
commit | 00d92ece19c5c4057d21eb237a2f9905b196191d (patch) | |
tree | c8b512f732cb4a2b77f6d24eb41ee0da731dfd18 /jstests/core/index_multiple_compatibility.js | |
parent | 332ae576ef6e24080c0f8e9755f1574bbb90fdab (diff) | |
download | mongo-00d92ece19c5c4057d21eb237a2f9905b196191d.tar.gz |
SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit.
Diffstat (limited to 'jstests/core/index_multiple_compatibility.js')
-rw-r--r-- | jstests/core/index_multiple_compatibility.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/index_multiple_compatibility.js b/jstests/core/index_multiple_compatibility.js index 15f47d773e0..1ebe785abfc 100644 --- a/jstests/core/index_multiple_compatibility.js +++ b/jstests/core/index_multiple_compatibility.js @@ -1,6 +1,6 @@ // Cannot implicitly shard accessed collections because of not being able to create unique index // using hashed shard key pattern. -// @tags: [cannot_create_unique_index_when_using_hashed_shard_key] +// @tags: [cannot_create_unique_index_when_using_hashed_shard_key, requires_non_retryable_writes] // Test that multiple indexes behave correctly together. (function() { |