Closed bartekkalinka closed 9 years ago
LGTM. @bartekkalinka Could you do a rebase and squash this 3 commits into one? @pankajgupta I think it's ready to merge after rebase.
Done
I don't think the "in" blocks were meant to be executed in parallel. For example, "not full" and "full" blocks were one sequential block before the modification, and the latter depends on the results from the former. So, should I:
I had no idea I had to consider parallel execution here. Whole "when" blocks could be run in parallel now though (I think).
So "in" blocks should be independent of each other? I'll rewrite whole thing.
yes, that is best practice.
Done, let me know what you think.
Seq works fine. Corrected test description.
Another test migration