pallassgj / bpipe

Automatically exported from code.google.com/p/bpipe
0 stars 1 forks source link

Consecutive parallel segments cause unexpected multiple execution of stages #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A pipeline like this:

 hello_a + [hello_b, hello_c] + [hello_d, hello_e]

executes stage hello_d and hello_e more than once.

It should only execute them once.

Original issue reported on code.google.com by ssade...@gmail.com on 12 Aug 2012 at 5:08

GoogleCodeExporter commented 9 years ago
0.9.6.1

Original comment by ssade...@gmail.com on 16 Aug 2012 at 2:01