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

Blacklist tests that manually call startSession in the retryable_writes_jscore_stepdown_passthrough suite

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.3, 3.7.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • v3.6
    • Sharding 2018-01-15
    • 0

      New sessions are asynchronously flushed to disk, so a stepdown immediately after starting a session will cause it to disappear. This is a problem for jscore tests that call startSession and expect the returned sessionId to exist for the rest of the test.

      This should not affect the enable_sessions.js override or the tests that use the shell's startSession helper since they create a DriverSession, which lives on the client and should survive failovers.

            Assignee:
            jack.mulrow@mongodb.com Jack Mulrow
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: