Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
testSignalRequestDeliveryToNM can fail if the containers are returned across multiple scheduling heartbeats. The loop waiting for all the containers should be accumulating the containers but instead is smashing the same list of containers with whatever the allocate call returns.