summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_all.js
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2015-03-23 14:07:10 -0400
committerDavid Storch <david.storch@10gen.com>2015-03-30 16:05:23 -0400
commit36240ff99233a3f454bbd914fc691f5598283f10 (patch)
treeda62a9ead1e2d07b65a5c4474a36155d8fb20839 /jstests/concurrency/fsm_all.js
parentedc67399aef9bded106c0196d4af843f23a8acc9 (diff)
downloadmongo-36240ff99233a3f454bbd914fc691f5598283f10.tar.gz
SERVER-17119 relax no-dups invariant in AND_HASH stage to accommodate WT
Since WT does not issue invalidations, docs will not be removed from the hash table when they are updated.
Diffstat (limited to 'jstests/concurrency/fsm_all.js')
-rw-r--r--jstests/concurrency/fsm_all.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_all.js b/jstests/concurrency/fsm_all.js
index c279dacdba6..b0a8771b932 100644
--- a/jstests/concurrency/fsm_all.js
+++ b/jstests/concurrency/fsm_all.js
@@ -8,7 +8,6 @@ var blacklist = [
// Disabled due to known bugs
'agg_sort_external.js', // SERVER-16700 Deadlock on WiredTiger LSM
'findAndModify_update_grow.js', // SERVER-17021 Perf. Regression for WT overflow items
- 'yield_and_hashed.js', // SERVER-17119 Verify fails during AND_HASH query stage's readFirstChild
'yield_sort.js', // SERVER-17011 Cursor can return objects out of order if updated during query
// Disabled due to MongoDB restrictions and/or workload restrictions