You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ja...@apache.org on 2017/04/17 21:25:16 UTC

samza git commit: SAMZA-1205; Disable flaky tests in TestJmxServer.

Repository: samza
Updated Branches:
  refs/heads/master 8df1e16ee -> e95088d96


SAMZA-1205; Disable flaky tests in TestJmxServer.

Author: Shanthoosh Venkataraman <sv...@linkedin.com>

Reviewers: Jagadish <jagadish@apache.org?

Closes #120 from shanthoosh/disable_jmx_server_tests


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/e95088d9
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/e95088d9
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/e95088d9

Branch: refs/heads/master
Commit: e95088d96718b7c763c2ea586587a6305e11a9d2
Parents: 8df1e16
Author: Shanthoosh Venkataraman <sv...@linkedin.com>
Authored: Mon Apr 17 14:25:11 2017 -0700
Committer: vjagadish1989 <jv...@linkedin.com>
Committed: Mon Apr 17 14:25:11 2017 -0700

----------------------------------------------------------------------
 .../src/test/scala/org/apache/samza/metrics/TestJmxServer.scala  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/e95088d9/samza-core/src/test/scala/org/apache/samza/metrics/TestJmxServer.scala
----------------------------------------------------------------------
diff --git a/samza-core/src/test/scala/org/apache/samza/metrics/TestJmxServer.scala b/samza-core/src/test/scala/org/apache/samza/metrics/TestJmxServer.scala
index f49cfaa..4caece4 100644
--- a/samza-core/src/test/scala/org/apache/samza/metrics/TestJmxServer.scala
+++ b/samza-core/src/test/scala/org/apache/samza/metrics/TestJmxServer.scala
@@ -28,7 +28,9 @@ import java.io.IOException
 import javax.management.remote.{JMXConnector, JMXConnectorFactory, JMXServiceURL}
 
 class TestJmxServer extends Logging {
-  @Test
+
+  // TODO: Fix in SAMZA-1206
+  //@Test
   def serverStartsUp {
     var jmxServer: JmxServer = null