NO-JIRA smoke tests hanging on termination
This commit is contained in:
parent
196e479ae8
commit
f279eede60
|
@ -47,6 +47,9 @@ public class SmokeTestBase extends ActiveMQTestBase {
|
||||||
|
|
||||||
@After
|
@After
|
||||||
public void after() throws Exception {
|
public void after() throws Exception {
|
||||||
|
// close ServerLocators before killing the server otherwise they'll hang and delay test termination
|
||||||
|
closeAllServerLocatorsFactories();
|
||||||
|
|
||||||
for (Process process : processes) {
|
for (Process process : processes) {
|
||||||
try {
|
try {
|
||||||
ServerUtil.killServer(process, true);
|
ServerUtil.killServer(process, true);
|
||||||
|
|
Loading…
Reference in New Issue