summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2016-02-18 17:07:35 -0500
committerJason Rassi <rassi@10gen.com>2016-02-18 17:10:12 -0500
commitc44e2fef508212f688abd4f3f37a850145f62f43 (patch)
tree0c9fc9057bf3c7ca77b8c715f5fedb3ff3c2f24a /jstests
parentfb3cf53d8fb560197db3f9d2a281a6ec5499ba5a (diff)
downloadmongo-c44e2fef508212f688abd4f3f37a850145f62f43.tar.gz
SERVER-22328 Remove benchRun() retval assertion in bench jstest
(cherry picked from commit cace2c61d3bddf3dd9f82ead6b0bb6167d635d11)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthroughWithMongod/bench_test_crud_commands.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/bench_test_crud_commands.js b/jstests/noPassthroughWithMongod/bench_test_crud_commands.js
index 843e6db080b..25060999d59 100644
--- a/jstests/noPassthroughWithMongod/bench_test_crud_commands.js
+++ b/jstests/noPassthroughWithMongod/bench_test_crud_commands.js
@@ -40,7 +40,6 @@
assert.gt(coll.count(), 0);
assert.eq(coll.findOne({}, {_id:0}), docs[0]);
- assert.gt(res.insert, 0, tojson(res));
}
function testFind(readCmd) {