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

Steve Loughran commented on SLIDER-622:
---------------------------------------

{{TestZKIntegration}} failing
{code}

Failed tests:
  TestZKIntegration.testListUserClustersWithoutAnyClusters:67 assert 
clusters.empty
       |        |
       |        false
       [cluster-0000000001, cluster-0000000000]
  TestZKIntegration.testListUserClustersWithOneCluster:82 assert 
clusters.size() == 1
       |        |      |
       |        3      false
       [cluster-0000000001, cluster-0000000003, cluster-0000000000]

{code}

clue for problem is in test output
{code}
2014-11-07 17:52:11,444 [NIOServerCxn.Factory:localhost/127.0.0.1:0] WARN  
server.NIOServerCnxn (NIOServerCnxn.java:doIO
(357)) - caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid 
0x1498b6288bf0000, likely client has closed s
ocket
        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
        at java.lang.Thread.run(Thread.java:745)
2014-11-07 17:52:11,444 [Thread-1] WARN  fs.FileUtil 
(FileUtil.java:deleteImpl(187)) - Failed to delete file or dir [C:\
Work\slider\slider-core\target\zookeeperzookeeper\data\version-2\log.f]: it 
still exists.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.937 sec - in 
org.apache.slider.common.tools.TestZKInte
gration

{code}

the ZK data directory can't be deleted as it is still in use; when the next 
test method's ZK instance starts it rereads all the data.

cleaning up the directory pre-launch is one option, but a bigger change than 
simply requiring tests to give their zk instances unique names


> jenkins on windows failing
> --------------------------
>
>                 Key: SLIDER-622
>                 URL: https://issues.apache.org/jira/browse/SLIDER-622
>             Project: Slider
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: Slider 0.60
>            Reporter: Steve Loughran
>             Fix For: Slider 0.60
>
>
> Jenkins windows builds are failing:
> [[https://builds.apache.org/job/slider-develop-windows/]]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to