From 8a89b076d28a904c200e491698ef1169dd8a7254 Mon Sep 17 00:00:00 2001 From: Lingzhi Deng Date: Mon, 20 May 2019 00:49:33 -0400 Subject: SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbhash and map-reduce --- jstests/core/commands_that_do_not_write_do_not_accept_wc.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jstests/core/commands_that_do_not_write_do_not_accept_wc.js') diff --git a/jstests/core/commands_that_do_not_write_do_not_accept_wc.js b/jstests/core/commands_that_do_not_write_do_not_accept_wc.js index 17396961a74..76b6c0c0d1b 100644 --- a/jstests/core/commands_that_do_not_write_do_not_accept_wc.js +++ b/jstests/core/commands_that_do_not_write_do_not_accept_wc.js @@ -5,6 +5,8 @@ * * @tags: [ * assumes_write_concern_unchanged, + * # mapReduce does not support afterClusterTime. + * does_not_support_causal_consistency, * does_not_support_stepdowns, * ] */ -- cgit v1.2.1