You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/08/26 15:50:11 UTC

[1/2] activemq-artemis git commit: Exclude 2 activemq5 openwire tests that purely test on client side

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 4b79ddb0b -> b1f1c5a96


Exclude 2 activemq5 openwire tests that purely test on client side


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/99db9f1c
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/99db9f1c
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/99db9f1c

Branch: refs/heads/master
Commit: 99db9f1cbda3ead802768073ea4066ae47f8a82b
Parents: 4b79ddb
Author: Howard Gao <ho...@gmail.com>
Authored: Wed Aug 26 19:54:19 2015 +0800
Committer: Howard Gao <ho...@gmail.com>
Committed: Wed Aug 26 19:54:19 2015 +0800

----------------------------------------------------------------------
 tests/activemq5-unit-tests/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/99db9f1c/tests/activemq5-unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml
index 58c3dc0..c046bcf 100644
--- a/tests/activemq5-unit-tests/pom.xml
+++ b/tests/activemq5-unit-tests/pom.xml
@@ -402,6 +402,9 @@
                   <!-- exclude tests that can cause hang -->
                   <exclude>**/org/apache/activemq/PerDestinationStoreLimitTest.java</exclude>
                   <exclude>**/org/apache/activemq/ProducerFlowControlTest.java</exclude>
+                  <!-- exclude tests that are on client side only -->
+                  <exclude>**/org/apache/activemq/transport/tcp/TransportConnectorInvalidSocketOptionsTest.java</exclude>
+                  <exclude>**/org/apache/activemq/transport/tcp/TransportUriTest.java</exclude>
                </excludes>
             </configuration>
          </plugin>


[2/2] activemq-artemis git commit: This closes #137 openwire exclusions on testsuite

Posted by cl...@apache.org.
This closes #137 openwire exclusions on testsuite


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b1f1c5a9
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b1f1c5a9
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b1f1c5a9

Branch: refs/heads/master
Commit: b1f1c5a961009526f7cbc0ac657aca272d1ebbe7
Parents: 4b79ddb 99db9f1
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Aug 26 09:49:58 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Aug 26 09:49:58 2015 -0400

----------------------------------------------------------------------
 tests/activemq5-unit-tests/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------