You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Will McQueen (Created) (JIRA)" <ji...@apache.org> on 2011/11/03 08:35:32 UTC

[jira] [Created] (FLUME-838) Failing unit tests

Failing unit tests
------------------

                 Key: FLUME-838
                 URL: https://issues.apache.org/jira/browse/FLUME-838
             Project: Flume
          Issue Type: Bug
          Components: Build
    Affects Versions: NG alpha 2
         Environment: flume-728 branch, commit object "fe9104235073fbf24892901bc930a209ae63e2a5"
            Reporter: Will McQueen


1) [flume-ng-core] TestAvroSource.testRequest() fails with "no route to host"

java.lang.RuntimeException: java.net.NoRouteToHostException: No route to host
	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:104)
	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:76)
	at org.apache.flume.source.TestAvroSource.testRequest(TestAvroSource.java:114)
Caused by: java.net.NoRouteToHostException: No route to host
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384)
	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354)
	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)

2) [flume-ng-node] TestNetcatSource.testLifecycle() fails because channel.take() returns a null.

java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:91)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:524)
	at org.junit.Assert.assertNotNull(Assert.java:535)
	at org.apache.flume.source.TestNetcatSource.testLifecycle(TestNetcatSource.java:90)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (FLUME-838) Failing unit tests

Posted by "E. Sammer (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

E. Sammer closed FLUME-838.
---------------------------

    
> Failing unit tests
> ------------------
>
>                 Key: FLUME-838
>                 URL: https://issues.apache.org/jira/browse/FLUME-838
>             Project: Flume
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: NG alpha 2
>         Environment: flume-728 branch, commit object "fe9104235073fbf24892901bc930a209ae63e2a5"
>            Reporter: Will McQueen
>            Assignee: E. Sammer
>
> 1) [flume-ng-core] TestAvroSource.testRequest() fails with "no route to host"
> java.lang.RuntimeException: java.net.NoRouteToHostException: No route to host
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:104)
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:76)
> 	at org.apache.flume.source.TestAvroSource.testRequest(TestAvroSource.java:114)
> Caused by: java.net.NoRouteToHostException: No route to host
> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> 2) [flume-ng-node] TestNetcatSource.testLifecycle() fails because channel.take() returns a null.
> java.lang.AssertionError: 
> 	at org.junit.Assert.fail(Assert.java:91)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertNotNull(Assert.java:524)
> 	at org.junit.Assert.assertNotNull(Assert.java:535)
> 	at org.apache.flume.source.TestNetcatSource.testLifecycle(TestNetcatSource.java:90)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FLUME-838) Failing unit tests

Posted by "E. Sammer (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

E. Sammer resolved FLUME-838.
-----------------------------

    Resolution: Not A Problem
      Assignee: E. Sammer
    
> Failing unit tests
> ------------------
>
>                 Key: FLUME-838
>                 URL: https://issues.apache.org/jira/browse/FLUME-838
>             Project: Flume
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: NG alpha 2
>         Environment: flume-728 branch, commit object "fe9104235073fbf24892901bc930a209ae63e2a5"
>            Reporter: Will McQueen
>            Assignee: E. Sammer
>
> 1) [flume-ng-core] TestAvroSource.testRequest() fails with "no route to host"
> java.lang.RuntimeException: java.net.NoRouteToHostException: No route to host
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:104)
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:76)
> 	at org.apache.flume.source.TestAvroSource.testRequest(TestAvroSource.java:114)
> Caused by: java.net.NoRouteToHostException: No route to host
> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> 2) [flume-ng-node] TestNetcatSource.testLifecycle() fails because channel.take() returns a null.
> java.lang.AssertionError: 
> 	at org.junit.Assert.fail(Assert.java:91)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertNotNull(Assert.java:524)
> 	at org.junit.Assert.assertNotNull(Assert.java:535)
> 	at org.apache.flume.source.TestNetcatSource.testLifecycle(TestNetcatSource.java:90)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-838) Failing unit tests

Posted by "Will McQueen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142925#comment-13142925 ] 

Will McQueen commented on FLUME-838:
------------------------------------

I see on Jenkins:
     https://builds.apache.org/job/flume-728/
...that there hasn't been a job run (and thus no unit tests executed) since Nov 1st. Is Jenkins currently configured to build only on demand? If so, I recommend we configure it so that it runs with every checkin to increase visibility of build status for the tip of flume-728 branch.
                
> Failing unit tests
> ------------------
>
>                 Key: FLUME-838
>                 URL: https://issues.apache.org/jira/browse/FLUME-838
>             Project: Flume
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: NG alpha 2
>         Environment: flume-728 branch, commit object "fe9104235073fbf24892901bc930a209ae63e2a5"
>            Reporter: Will McQueen
>
> 1) [flume-ng-core] TestAvroSource.testRequest() fails with "no route to host"
> java.lang.RuntimeException: java.net.NoRouteToHostException: No route to host
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:104)
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:76)
> 	at org.apache.flume.source.TestAvroSource.testRequest(TestAvroSource.java:114)
> Caused by: java.net.NoRouteToHostException: No route to host
> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> 2) [flume-ng-node] TestNetcatSource.testLifecycle() fails because channel.take() returns a null.
> java.lang.AssertionError: 
> 	at org.junit.Assert.fail(Assert.java:91)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertNotNull(Assert.java:524)
> 	at org.junit.Assert.assertNotNull(Assert.java:535)
> 	at org.apache.flume.source.TestNetcatSource.testLifecycle(TestNetcatSource.java:90)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-838) Failing unit tests

Posted by "E. Sammer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149873#comment-13149873 ] 

E. Sammer commented on FLUME-838:
---------------------------------

Jenkins does build on commit. Sometimes there are build machine issues. Maybe this was one? I see successful builds since this time so I'm going to go ahead and close this as not an issue for now. Let's reopen if this continues.
                
> Failing unit tests
> ------------------
>
>                 Key: FLUME-838
>                 URL: https://issues.apache.org/jira/browse/FLUME-838
>             Project: Flume
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: NG alpha 2
>         Environment: flume-728 branch, commit object "fe9104235073fbf24892901bc930a209ae63e2a5"
>            Reporter: Will McQueen
>
> 1) [flume-ng-core] TestAvroSource.testRequest() fails with "no route to host"
> java.lang.RuntimeException: java.net.NoRouteToHostException: No route to host
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:104)
> 	at org.apache.avro.ipc.NettyTransceiver.<init>(NettyTransceiver.java:76)
> 	at org.apache.flume.source.TestAvroSource.testRequest(TestAvroSource.java:114)
> Caused by: java.net.NoRouteToHostException: No route to host
> 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
> 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354)
> 	at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)
> 2) [flume-ng-node] TestNetcatSource.testLifecycle() fails because channel.take() returns a null.
> java.lang.AssertionError: 
> 	at org.junit.Assert.fail(Assert.java:91)
> 	at org.junit.Assert.assertTrue(Assert.java:43)
> 	at org.junit.Assert.assertNotNull(Assert.java:524)
> 	at org.junit.Assert.assertNotNull(Assert.java:535)
> 	at org.apache.flume.source.TestNetcatSource.testLifecycle(TestNetcatSource.java:90)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira