summaryrefslogtreecommitdiff
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:34:40 +0000
commitc7ed97bcf1e3b01d696c91c2e530fdb95af8115e (patch)
treea60f20a24b9425b961ce4833e7d0622edbae362d
parent2416400830b9a6da4988acf6aa6bf5ec21e1391f (diff)
downloadmongo-c7ed97bcf1e3b01d696c91c2e530fdb95af8115e.tar.gz
SERVER-47058 Fix agg_union_with_chunk_migrations.js blacklist typo for multi version
(cherry picked from commit d45fd98ba5f99f60d9e05beeb4db6aaee9e5feb9)
-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