Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Many unit tests rely on StartAndCollect which was running AllComplete on two futures. The first was the plan finished future and the second was the sink generator collector future. However, AllComplete exits early if one of these futures fails. There were some cases where an error was delivered to the sink generator (and thus triggers that future) before the plan finished future was marked complete. This was generally quite rare but could lead to the plan getting deleted before all tasks had completely finished and it could sometimes lead to a segmentation fault.
The solution is to simply use AllFinished here as AllFinished waits for all futures to finish regardless of status.
Attachments
Issue Links
- links to