summaryrefslogtreecommitdiff
path: root/jstests/core/collation.js
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2019-05-20 00:49:33 -0400
committerLingzhi Deng <lingzhi.deng@mongodb.com>2019-05-23 16:46:30 -0400
commit8a89b076d28a904c200e491698ef1169dd8a7254 (patch)
treedc32fa3bdc62cdd9f8b9b84777f0df8f03f43cec /jstests/core/collation.js
parent47d4eca3fcdfa8eed0f1bef28021c8603452dec3 (diff)
downloadmongo-8a89b076d28a904c200e491698ef1169dd8a7254.tar.gz
SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbhash and map-reduce
Diffstat (limited to 'jstests/core/collation.js')
-rw-r--r--jstests/core/collation.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/core/collation.js b/jstests/core/collation.js
index c4dc36fb914..af87212346c 100644
--- a/jstests/core/collation.js
+++ b/jstests/core/collation.js
@@ -1,7 +1,13 @@
// Cannot implicitly shard accessed collections because of collection existing when none
// expected.
-// @tags: [assumes_no_implicit_collection_creation_after_drop, does_not_support_stepdowns,
-// requires_non_retryable_commands, requires_non_retryable_writes]
+// @tags: [
+// assumes_no_implicit_collection_creation_after_drop,
+// # mapReduce does not support afterClusterTime.
+// does_not_support_causal_consistency,
+// does_not_support_stepdowns,
+// requires_non_retryable_commands,
+// requires_non_retryable_writes,
+// ]
// Integration tests for the collation feature.
(function() {