Fix mongos_writes_wait_for_write_concern_sharded preSetup failing

XMLWordPrintableJSON

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

      As a part of the preSetup we run the precmdShardKey function which runs a chunk split. The split can trigger a metadata refresh that has a majority write concern. That write concern will fail since previously in the testing code we have taken down one of the secondaries.

      To resolve this we need to make the test resilient to write concern failures in the preSetup. Either we ignore the errors and skip the test, or figure out some other workaround.

            Assignee:
            Ben Gawel
            Reporter:
            Ben Gawel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: