[ 
https://issues.apache.org/jira/browse/GEODE-6727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831768#comment-16831768
 ] 

Dan Smith commented on GEODE-6727:
----------------------------------

This test failed again, and now we get the actual IO error!

{noformat}
org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest
 > clientSubscriptionQueueInitializationShouldNotBlockNewConnections FAILED
    org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.test.dunit.NamedCallable.call in VM 1 running on Host 
53f5e1c74bdb with 4 VMs
        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:419)
        at 
org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest.clientSubscriptionQueueInitializationShouldNotBlockNewConnections(AcceptorImplClientQueueDistributedTest.java:145)

        Caused by:
        java.io.IOException: a folder with the name 
'org.apache.geode.test.junit.rules.serializable.SerializableTestName@7cb82cf9_dir'
 already exists
            at 
org.junit.rules.TemporaryFolder.newFolder(TemporaryFolder.java:100)
            at 
org.junit.rules.TemporaryFolder.newFolder(TemporaryFolder.java:86)
            at 
org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest.initializeDiskStore(AcceptorImplClientQueueDistributedTest.java:240)
            at 
org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest.createSubscriptionServer(AcceptorImplClientQueueDistributedTest.java:232)
            at 
org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest.lambda$clientSubscriptionQueueInitializationShouldNotBlockNewConnections$18227f61$1(AcceptorImplClientQueueDistributedTest.java:146)
        
{noformat}

> CI failure: AcceptorImplClientQueueDistributedTest. 
> clientSubscriptionQueueInitializationShouldNotBlockNewConnections
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-6727
>                 URL: https://issues.apache.org/jira/browse/GEODE-6727
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: Bruce Schuchardt
>            Priority: Major
>
> This test failed in a check of the server port being used.  It was 
> unexpectedly zero.  I think this is due to a flaw in the test that eats an 
> IOException and uses zero as the server port, masking failure of the server 
> to start properly.
>  
> {noformat}
> org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest
>  > clientSubscriptionQueueInitializationShouldNotBlockNewConnections FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.NamedRunnable.run in VM 3 running on Host 
> 8388062b8e13 with 4 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:393)
>         at 
> org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest.clientSubscriptionQueueInitializationShouldNotBlockNewConnections(AcceptorImplClientQueueDistributedTest.java:204)
>         Caused by:
>         java.lang.IllegalArgumentException: port must be greater than 0 but 
> was 0
>             at 
> org.apache.geode.internal.cache.PoolFactoryImpl.getInetSocketAddress(PoolFactoryImpl.java:252)
>             at 
> org.apache.geode.internal.cache.PoolFactoryImpl.addServer(PoolFactoryImpl.java:300)
>             at 
> org.apache.geode.cache.client.ClientCacheFactory.addPoolServer(ClientCacheFactory.java:525)
>             at 
> org.apache.geode.internal.cache.tier.sockets.AcceptorImplClientQueueDistributedTest.lambda$clientSubscriptionQueueInitializationShouldNotBlockNewConnections$56f843fd$1(AcceptorImplClientQueueDistributedTest.java:210){noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to