diff options
author | alabid <alabidan@gmail.com> | 2015-01-27 11:40:29 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2015-01-27 12:54:25 -0500 |
commit | 6fdd15e3e68c53d555ddd40402aefd156507b6a8 (patch) | |
tree | e3f5729a653b7cd10f619c1e8a6b04c423ff513e /jstests/concurrency/fsm_all_simultaneous.js | |
parent | 107e3bfcd71936a876231517ee52aa6ca80b7e1d (diff) | |
download | mongo-6fdd15e3e68c53d555ddd40402aefd156507b6a8.tar.gz |
SERVER-17021 Blacklist findAndModify_update_grow.js to prevent spurious MCI timeouts
Closes #917
Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'jstests/concurrency/fsm_all_simultaneous.js')
-rw-r--r-- | jstests/concurrency/fsm_all_simultaneous.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_all_simultaneous.js b/jstests/concurrency/fsm_all_simultaneous.js index a5583e6c395..10828f6196f 100644 --- a/jstests/concurrency/fsm_all_simultaneous.js +++ b/jstests/concurrency/fsm_all_simultaneous.js @@ -6,6 +6,7 @@ var dir = 'jstests/concurrency/fsm_workloads'; var blacklist = [ // Disabled due to known bugs + 'findAndModify_update_grow.js', // SERVER-17021 Perf. Regression for WT overflow items // Disabled due to MongoDB restrictions and/or workload restrictions |