mirror of https://github.com/grpc/grpc-java.git
netty: Not to ignore tests for window overriding
As noted after `@Ignore` > Re-enable once https://github.com/grpc/grpc-java/issues/1175 is fixed #1175 has been closed for a long time, should re-enable the tests.
This commit is contained in:
parent
3795417ed2
commit
34f31fe3c6
|
|
@ -81,7 +81,6 @@ import java.util.List;
|
|||
import java.util.Queue;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.rules.TestName;
|
||||
|
|
@ -440,7 +439,6 @@ public class NettyClientHandlerTest extends NettyHandlerTestBase<NettyClientHand
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Re-enable once https://github.com/grpc/grpc-java/issues/1175 is fixed")
|
||||
public void connectionWindowShouldBeOverridden() throws Exception {
|
||||
flowControlWindow = 1048576; // 1MiB
|
||||
setUp();
|
||||
|
|
|
|||
|
|
@ -86,7 +86,6 @@ import java.util.LinkedList;
|
|||
import java.util.List;
|
||||
import java.util.Queue;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
|
@ -360,7 +359,6 @@ public class NettyServerHandlerTest extends NettyHandlerTestBase<NettyServerHand
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Re-enable once https://github.com/grpc/grpc-java/issues/1175 is fixed")
|
||||
public void connectionWindowShouldBeOverridden() throws Exception {
|
||||
flowControlWindow = 1048576; // 1MiB
|
||||
manualSetUp();
|
||||
|
|
|
|||
Loading…
Reference in New Issue