Shanthoosh Venkataraman created SAMZA-1206:
----------------------------------------------
Summary: Fix flaky tests in TestJMXServer
Key: SAMZA-1206
URL: https://issues.apache.org/jira/browse/SAMZA-1206
Project: Samza
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Shanthoosh Venkataraman
Fix For: 0.13.0
TestJmxServer brings up an EmbeddedJmxServer and uses it to test the behavior.
However, due to failures in bringing up/connecting to JMX server, this fails
intermittently. Here is the failure exception.
serverStartsUp FAILED
java.lang.AssertionError: Couldn't open connection to local JMX server
at org.junit.Assert.fail(Assert.java:91)
at org.apache.samza.metrics.TestJmxServer.serverStartsUp(TestJmxServer.scala:43)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)