You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit Tests: Enhanced unit-tests for method waitForAllExecutingTasksToComplete, covering border scenarios which trigger dynamic slots allocation due to prolonged tasks (which span over multiple windows). Both FIFO and FILO completion orders are validated in separate tests, ensuring the instance retains references to all tasks, including those from previous windows.
Unit Tests: Converting indentation to 2 spaces instead 4.