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

Do not swallow exceptions thrown during Fixture.setup()

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • CAR Team 2024-12-23

      In SERVER-98080 we added parallelization of node instantiation during python test fixture setup. The code added is wrongly swallowing node setup error. In fact, it is using concurrent.futures.wait() that does not propagate exception.

            Assignee:
            tommaso.tocci@mongodb.com Tommaso Tocci
            Reporter:
            tommaso.tocci@mongodb.com Tommaso Tocci
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: