You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2018/01/02 16:56:12 UTC

[21/37] ambari git commit: AMBARI-22679. RU: Service action failed with NullPointer on Downgrade after RU -- checkstyle fix (Dmytro Grinenko via adoroszlai)

AMBARI-22679. RU: Service action failed with NullPointer on Downgrade after RU -- checkstyle fix (Dmytro Grinenko via adoroszlai)


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

Branch: refs/heads/branch-feature-AMBARI-21674
Commit: cfed3fb9d6a5a8e5bde03d655a526ad18f1e32ec
Parents: f6ee120
Author: Dmytro Grinenko <ha...@gmail.com>
Authored: Sat Dec 23 12:31:35 2017 +0100
Committer: Doroszlai, Attila <ad...@hortonworks.com>
Committed: Sat Dec 23 12:31:35 2017 +0100

----------------------------------------------------------------------
 .../apache/ambari/server/state/stack/ConfigUpgradeValidityTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cfed3fb9/ambari-server/src/test/java/org/apache/ambari/server/state/stack/ConfigUpgradeValidityTest.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/java/org/apache/ambari/server/state/stack/ConfigUpgradeValidityTest.java b/ambari-server/src/test/java/org/apache/ambari/server/state/stack/ConfigUpgradeValidityTest.java
index 3d8c5e7..2fb0795 100644
--- a/ambari-server/src/test/java/org/apache/ambari/server/state/stack/ConfigUpgradeValidityTest.java
+++ b/ambari-server/src/test/java/org/apache/ambari/server/state/stack/ConfigUpgradeValidityTest.java
@@ -41,7 +41,6 @@ import org.apache.ambari.server.state.StackId;
 import org.apache.ambari.server.state.StackInfo;
 import org.apache.ambari.server.state.UpgradeContext;
 import org.apache.ambari.server.state.UpgradeContextFactory;
-import org.apache.ambari.server.state.cluster.ClusterImpl;
 import org.apache.ambari.server.state.stack.UpgradePack.ProcessingComponent;
 import org.apache.ambari.server.state.stack.upgrade.ClusterGrouping;
 import org.apache.ambari.server.state.stack.upgrade.ClusterGrouping.ExecuteStage;