diff options
author | Samy Lanka <samy.lanka@gmail.com> | 2018-04-06 10:33:03 -0400 |
---|---|---|
committer | Samy Lanka <samy.lanka@gmail.com> | 2018-04-06 10:33:03 -0400 |
commit | ea5b5a97ed247e26d9de87089fe8dd81cda14a9e (patch) | |
tree | a9d2d326298c2c4236d957792fd9031fb134253c /jstests/core/insert2.js | |
parent | b180ec4ad34b40b499cb4c7a2f01508ed639b44b (diff) | |
download | mongo-ea5b5a97ed247e26d9de87089fe8dd81cda14a9e.tar.gz |
SERVER-33287 tag jstests that use commands which return inaccurate results after unclean shutdown
Diffstat (limited to 'jstests/core/insert2.js')
-rw-r--r-- | jstests/core/insert2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/insert2.js b/jstests/core/insert2.js index 3b3b147af0e..c039444ed0f 100644 --- a/jstests/core/insert2.js +++ b/jstests/core/insert2.js @@ -1,6 +1,6 @@ // Cannot implicitly shard accessed collections because of collection existing when none // expected. -// @tags: [assumes_no_implicit_collection_creation_after_drop] +// @tags: [assumes_no_implicit_collection_creation_after_drop, requires_collstats] // Create a new connection object so it won't affect the global connection when we modify // it's settings. |