You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org> on 2009/06/03 09:16:07 UTC

[jira] Created: (ZOOKEEPER-429) Python contrib test failing on hudson

Python contrib test failing on hudson
-------------------------------------

                 Key: ZOOKEEPER-429
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-429
             Project: Zookeeper
          Issue Type: Bug
            Reporter: Flavio Paiva Junqueira


I was checking the console output of:

http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/100/

and I observed the following output for the contrib tests:
{noformat}
     [exec] ======================================================================
     [exec] ======================================================================
     [exec]     Running contrib tests.
     [exec] ======================================================================
     [exec] ======================================================================
     [exec] 
     [exec] 
     [exec] Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
     [exec] /bin/kill -9 30147 
     [exec] kill: No such process
     [exec] /home/hudson/tools/ant/latest/bin/ant  -Declipse.home=/home/nigel/tools/eclipse/latest -Dpython.home=/home/nigel/tools/python/latest -DZooKeeperPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes test-contrib
     [exec] Buildfile: build.xml
     [exec] 
     [exec] test-contrib:
     [exec] 
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 0 seconds
{noformat}

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


[jira] Commented: (ZOOKEEPER-429) Python contrib test failing on hudson

Posted by "Giridharan Kesavan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715901#action_12715901 ] 

Giridharan Kesavan commented on ZOOKEEPER-429:
----------------------------------------------

If you are talkin about warning,  I think we can safely ignore it.

if you are talking about the test-contrib target:
test-contrib is a dummy target that I 've created as test-patch script expects an ant target called test-contrib which would run contrib test. 


> Python contrib test failing on hudson
> -------------------------------------
>
>                 Key: ZOOKEEPER-429
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-429
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Flavio Paiva Junqueira
>
> I was checking the console output of:
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/100/
> and I observed the following output for the contrib tests:
> {noformat}
>      [exec] ======================================================================
>      [exec] ======================================================================
>      [exec]     Running contrib tests.
>      [exec] ======================================================================
>      [exec] ======================================================================
>      [exec] 
>      [exec] 
>      [exec] Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
>      [exec] /bin/kill -9 30147 
>      [exec] kill: No such process
>      [exec] /home/hudson/tools/ant/latest/bin/ant  -Declipse.home=/home/nigel/tools/eclipse/latest -Dpython.home=/home/nigel/tools/python/latest -DZooKeeperPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes test-contrib
>      [exec] Buildfile: build.xml
>      [exec] 
>      [exec] test-contrib:
>      [exec] 
>      [exec] BUILD SUCCESSFUL
>      [exec] Total time: 0 seconds
> {noformat}

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


[jira] Resolved: (ZOOKEEPER-429) Python contrib test failing on hudson

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira resolved ZOOKEEPER-429.
----------------------------------------------

    Resolution: Invalid

Not a real issue.

> Python contrib test failing on hudson
> -------------------------------------
>
>                 Key: ZOOKEEPER-429
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-429
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Flavio Paiva Junqueira
>
> I was checking the console output of:
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/100/
> and I observed the following output for the contrib tests:
> {noformat}
>      [exec] ======================================================================
>      [exec] ======================================================================
>      [exec]     Running contrib tests.
>      [exec] ======================================================================
>      [exec] ======================================================================
>      [exec] 
>      [exec] 
>      [exec] Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
>      [exec] /bin/kill -9 30147 
>      [exec] kill: No such process
>      [exec] /home/hudson/tools/ant/latest/bin/ant  -Declipse.home=/home/nigel/tools/eclipse/latest -Dpython.home=/home/nigel/tools/python/latest -DZooKeeperPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes test-contrib
>      [exec] Buildfile: build.xml
>      [exec] 
>      [exec] test-contrib:
>      [exec] 
>      [exec] BUILD SUCCESSFUL
>      [exec] Total time: 0 seconds
> {noformat}

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


[jira] Commented: (ZOOKEEPER-429) Python contrib test failing on hudson

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715902#action_12715902 ] 

Flavio Paiva Junqueira commented on ZOOKEEPER-429:
--------------------------------------------------

Ok, I raised this issue because I thought that it was causing the other tests not to run, but now I realized that it is causing no problem. Thanks for the update, Giridharan.

> Python contrib test failing on hudson
> -------------------------------------
>
>                 Key: ZOOKEEPER-429
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-429
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Flavio Paiva Junqueira
>
> I was checking the console output of:
> http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/100/
> and I observed the following output for the contrib tests:
> {noformat}
>      [exec] ======================================================================
>      [exec] ======================================================================
>      [exec]     Running contrib tests.
>      [exec] ======================================================================
>      [exec] ======================================================================
>      [exec] 
>      [exec] 
>      [exec] Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
>      [exec] /bin/kill -9 30147 
>      [exec] kill: No such process
>      [exec] /home/hudson/tools/ant/latest/bin/ant  -Declipse.home=/home/nigel/tools/eclipse/latest -Dpython.home=/home/nigel/tools/python/latest -DZooKeeperPatchProcess= -Dtest.junit.output.format=xml -Dtest.output=yes test-contrib
>      [exec] Buildfile: build.xml
>      [exec] 
>      [exec] test-contrib:
>      [exec] 
>      [exec] BUILD SUCCESSFUL
>      [exec] Total time: 0 seconds
> {noformat}

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