Closed Daenyth closed 5 years ago
I did reproduce the test failures; One oddity is that I've seen one pass when run in isolation from the other tests. I expect it's some kind of race condition due to the cs.shift
from FromFuture
now.
Both failing tests involve publisherStream
To get rid of the Oracle JDK 8 related error message on Travis CI please rebase on master. See also https://github.com/krasserm/streamz/commit/2a17e813554379a8b51c14f0a0699ea32e4d0ffa
I figured out the test failures - it's a race condition in publisherStream
between interruptWhen
and publish
.
I also backported the workaround for #54 - the test description didn't match what the test was actually doing. Now it does.
There's api changes that address #62
IO
publisherStream
between interruption and publish when using the fromFuture+ContextShift.shift behaviorRef #61 Close #62