You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by hu...@apache.org on 2018/04/06 20:28:38 UTC

[incubator-heron] branch huijunw/healthmgrmetrics updated: fix unit

This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch huijunw/healthmgrmetrics
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/huijunw/healthmgrmetrics by this push:
     new b446a87  fix unit
b446a87 is described below

commit b446a874275105e7cfbb26e5cf1a859966914155
Author: Huijun Wu <hu...@twitter.com>
AuthorDate: Fri Apr 6 13:28:26 2018 -0700

    fix unit
---
 heron/executor/tests/python/heron_executor_unittest.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/heron/executor/tests/python/heron_executor_unittest.py b/heron/executor/tests/python/heron_executor_unittest.py
index f6155c0..5167da4 100644
--- a/heron/executor/tests/python/heron_executor_unittest.py
+++ b/heron/executor/tests/python/heron_executor_unittest.py
@@ -131,7 +131,9 @@ class HeronExecutorTest(unittest.TestCase):
              "-Xloggc:log-files/gc.healthmgr.log -Djava.net.preferIPv4Stack=true " \
              "-cp scheduler_classpath:healthmgr_classpath " \
              "com.twitter.heron.healthmgr.HealthManager --cluster cluster --role role " \
-             "--environment environ --topology_name topname --verbose"
+             "--environment environ --topology_name topname --metricsmgr_port metricsmgr_port " \
+             "--system_config_file %s --override_config_file %s --verbose" %\
+             (INTERNAL_CONF_PATH, OVERRIDE_PATH)
 
   def get_expected_instance_command(component_name, instance_id, container_id):
     instance_name = "container_%d_%s_%d" % (container_id, component_name, instance_id)

-- 
To stop receiving notification emails like this one, please contact
huijun@apache.org.