You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Kim van der Riet (JIRA)" <ji...@apache.org> on 2016/10/14 20:14:20 UTC

[jira] [Created] (QPIDIT-42) Split JMS message test into two separate tests: message bodies, and message headers/properties

Kim van der Riet created QPIDIT-42:
--------------------------------------

             Summary: Split JMS message test into two separate tests: message bodies, and message headers/properties
                 Key: QPIDIT-42
                 URL: https://issues.apache.org/jira/browse/QPIDIT-42
             Project: Apache QPID IT
          Issue Type: Improvement
          Components: JmsMessageTest, Qpid Jms Shim
            Reporter: Kim van der Riet
            Assignee: Kim van der Riet


The current JMS messages test includes both JMS message bodies and JMS message headers and properties. The test is structured in a way that all the headers and properties test run on each of the JMS body combinations. This results in an excessively long test, and does not improve coverage.

By splitting the tests into a separate JMS message test and JMS headers/properties test, this problem can be eliminated. The message test will be far shorter and can specialize its tests for message bodies; similarly the headers/properties test can also specialize. Any expansion of the number of tests won't result in a massive increase in the number of tests that run (as is currently the case).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org