You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org> on 2008/10/09 23:18:44 UTC

[jira] Created: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
-----------------------------------------------------------------------------------------------------

                 Key: QPID-1342
                 URL: https://issues.apache.org/jira/browse/QPID-1342
             Project: Qpid
          Issue Type: Bug
          Components: Java Management Console
            Reporter: Rafael H. Schloming




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


[jira] Assigned: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

Posted by "Lahiru Gunathilake (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake reassigned QPID-1342:
----------------------------------------

    Assignee: Lahiru Gunathilake

> qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1342
>                 URL: https://issues.apache.org/jira/browse/QPID-1342
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management Console
>            Reporter: Rafael H. Schloming
>            Assignee: Lahiru Gunathilake
>


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


[jira] Commented: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638521#action_12638521 ] 

Martin Ritchie commented on QPID-1342:
--------------------------------------

I think the best solution for now is to remove the tests from the main test loop until they can be converted to QpidTestCase classes. This may require the tests to be converted to JUnit 3 tests rather than the currently annotated JUnit 4 tests. Would be good to keep all our tests using the same junit version, that said it shouldn't be a problem as long as we don't mix styles in a given module.

> qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1342
>                 URL: https://issues.apache.org/jira/browse/QPID-1342
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management Console
>            Reporter: Rafael H. Schloming
>            Assignee: Lahiru Gunathilake
>


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


[jira] Commented: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

Posted by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638480#action_12638480 ] 

Rafael H. Schloming commented on QPID-1342:
-------------------------------------------

I've fixed the build scripts, however the tests currently require an external broker to be running in order to pass. This breaks the default 'ant test' procedure. The tests should probably be converted over to use QpidTestCase the same way all the other qpid tests do.

> qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1342
>                 URL: https://issues.apache.org/jira/browse/QPID-1342
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management Console
>            Reporter: Rafael H. Schloming
>            Assignee: Lahiru Gunathilake
>


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


[jira] Commented: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

Posted by "Lahiru Gunathilake (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638482#action_12638482 ] 

Lahiru Gunathilake commented on QPID-1342:
------------------------------------------

Yes broker needs to be start in order to pass tests, what I'm doing is getting JMX information from the broker run time and compare those things with defined output. I might have to implement them without starting the broker but at the moment I don't have any idea on how to do that. I think it's better to leave the qpid-cli testing alone for the moment since that break the default ant test procedure. If this a critical thing better to leave that alone for the moment (I mean not integrating test with the main build script).
Any thought...?

> qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1342
>                 URL: https://issues.apache.org/jira/browse/QPID-1342
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management Console
>            Reporter: Rafael H. Schloming
>            Assignee: Lahiru Gunathilake
>


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


[jira] Updated: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-1342:
-----------------------------------

    Component/s:     (was: Java Management : JMX Console)
                 Java Management : CLI Tool

> qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1342
>                 URL: https://issues.apache.org/jira/browse/QPID-1342
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : CLI Tool
>    Affects Versions: M4
>            Reporter: Rafael H. Schloming
>            Assignee: Lahiru Gunathilake
>


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


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


[jira] Commented: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

Posted by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638483#action_12638483 ] 

Rafael H. Schloming commented on QPID-1342:
-------------------------------------------

If the tests were switched over to use QpidTestCase, then a broker would be automatically started and stopped for each test case.

> qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1342
>                 URL: https://issues.apache.org/jira/browse/QPID-1342
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management Console
>            Reporter: Rafael H. Schloming
>            Assignee: Lahiru Gunathilake
>


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


[jira] Updated: (QPID-1342) qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default

Posted by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming updated QPID-1342:
--------------------------------------

    Affects Version/s: M4

> qpid-cli isn't properly integrated with the build system and the tests don't run correctly by default
> -----------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1342
>                 URL: https://issues.apache.org/jira/browse/QPID-1342
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management Console
>    Affects Versions: M4
>            Reporter: Rafael H. Schloming
>            Assignee: Lahiru Gunathilake
>


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