-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Evergreen 2023-04-03
-
45
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
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.