You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/04/21 18:36:48 UTC

[jira] Commented: (ZOOKEEPER-379) cppunit tests failed during hudson patch tests

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701194#action_12701194 ] 

Patrick Hunt commented on ZOOKEEPER-379:
----------------------------------------

Take a look at zkServer.sh in the src/c/tests subdirectory

This is run as part of the setup for the test that's failing (first time it's run during the test)

Notice that fuser is run early in the setup, I don't see this on hudson.zones.apache.org (although I don't know where the tests are actually running?)

You might checkout this script and ensure it's able to run on the target system.

Also, I recently submitted a patch to fix a similar problem in the trunk/bin/zkServer.sh file. Basically
I now store the pid file and use kill to stop the server. You might want to try out that patch on this
script. Or if you can identify this as the problem let me know and I'll submit a patch.


> cppunit tests failed during hudson patch tests 
> -----------------------------------------------
>
>                 Key: ZOOKEEPER-379
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-379
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: tests
>            Reporter: Giridharan Kesavan
>            Assignee: Mahadev konar
>
> patch test build failed with " equality assertion failed"
> link: http://hudson.zones.apache.org/hudson/view/ZooKeeper/job/Zookeeper-Patch-vesta.apache.org/44/console
> Mahadev,
> Could you take a look?
> Tnx!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.