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 2014/12/02 22:16:24 UTC

ambari git commit: AMBARI-8513. "Host doesn't exist in database" exception in log after failed agent registration. fix UT (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 5b6223f6b -> a930a742f


AMBARI-8513. "Host doesn't exist in database" exception in log after failed agent registration. fix UT (alexantonenko)


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

Branch: refs/heads/trunk
Commit: a930a742fb3ad2ada0ff3bff2453ae70a870d587
Parents: 5b6223f
Author: Alex Antonenko <hi...@gmail.com>
Authored: Tue Dec 2 23:15:19 2014 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Dec 2 23:15:19 2014 +0200

----------------------------------------------------------------------
 ambari-web/test/controllers/wizard/step3_test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a930a742/ambari-web/test/controllers/wizard/step3_test.js
----------------------------------------------------------------------
diff --git a/ambari-web/test/controllers/wizard/step3_test.js b/ambari-web/test/controllers/wizard/step3_test.js
index a433f23..11033cd 100644
--- a/ambari-web/test/controllers/wizard/step3_test.js
+++ b/ambari-web/test/controllers/wizard/step3_test.js
@@ -1937,7 +1937,7 @@ describe('App.WizardStep3Controller', function () {
 
     it('should do proper request to the ambari-server', function() {
 
-      var bootHosts = [{name: 'n1'}, {name: 'n2'}],
+      var bootHosts = [{name: 'n1', bootStatus: 'REGISTERED'}, {name: 'n2', bootStatus: 'REGISTERED'}],
         javaHome = '/java',
         jdkLocation = '/jdk';
       c.reopen({