summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-11-23 12:18:07 -0500
committerJason Rassi <rassi@10gen.com>2015-11-24 14:24:58 -0500
commit1318d67d356db5cd833c68ab5b961d5734a8454c (patch)
tree997dbedcb2f97bab59ac1ac195c44f29e1f81c57
parent777497d4b647fda2732ee45ecf6c170585ea2ca2 (diff)
downloadmongo-1318d67d356db5cd833c68ab5b961d5734a8454c.tar.gz
SERVER-21387 bench_test_crud_commands.js: move out of core suite
Previously, an insert command could be blocked for longer than the amount of time that the bench worker is running, if a concurrent operation takes a long-running MODE_X lock on the database. This would cause the test to fail. Test moved to the noPassthroughWithMongod suite.
-rw-r--r--jstests/noPassthroughWithMongod/bench_test_crud_commands.js (renamed from jstests/core/bench_test_crud_commands.js)0
1 files changed, 0 insertions, 0 deletions
diff --git a/jstests/core/bench_test_crud_commands.js b/jstests/noPassthroughWithMongod/bench_test_crud_commands.js
index 7f2ae819086..7f2ae819086 100644
--- a/jstests/core/bench_test_crud_commands.js
+++ b/jstests/noPassthroughWithMongod/bench_test_crud_commands.js