Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Cluster Scalability
-
ALL
-
3
Description
When count11.js is the first test that is run in the suite, it fails. Run the below suite to see the failure:
test_kind: js_test
|
|
|
selector:
|
roots:
|
- jstests/core/count11.js
|
|
|
executor:
|
fixture:
|
class: ShardedClusterFixture |
mongod_options:
|
set_parameters:
|
logComponentVerbosity:
|
command: 4 |
enableTestCommands: 1 |
mongos_options:
|
set_parameters:
|
logComponentVerbosity:
|
command: 4 |
enableTestCommands: 1 |
num_shards: 1 |
num_rs_nodes_per_shard: 1 |
The test will pass if we run a single insert before the failing command runs. For example, if we ran db.randomColl.insert(...), then the test will pass.
Attachments
Issue Links
- is related to
-
SERVER-68152 explain_missing_collection.js fails when database doesn't exist
-
- Closed
-