Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
-
Evergreen 2023-04-03
-
45
Description
There have been a number of build failures due to races between calling createInstance() and then doing some other work in the unit tests. Add a sleep between creating the instance and returning it to the caller to ensure that all tests properly synchronize with the instance state if necessary.