This is an automated email from the ASF dual-hosted git repository.
ncole pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by
this push:
new b6d82fe [AMBARI-23726] Mpack Installation Response is not Updating
State - missed commit
b6d82fe is described below
commit b6d82fed4e4f9a70f21154995ef6ad4b0db38b2e
Author: Nate Cole <[email protected]>
AuthorDate: Wed May 2 08:47:13 2018 -0400
[AMBARI-23726] Mpack Installation Response is not Updating State - missed
commit
---
.../server/topology/ClusterInstallWithoutStartOnComponentLevelTest.java | 2 --
.../apache/ambari/server/topology/ClusterInstallWithoutStartTest.java | 2 --
2 files changed, 4 deletions(-)
diff --git
a/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartOnComponentLevelTest.java
b/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartOnComponentLevelTest.java
index e8ca5be..4e12536 100644
---
a/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartOnComponentLevelTest.java
+++
b/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartOnComponentLevelTest.java
@@ -42,7 +42,6 @@ import java.util.Map;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Future;
-import org.apache.ambari.server.Role;
import org.apache.ambari.server.RoleCommand;
import org.apache.ambari.server.actionmanager.HostRoleCommand;
import org.apache.ambari.server.actionmanager.HostRoleStatus;
@@ -384,7 +383,6 @@ public class ClusterInstallWithoutStartOnComponentLevelTest
extends EasyMockSupp
anyString(), eq(AmbariContext.TaskType.START),
anyBoolean())).andReturn(hostRoleCommand).times(1);
expect(hostRoleCommand.getTaskId()).andReturn(1L).atLeastOnce();
expect(hostRoleCommand.getRoleCommand()).andReturn(RoleCommand.INSTALL).atLeastOnce();
-
expect(hostRoleCommand.getRole()).andReturn(Role.INSTALL_PACKAGES).atLeastOnce();
expect(hostRoleCommand.getStatus()).andReturn(HostRoleStatus.COMPLETED).atLeastOnce();
ambariContext.setConfigurationOnCluster(capture(updateClusterConfigRequestCapture));
diff --git
a/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartTest.java
b/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartTest.java
index c22665b..61df17b 100644
---
a/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartTest.java
+++
b/ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartTest.java
@@ -42,7 +42,6 @@ import java.util.Map;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Future;
-import org.apache.ambari.server.Role;
import org.apache.ambari.server.RoleCommand;
import org.apache.ambari.server.actionmanager.HostRoleCommand;
import org.apache.ambari.server.actionmanager.HostRoleStatus;
@@ -384,7 +383,6 @@ public class ClusterInstallWithoutStartTest extends
EasyMockSupport {
anyString(), eq(AmbariContext.TaskType.INSTALL),
anyBoolean())).andReturn(hostRoleCommand).atLeastOnce();
expect(hostRoleCommand.getTaskId()).andReturn(1L).atLeastOnce();
expect(hostRoleCommand.getRoleCommand()).andReturn(RoleCommand.INSTALL).atLeastOnce();
-
expect(hostRoleCommand.getRole()).andReturn(Role.INSTALL_PACKAGES).atLeastOnce();
expect(hostRoleCommand.getStatus()).andReturn(HostRoleStatus.COMPLETED).atLeastOnce();
ambariContext.setConfigurationOnCluster(capture(updateClusterConfigRequestCapture));
--
To stop receiving notification emails like this one, please contact
[email protected].