bionode-watermill
bionode-watermill copied to clipboard
Test Reentrancy
- [ ]
join(A, B, C)
,C
fails, run again - [ ]
join(A, B, C)
,A
's params change, hash of output of A changes, so B should rerun (instead of finding A's output which matches pattern and then skipping B)