You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (Created) (JIRA)" <ji...@apache.org> on 2011/10/29 20:59:32 UTC

[jira] [Created] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

Run java client test suite against cpp broker on Apache Jenkins instance
------------------------------------------------------------------------

                 Key: QPID-3560
                 URL: https://issues.apache.org/jira/browse/QPID-3560
             Project: Qpid
          Issue Type: Sub-task
          Components: C++ Broker, Java Client
            Reporter: Keith Wall
            Assignee: Keith Wall


Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.




--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143170#comment-13143170 ] 

Keith Wall commented on QPID-3560:
----------------------------------

Lock now created and jobs Qpid-Java-Cpp-Test and Qpid-Java-TestMatrix reconfigured to take the lock.  Qpid-Java-Test-Solaris doesn't need to as it is tied to Solaris and is the only job that runs there. 
                
> Run java client test suite against cpp broker on Apache Jenkins instance
> ------------------------------------------------------------------------
>
>                 Key: QPID-3560
>                 URL: https://issues.apache.org/jira/browse/QPID-3560
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, Java Client
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139815#comment-13139815 ] 

Keith Wall commented on QPID-3560:
----------------------------------

Currently the Ubuntu slaves are missing one or more build dependencies for the C++ broker.

According to http://apache.org/dev/machines.html, the Ubuntu slaves run Ubuntu 10.04.x. By running bootstrap/configure on clean installs of 10.04.3, I can see that the minimum set of additional packages that need to installed are:

sudo apt-get install subversion automake autoconf libtool ruby sasl2-bin uuid-dev g++ libicu42 libstdc++6-4.4-dev python-dev python2.6-dev  libboost1.40-dev libboost1.40-dev

By comparing this list with the list of packages installed on Ubuntu1 (obtained by running 'dpkg' from Jenkins), I can see that sasl2-bin and uuid-dev are the only two missing dependencies.

I'll put in a request with builds@apache.org and see if these packages can be installed.



                
> Run java client test suite against cpp broker on Apache Jenkins instance
> ------------------------------------------------------------------------
>
>                 Key: QPID-3560
>                 URL: https://issues.apache.org/jira/browse/QPID-3560
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, Java Client
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

Posted by "Keith Wall (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142999#comment-13142999 ] 

Keith Wall commented on QPID-3560:
----------------------------------

Good point, I've put in a request for a Qpid lock.
                
> Run java client test suite against cpp broker on Apache Jenkins instance
> ------------------------------------------------------------------------
>
>                 Key: QPID-3560
>                 URL: https://issues.apache.org/jira/browse/QPID-3560
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, Java Client
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Issue Comment Edited] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

Posted by "Keith Wall (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141778#comment-13141778 ] 

Keith Wall edited comment on QPID-3560 at 11/1/11 11:54 PM:
------------------------------------------------------------

Cpp profile now running on Jenkins.

https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Cpp-Test/
                
      was (Author: k-wall):
    Cpp profile now running on Jenkins.
                  
> Run java client test suite against cpp broker on Apache Jenkins instance
> ------------------------------------------------------------------------
>
>                 Key: QPID-3560
>                 URL: https://issues.apache.org/jira/browse/QPID-3560
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, Java Client
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

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

Keith Wall resolved QPID-3560.
------------------------------

    Resolution: Fixed

Cpp profile now running on Jenkins.
                
> Run java client test suite against cpp broker on Apache Jenkins instance
> ------------------------------------------------------------------------
>
>                 Key: QPID-3560
>                 URL: https://issues.apache.org/jira/browse/QPID-3560
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, Java Client
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Issue Comment Edited] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

Posted by "Keith Wall (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139815#comment-13139815 ] 

Keith Wall edited comment on QPID-3560 at 10/31/11 10:31 PM:
-------------------------------------------------------------

Currently the Ubuntu slaves are missing one or more build dependencies for the C++ broker.

According to http://apache.org/dev/machines.html, the Ubuntu slaves run Ubuntu 10.04.x. By running bootstrap/configure on clean installs of 10.04.3, I can see that the minimum set of additional packages that need to installed are:

sudo apt-get install subversion automake autoconf libtool ruby sasl2-bin uuid-dev g++ libicu42 libstdc++6-4.4-dev python-dev python2.6-dev libboost1.40-dev libboost1.40-dev libboost-program-options-dev libboost-filesystem-dev

By comparing this list with the list of packages installed on Ubuntu1 (obtained by running 'dpkg' from Jenkins), I can see that libboost-filesystem-dev, sasl2-bin and uuid-dev are three missing dependencies.

I'll put in a request with builds@apache.org and see if these packages can be installed.



                
      was (Author: k-wall):
    Currently the Ubuntu slaves are missing one or more build dependencies for the C++ broker.

According to http://apache.org/dev/machines.html, the Ubuntu slaves run Ubuntu 10.04.x. By running bootstrap/configure on clean installs of 10.04.3, I can see that the minimum set of additional packages that need to installed are:

sudo apt-get install subversion automake autoconf libtool ruby sasl2-bin uuid-dev g++ libicu42 libstdc++6-4.4-dev python-dev python2.6-dev  libboost1.40-dev libboost1.40-dev

By comparing this list with the list of packages installed on Ubuntu1 (obtained by running 'dpkg' from Jenkins), I can see that sasl2-bin and uuid-dev are the only two missing dependencies.

I'll put in a request with builds@apache.org and see if these packages can be installed.



                  
> Run java client test suite against cpp broker on Apache Jenkins instance
> ------------------------------------------------------------------------
>
>                 Key: QPID-3560
>                 URL: https://issues.apache.org/jira/browse/QPID-3560
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, Java Client
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3560) Run java client test suite against cpp broker on Apache Jenkins instance

Posted by "Robbie Gemmell (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141798#comment-13141798 ] 

Robbie Gemmell commented on QPID-3560:
--------------------------------------

If this is running on Ubuntu nodes then I think we need to ask for a Qpid lock to be added to Jenkins so that we can prevent it running at the same time on the same node as part of the Java test matrix, otherwise they could fall over each other. Alternatively, we can force them to use different ports.
                
> Run java client test suite against cpp broker on Apache Jenkins instance
> ------------------------------------------------------------------------
>
>                 Key: QPID-3560
>                 URL: https://issues.apache.org/jira/browse/QPID-3560
>             Project: Qpid
>          Issue Type: Sub-task
>          Components: C++ Broker, Java Client
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>
> Setup Jenkins profile to run the java client test suite test suite against the C++ Broker using the Ubuntu Jenkins slaves.

--
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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org