Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, TestTwoSuccessiveTasksOnSameContext faces a race condition. Although we wait for the Task's Stop handler to be triggered before checking that the task status is reset, we do not wait for the thread to actually finish. Instead, we should join on the task thread first before asserting that the Task is no longer present.
Attachments
Issue Links
- links to