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

resmoke.py should not error when attempting to tear down fixtures which have not been set up.

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.1.4
    • Affects Version/s: 3.1.3
    • Component/s: Testing Infrastructure
    • None
    • Fully Compatible
    • ALL
    • Quint Iteration 4
    • 0

      If for any reason setting up a fixture fails, it will not call setup() on the rest of the fixtures, but will call teardown() on them. In the case of a MongoDFixture or a MongoSFixture, this will result in attempting to log the port, which hasn't been assigned yet. It should just not log anything if it had never been set up.

            Assignee:
            charlie.swanson@mongodb.com Charlie Swanson
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: