271d8de9ec
Motivation: We did dispatch the client code before we did finish setup the mock and so may end up with org.mockito.exceptions.misusing.UnfinishedStubbingException if the connect happens quickly enough. See https://ci.netty.io/job/netty-centos6-java8-prb/1637/testReport/junit/io.netty.handler.codec.http2/Http2ConnectionRoundtripTest/headersWriteForPeerStreamWhichWasResetShouldNotGoAway/ Modifications: First finish setup the mock and the dispatch. Result: Fix flacky test |
||
---|---|---|
.. | ||
src | ||
pom.xml |