[ https://issues.apache.org/jira/browse/QPID-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732340#comment-14732340 ]
Keith Wall edited comment on QPID-4446 at 9/6/15 8:22 PM: ---------------------------------------------------------- Patch to allow Joram test suite to be run against Java Broker using either the Qpid JMS client (currently 0.5.0), AMQ JMS Client or the legacy client. The tests assume a Java Broker is running, in default configuration, with HTTP basic auth enabled. Tests are bound to the integration-test phase of the Maven lifecycle and are skipped by default. For instance: {code} mvn -f joramtests/pom.xml integration-test -Djoramtests=qpid-jms-client {code} {code} mvn -f joramtests/pom.xml integration-test -Djoramtests=qpid-amqp-1-0-client-jms {code} To run a particular test use the standard {{-Dit.test}}: {code} mvn -f joramtests/pom.xml integration-test -Djoramtests=qpid-amqp-1-0-client-jms -Dit.test=ConnectionTest {code} Tests can be run from within the Intellij IDE by selecting the joram and client profile, and running the verify lifecycle phase within the Maven Project Explorer. was (Author: k-wall): Patch to allow Joram test suite to be run against Java Broker using either the Qpid JMS client (currently 0.5.0) and the AMQ JMS Client. The tests assume a Java Broker is running, in default configuration, with HTTP basic auth enabled. Tests are bound to the integration-test phase of the Maven lifecycle and are skipped by default. Profile {{joram}} and a {{client}} profile must be activated to run the tests against the desired client. For instance: {code} mvn -f joramtests/pom.xml integration-test -P joram,qpid-jms-client {code} {code} mvn -f joramtests/pom.xml integration-test -P joram,qpid-amqp-1-0-client-jms {code} To run a particular test use the standard {{-Dit.test}}: {code} mvn -f joramtests/pom.xml integration-test -P joram,qpid-jms-client -Dit.test=ConnectionTest {code} Tests can be run from within the Intellij IDE by selecting the joram and client profile, and running the verify lifecycle phase within the Maven Project Explorer. > Add support for joram JMS tests > ------------------------------- > > Key: QPID-4446 > URL: https://issues.apache.org/jira/browse/QPID-4446 > Project: Qpid > Issue Type: Task > Components: Java Client, Java Tests > Reporter: Alex Rudyy > Assignee: Keith Wall > Attachments: > 0001-QPID-4446-Add-support-for-Joram-JMS-testsuite.patch, > 0001-QPID-4446-Add-support-for-joram-jms-tests.patch, > 0001-QPID-4446-Add-support-for-joram-jms-tests.patch, > 0001-QPID-4446-Add-support-for-joram-jms-tests.patch > > > Add support for joram JMS tests in order to run them against Java and c++ > Qpid brokers -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org