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 2017/01/31 14:15:52 UTC

activemq-artemis git commit: NO-JIRA: Fixing hanging testsuite

Repository: activemq-artemis
Updated Branches:
  refs/heads/master b4b8c583b -> 35415510d


NO-JIRA: Fixing hanging 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/35415510
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/35415510
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/35415510

Branch: refs/heads/master
Commit: 35415510dff4b9aca8ce683eab3d53ccba590c93
Parents: b4b8c58
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jan 31 09:11:50 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jan 31 09:11:50 2017 -0500

----------------------------------------------------------------------
 .../activemq/artemis/tests/integration/amqp/ProtonTestBase.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/35415510/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ProtonTestBase.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ProtonTestBase.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ProtonTestBase.java
index a57e2ea..7057b8b 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ProtonTestBase.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/ProtonTestBase.java
@@ -58,6 +58,9 @@ public class ProtonTestBase extends ActiveMQTestBase {
 
       amqpServer.getConfiguration().setAcceptorConfigurations(Collections.singleton(transportConfiguration));
       amqpServer.getConfiguration().setName(brokerName);
+      amqpServer.getConfiguration().setJournalDirectory(amqpServer.getConfiguration().getJournalDirectory() + port);
+      amqpServer.getConfiguration().setBindingsDirectory(amqpServer.getConfiguration().getBindingsDirectory() + port);
+      amqpServer.getConfiguration().setPagingDirectory(amqpServer.getConfiguration().getPagingDirectory() + port);
 
       // Default Page
       AddressSettings addressSettings = new AddressSettings();