Alexander Bezzubov created ZEPPELIN-280:
-------------------------------------------
Summary: 3 RemoteInterpreterServer processes keep running after
`mvn test`
Key: ZEPPELIN-280
URL: https://issues.apache.org/jira/browse/ZEPPELIN-280
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Alexander Bezzubov
Looks like our test suite leaks some processes - usually it is +3
{RemoteInterpreterServer} processes running on the machine, after each `mvn
test`
This is inconvenient, as requires manual {{code}}jps | grep Remote | cut -d ' '
-f1 | xargs kill{{code}} on every full test run.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)