reactor / reactor-core

Non-Blocking Reactive Foundation for the JVM

Home Page:http://projectreactor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flaky test `FluxBufferTimeoutTest > flushShouldNotRaceWithNext()`

OlegDokuka opened this issue · comments

flaky test. seeing it constantly

FluxBufferTimeoutTest > flushShouldNotRaceWithNext() FAILED
    org.opentest4j.AssertionFailedError: 
    expected: 500
     but was: 499
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at reactor.core.publisher.FluxBufferTimeoutTest.flushShouldNotRaceWithNext(FluxBufferTimeoutTest.java:337)