Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-68273

count11.js, geo_big_polygon3.js fail when mongos was just started up

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Cluster Scalability
    • ALL
    • 3

      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.

            Assignee:
            backlog-server-cluster-scalability [DO NOT USE] Backlog - Cluster Scalability
            Reporter:
            vishnu.kaushik@mongodb.com Vishnu Kaushik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: