Skip to content

Commit 3901a58

Browse files
jameswahlinevergreen
authored andcommitted
SERVER-44798 Add requires_fcv_44 as required to Query concurrency jstests to address multiversion failure
1 parent 38e0233 commit 3901a58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jstests/concurrency/fsm_workloads/map_reduce_with_chunk_migrations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
* assumes_autosplit_off,
1616
* requires_non_retryable_writes,
1717
* # mapReduce does not support afterClusterTime.
18-
* does_not_support_causal_consistency
18+
* does_not_support_causal_consistency,
19+
* requires_fcv_44
1920
* ]
2021
*/
2122
load('jstests/concurrency/fsm_libs/extend_workload.js'); // for extendWorkload

0 commit comments

Comments
 (0)