summaryrefslogtreecommitdiff
path: root/jstests/core/index5.js
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@gmail.com>2018-04-06 10:33:03 -0400
committerSamy Lanka <samy.lanka@gmail.com>2018-04-06 10:33:03 -0400
commitea5b5a97ed247e26d9de87089fe8dd81cda14a9e (patch)
treea9d2d326298c2c4236d957792fd9031fb134253c /jstests/core/index5.js
parentb180ec4ad34b40b499cb4c7a2f01508ed639b44b (diff)
downloadmongo-ea5b5a97ed247e26d9de87089fe8dd81cda14a9e.tar.gz
SERVER-33287 tag jstests that use commands which return inaccurate results after unclean shutdown
Diffstat (limited to 'jstests/core/index5.js')
-rw-r--r--jstests/core/index5.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/index5.js b/jstests/core/index5.js
index 11cfa1882e4..f46654c6602 100644
--- a/jstests/core/index5.js
+++ b/jstests/core/index5.js
@@ -1,4 +1,6 @@
// index5.js - test reverse direction index
+//
+// @tags: [requires_fastcount]
function validate() {
assert.eq(2, t.find().count());