You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/04/22 13:15:45 UTC

[2/2] camel git commit: Ignore an udp server test which is failed with latest JDK7 in camel-netty4

Ignore an udp server test which is failed with latest JDK7 in camel-netty4


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/23464005
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/23464005
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/23464005

Branch: refs/heads/master
Commit: 234640052dd3efff746cdab003f95ff3d7308712
Parents: 85ccae4
Author: Willem Jiang <wi...@gmail.com>
Authored: Wed Apr 22 19:13:18 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Wed Apr 22 19:15:23 2015 +0800

----------------------------------------------------------------------
 .../apache/camel/component/netty4/NettyUdpConnectedSendTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/23464005/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyUdpConnectedSendTest.java
----------------------------------------------------------------------
diff --git a/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyUdpConnectedSendTest.java b/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyUdpConnectedSendTest.java
index e876404..b38b801 100644
--- a/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyUdpConnectedSendTest.java
+++ b/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyUdpConnectedSendTest.java
@@ -32,6 +32,7 @@ import io.netty.handler.codec.MessageToMessageDecoder;
 import io.netty.util.CharsetUtil;
 import org.apache.camel.builder.RouteBuilder;
 import org.junit.FixMethodOrder;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runners.MethodSorters;
 
@@ -82,6 +83,7 @@ public class NettyUdpConnectedSendTest extends BaseNettyTest {
     }
 
     @Test
+    @Ignore("This test would be failed in JDK7 sometimes")
     public void sendBodyWithoutReceiver() throws Exception {
         int exceptionCount = 0;
         for (int i = 0; i < SEND_COUNT; ++i) {