[05/32] ambari git commit: AMBARI-21679. Service Checks Will Run Multiple Times In Patch/Service Upgrades, part 2 (ncole)

2017-08-14 Thread lpuskas
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/feature-branch-AMBARI-21307
Commit: 78778ad5709ccee4cd4171fbe358373ed88e4fca
Parents: b234649
Author: Nate Cole 
Authored: Wed Aug 9 11:55:40 2017 -0400
Committer: Nate Cole 
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 expected_down = Arrays.asList(
 "PRE_CLUSTER",
+"OOZIE",
 "CORE_SLAVES",
 "SERVICE_CHECK_2",
 "CORE_MASTER",



[45/50] [abbrv] ambari git commit: AMBARI-21679. Service Checks Will Run Multiple Times In Patch/Service Upgrades, part 2 (ncole)

2017-08-10 Thread jonathanhurley
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/61f298ce
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/61f298ce
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/61f298ce

Branch: refs/heads/branch-2.6
Commit: 61f298ce3a66b973b7f6697a6547a2bde92dead6
Parents: 5efb92d
Author: Nate Cole 
Authored: Wed Aug 9 11:54:13 2017 -0400
Committer: Nate Cole 
Committed: Wed Aug 9 11:54:23 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/61f298ce/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 39b02a4..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
@@ -210,10 +210,12 @@ public class UpgradePackTest {
 "SERVICE_CHECK_1",
 "CORE_SLAVES",
 "SERVICE_CHECK_2",
+"OOZIE",
 "POST_CLUSTER");
 
 List expected_down = Arrays.asList(
 "PRE_CLUSTER",
+"OOZIE",
 "CORE_SLAVES",
 "SERVICE_CHECK_2",
 "CORE_MASTER",



[41/50] [abbrv] ambari git commit: AMBARI-21679. Service Checks Will Run Multiple Times In Patch/Service Upgrades, part 2 (ncole)

2017-08-10 Thread ababiichuk
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 
Authored: Wed Aug 9 11:55:40 2017 -0400
Committer: Nate Cole 
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 expected_down = Arrays.asList(
 "PRE_CLUSTER",
+"OOZIE",
 "CORE_SLAVES",
 "SERVICE_CHECK_2",
 "CORE_MASTER",



[2/2] ambari git commit: AMBARI-21679. Service Checks Will Run Multiple Times In Patch/Service Upgrades, part 2 (ncole)

2017-08-09 Thread ncole
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/trunk
Commit: 78778ad5709ccee4cd4171fbe358373ed88e4fca
Parents: b234649
Author: Nate Cole 
Authored: Wed Aug 9 11:55:40 2017 -0400
Committer: Nate Cole 
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 expected_down = Arrays.asList(
 "PRE_CLUSTER",
+"OOZIE",
 "CORE_SLAVES",
 "SERVICE_CHECK_2",
 "CORE_MASTER",



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

2017-08-09 Thread ncole
Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-21450 5efb92dc1 -> 61f298ce3


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/61f298ce
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/61f298ce
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/61f298ce

Branch: refs/heads/branch-feature-AMBARI-21450
Commit: 61f298ce3a66b973b7f6697a6547a2bde92dead6
Parents: 5efb92d
Author: Nate Cole 
Authored: Wed Aug 9 11:54:13 2017 -0400
Committer: Nate Cole 
Committed: Wed Aug 9 11:54:23 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/61f298ce/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 39b02a4..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
@@ -210,10 +210,12 @@ public class UpgradePackTest {
 "SERVICE_CHECK_1",
 "CORE_SLAVES",
 "SERVICE_CHECK_2",
+"OOZIE",
 "POST_CLUSTER");
 
 List expected_down = Arrays.asList(
 "PRE_CLUSTER",
+"OOZIE",
 "CORE_SLAVES",
 "SERVICE_CHECK_2",
 "CORE_MASTER",