netty,okhttp: Enable TransportTest.flowControlPushBack
It appears to be stable now. Ran for 1000s of times. I do see some general flakiness in TransportTest, but it applies to the tests in general and isn't specific to this one test. It is: ``` org.mockito.exceptions.verification.WantedButNotInvoked: Wanted but not invoked: listener.transportReady(); -> at io.grpc.internal.testing.AbstractTransportTest.startTransport(AbstractTransportTest.java:1815) Actually, there were zero interactions with this mock. ``` This flake is not seen often because it occurs less frequently when running all the tests (~.1% vs 1%). One of the early tests must warm something up to make it less likely.
Loading
Please sign in to comment