This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 16e8db3  Revert "NO-JIRA avoiding having rogue process when running 
test"
16e8db3 is described below

commit 16e8db3aeba7f6466b963cd2df530ef1bd82d0e6
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Mon Nov 2 12:42:30 2020 -0500

    Revert "NO-JIRA avoiding having rogue process when running test"
    
    This reverts commit a2d6d1d89d67d469a1e3ea7857b325d57728ea60.
---
 .../artemis/tests/integration/amqp/connect/QpidDispatchPeerTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/QpidDispatchPeerTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/QpidDispatchPeerTest.java
index 54e5397..0ab1e45 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/QpidDispatchPeerTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/QpidDispatchPeerTest.java
@@ -74,7 +74,6 @@ public class QpidDispatchPeerTest extends 
AmqpClientTestSupport {
 
    @Before
    public void startQpidRouter() throws Exception {
-      ExecuteUtil.runCommand(false, "killall", "-9", "qdrouterd"); // killing 
any previous running qdrouterd that may have been left from the execution
       URL qpidConfig = 
this.getClass().getClassLoader().getResource("QpidRouterPeerTest-qpidr.conf");
       qpidProcess = ExecuteUtil.run(true, "qdrouterd", "-c", 
qpidConfig.getFile());
    }

Reply via email to