You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ha...@apache.org on 2020/09/29 10:52:26 UTC

[ambari] branch branch-2.7 updated (b5818d4 -> 3b4fba6)

This is an automated email from the ASF dual-hosted git repository.

hapylestat pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git.


    from b5818d4  AMBARI-25537. Fix AMS ambari-database and hbase dashboards. (dvitiuk via dgrinenko) (#3214)
     add 3b4fba6  AMBARI-25539. Unit tests coverage improvement for highAvailability controllers (dpidhaiets via dgrinenko) (#3215)

No new revisions were added by this update.

Summary of changes:
 ambari-web/app/assets/test/tests.js                |   8 +
 .../admin/federation/wizard_controller_test.js     |   4 +-
 .../hawq/activateStandby/wizard_controller_test.js |  20 +-
 .../hawq/addStandby/wizard_controller_test.js      |   4 +-
 .../hawq/removeStandby/wizard_controller_test.js   |   4 +-
 .../journalNode/step3_controller_test.js           | 132 +++
 .../journalNode/step4_controller_test.js           |  14 +
 .../step5_controller_test.js}                      |  26 +-
 .../journalNode/wizard_controller_test.js          | 149 ++++
 .../rollbackHA/rollback_wizard_controller_test.js  | 282 +++++++
 .../step2_controller_test.js}                      |  38 +-
 .../nameNode/rollback_controller_test.js           | 898 +++++++++++++++++++++
 .../nameNode/step3_controller_test.js              |  74 +-
 .../nameNode/step9_controller_test.js              | 100 +++
 .../nameNode/wizard_controller_test.js             | 147 ++++
 .../step1_controller_test.js}                      |  29 +-
 .../rangerAdmin/step4_controller_test.js           | 182 +++++
 .../wizard_controller_test.js                      | 143 +---
 .../resourceManager/step3_controller_test.js       |   2 +-
 .../test/controllers/main/service/item_test.js     |   2 +-
 20 files changed, 2060 insertions(+), 198 deletions(-)
 create mode 100644 ambari-web/test/controllers/main/admin/highAvailability/journalNode/step3_controller_test.js
 copy ambari-web/test/controllers/main/admin/highAvailability/{nameNode/step8_controller_test.js => journalNode/step5_controller_test.js} (72%)
 create mode 100644 ambari-web/test/controllers/main/admin/highAvailability/nameNode/rollbackHA/rollback_wizard_controller_test.js
 copy ambari-web/test/controllers/main/admin/highAvailability/nameNode/{step8_controller_test.js => rollbackHA/step2_controller_test.js} (56%)
 create mode 100644 ambari-web/test/controllers/main/admin/highAvailability/nameNode/rollback_controller_test.js
 copy ambari-web/test/controllers/main/admin/highAvailability/{journalNode/step7_controller_test.js => rangerAdmin/step1_controller_test.js} (55%)
 create mode 100644 ambari-web/test/controllers/main/admin/highAvailability/rangerAdmin/step4_controller_test.js
 copy ambari-web/test/controllers/main/admin/highAvailability/{hawq/removeStandby => rangerAdmin}/wizard_controller_test.js (61%)