This is an automated email from the ASF dual-hosted git repository.
alexantonenko pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from 2bd65e8 AMBARI-25150 Implement additional error reporting for
ambari-web unit tests. (ababiichuk)
new bd1bd59 AMBARI-25149. Cover all not covered common views
new 57d6137 Merge branch 'trunk' into AMBARI-25149-trunk
new a26febf AMBARI-25139. Cover all not covered common views
new 3dbaaba Merge pull request #2817 from hiveww/AMBARI-25149-trunk
The 24547 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ambari-web/app/assets/test/tests.js | 4 +
ambari-web/app/views/common/log_tail_view.js | 1 -
.../views/common/log_search_ui_link_view_test.js | 66 +++++
ambari-web/test/views/common/log_tail_view_test.js | 316 +++++++++++++++++++++
.../not-scrollable-textarea_test.js} | 40 +--
.../test/views/common/service_restart_view_test.js | 97 +++++++
6 files changed, 506 insertions(+), 18 deletions(-)
create mode 100644 ambari-web/test/views/common/log_search_ui_link_view_test.js
create mode 100644 ambari-web/test/views/common/log_tail_view_test.js
copy ambari-web/test/views/{main/dashboard/widgets/namenode_heap_test.js =>
common/not-scrollable-textarea_test.js} (54%)
create mode 100644 ambari-web/test/views/common/service_restart_view_test.js