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

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major - P3 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

        Activity

          People

            backlog-server-cluster-scalability Backlog - Cluster Scalability
            vishnu.kaushik@mongodb.com Vishnu Kaushik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: