summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2020-03-23 15:06:54 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-23 20:07:39 +0000
commitd45fd98ba5f99f60d9e05beeb4db6aaee9e5feb9 (patch)
tree633bc719d258191c94dc60307e2d6c88d3a1de77 /jstests/concurrency
parent44564015b0a8c4ae65b876dbb06e0a95f5a6d876 (diff)
downloadmongo-d45fd98ba5f99f60d9e05beeb4db6aaee9e5feb9.tar.gz
SERVER-47058 Fix agg_union_with_chunk_migrations.js blacklist typo for multi version
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_workloads/agg_union_with_chunk_migrations.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/agg_union_with_chunk_migrations.js b/jstests/concurrency/fsm_workloads/agg_union_with_chunk_migrations.js
index f1628053a79..9fe7ed733a5 100644
--- a/jstests/concurrency/fsm_workloads/agg_union_with_chunk_migrations.js
+++ b/jstests/concurrency/fsm_workloads/agg_union_with_chunk_migrations.js
@@ -16,7 +16,7 @@
* assumes_balancer_off,
* assumes_autosplit_off,
* requires_non_retryable_writes,
- * requires_fcv_4.4, # Uses $unionWith.
+ * requires_fcv_44, # Uses $unionWith.
* ]
*/
load('jstests/concurrency/fsm_libs/extend_workload.js'); // for extendWorkload