scramjetorg / scramjet

Public tracker for Scramjet Cloud Platform, a platform that bring data from many environments together.
https://www.scramjet.org
MIT License
253 stars 20 forks source link

DataStream..pull tests fail in Travis #55

Closed MichalCz closed 5 years ago

MichalCz commented 5 years ago

Describe the bug Travis build fails on DataStream.pull.

The order of resolved elements is not correct - the streams are mixed, not resolved in parallel.

Expected behavior The streams should resolve one by one.

Additional context Local tests are passing...

MichalCz commented 5 years ago

I can't get to reproduce this. Closing...