You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/05/26 11:35:55 UTC

[jira] Created: (QPID-1091) QpidTestCase does not clean up the InVM Broker after each test.

QpidTestCase does not clean up the InVM Broker after each test.
---------------------------------------------------------------

                 Key: QPID-1091
                 URL: https://issues.apache.org/jira/browse/QPID-1091
             Project: Qpid
          Issue Type: Bug
          Components: Java Tests
    Affects Versions: M3
            Reporter: Martin Ritchie


Summary:

The QpidTestCase does not clean up after each test. This can lead to the tests interacting with each other. The functionality from VMTestCase should be replicated in QTC before it is removed.

Specifically, TransportConnection.killbroker(x); ApplicationRegistry.remove(x); should be performed to ensure we have a clean broker for each run.

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


[jira] Resolved: (QPID-1091) QpidTestCase does not clean up the InVM Broker after each test.

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

Martin Ritchie resolved QPID-1091.
----------------------------------

       Resolution: Fixed
    Fix Version/s: M3
         Assignee: Martin Ritchie

Resolved with the move of all systest type tests to systests from client.

> QpidTestCase does not clean up the InVM Broker after each test.
> ---------------------------------------------------------------
>
>                 Key: QPID-1091
>                 URL: https://issues.apache.org/jira/browse/QPID-1091
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M3
>
>
> Summary:
> The QpidTestCase does not clean up after each test. This can lead to the tests interacting with each other. The functionality from VMTestCase should be replicated in QTC before it is removed.
> Specifically, TransportConnection.killbroker(x); ApplicationRegistry.remove(x); should be performed to ensure we have a clean broker for each run.

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