You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2017/04/11 00:16:41 UTC

[jira] [Created] (SAMZA-1206) Fix flaky tests in TestJMXServer

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)