From e2bcbb117f2ac03196da34217671f1bc48395598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Tue, 10 Apr 2012 19:04:05 +0200 Subject: Change in buffering. --- src/test/java/com/orbekk/protobuf/ProtobufFunctionalTest.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/test/java') diff --git a/src/test/java/com/orbekk/protobuf/ProtobufFunctionalTest.java b/src/test/java/com/orbekk/protobuf/ProtobufFunctionalTest.java index b3875e3..a7249a1 100644 --- a/src/test/java/com/orbekk/protobuf/ProtobufFunctionalTest.java +++ b/src/test/java/com/orbekk/protobuf/ProtobufFunctionalTest.java @@ -73,15 +73,11 @@ public class ProtobufFunctionalTest { } } - @org.junit.Test public void testConnectionRefused() throws Exception { - } - - @Ignore @org.junit.Test public void testNewRpcChannel() throws Exception { NewRpcChannel channel = NewRpcChannel.create("localhost", serverport); Test.Service service = Test.Service.newStub(channel); Test.Type1 request = Test.Type1.newBuilder().build(); - int count = 5000000; + int count = 10000; final Rpc rpc = new Rpc(); final CountDownLatch stop = new CountDownLatch(count); long startTime = System.currentTimeMillis(); -- cgit v1.2.3