You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/03/15 02:16:00 UTC

ambari git commit: AMBARI-10070 FIX. RU - AMS service check may fail, need to exclude AMS from Service Check Group in Upgrade Pack (alejandro)

Repository: ambari
Updated Branches:
  refs/heads/trunk 95103a905 -> def3848f3


AMBARI-10070 FIX. RU - AMS service check may fail, need to exclude AMS from Service Check Group in Upgrade Pack (alejandro)


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

Branch: refs/heads/trunk
Commit: def3848f393a3eaf6476b70e98098820212cc338
Parents: 95103a9
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Sat Mar 14 18:09:20 2015 -0700
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Sat Mar 14 18:15:51 2015 -0700

----------------------------------------------------------------------
 .../test/java/org/apache/ambari/server/stack/StackManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/def3848f/ambari-server/src/test/java/org/apache/ambari/server/stack/StackManagerTest.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/java/org/apache/ambari/server/stack/StackManagerTest.java b/ambari-server/src/test/java/org/apache/ambari/server/stack/StackManagerTest.java
index 2f2a5e5..0f39b06 100644
--- a/ambari-server/src/test/java/org/apache/ambari/server/stack/StackManagerTest.java
+++ b/ambari-server/src/test/java/org/apache/ambari/server/stack/StackManagerTest.java
@@ -191,7 +191,7 @@ public class StackManagerTest {
     Collection<ServiceInfo> services = stack.getServices();
 
     //should include all stacks in hierarchy
-    assertEquals(15, services.size());
+    assertEquals(16, services.size());
     HashSet<String> expectedServices = new HashSet<String>();
     expectedServices.add("GANGLIA");
     expectedServices.add("HBASE");