-
Notifications
You must be signed in to change notification settings - Fork 7
[Bug]: stuck executions with parallel/map operation #301
Copy link
Copy link
Open
Description
Expected Behavior
The executions with map and parallel always make progresses when branches complete
Actual Behavior
The test cases from this PR sometimes get stuck:
#284
Steps to Reproduce
[SilanHe edits]
If you run this many times in your IDE, you can easily reproduce this for the "stuck" case. I'm using IntelliJ and breakpointing the SDK code where it's "registering" and "deregistering" the code. In the slower debugger environment, the code breaks down and often is stuck with child context threads unable to proceed.
SDK Version
1.0.0
Java Version
17
Is this a regression?
No
Last Working Version
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog