Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3635

AMQQConnectionTest incorrect assumes an order in which the tests are run

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.15
    • Java Tests
    • None

    Description

      The AMQConnection test class makes assumptions about the order in which tests are run and is generally just horribly ill-conceived.

      For example the test testTopicSessionCreateBrowser() depends upon the initialisation of the member variable _topicSession which is initialised in the test testCreateTopicSession(), and is only still valid since though the test creates new connections in every setUp, it does not tear them down at the end of each test.

      Note also that if the creation of _topicSession and _queueSession are moved to setUp then the test testGetChannelID() will fail as it depends on no prior sessions existing and also on a defined policy of assigning channel numbers to sessions (really this test makes no sense at all).

      Attachments

        Activity

          People

            robbie Robbie Gemmell
            rgodfrey Robert Godfrey
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: