-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
ALL
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.
- is related to
-
SERVER-68152 explain_missing_collection.js fails when database doesn't exist
-
- Closed
-