-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
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.