AMBARI-21679. Service Checks Will Run Multiple Times In Patch/Service Upgrades, 
part 2 (ncole)


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

Branch: refs/heads/branch-feature-logsearch-ui
Commit: 78778ad5709ccee4cd4171fbe358373ed88e4fca
Parents: b234649
Author: Nate Cole <nc...@hortonworks.com>
Authored: Wed Aug 9 11:55:40 2017 -0400
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Wed Aug 9 11:55:40 2017 -0400

----------------------------------------------------------------------
 .../org/apache/ambari/server/state/stack/UpgradePackTest.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/78778ad5/ambari-server/src/test/java/org/apache/ambari/server/state/stack/UpgradePackTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/state/stack/UpgradePackTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/state/stack/UpgradePackTest.java
index c7a761d..616139c 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/state/stack/UpgradePackTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/state/stack/UpgradePackTest.java
@@ -1,4 +1,4 @@
-/*
+/**
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -210,10 +210,12 @@ public class UpgradePackTest {
         "SERVICE_CHECK_1",
         "CORE_SLAVES",
         "SERVICE_CHECK_2",
+        "OOZIE",
         "POST_CLUSTER");
 
     List<String> expected_down = Arrays.asList(
         "PRE_CLUSTER",
+        "OOZIE",
         "CORE_SLAVES",
         "SERVICE_CHECK_2",
         "CORE_MASTER",

Reply via email to