This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new 8ef134060 IMPALA-12170: Fix WebUI test failure due to the new /events
page
8ef134060 is described below
commit 8ef13406023b02aeff5672c0a040dad0f12d8dd3
Author: stiga-huang <[email protected]>
AuthorDate: Tue May 30 22:08:42 2023 +0800
IMPALA-12170: Fix WebUI test failure due to the new /events page
IMPALA-12053 makes the "/events" link visible in catalogd WebUI. This
causes test failures in test_webserver_hide_logs_link which checks all
the visible links. This patch fixes the test.
Tests:
- Ran test_webserver_hide_logs_link locally
Change-Id: I23cb45cf9bf2225a832ce77642d698709eebe604
Reviewed-on: http://gerrit.cloudera.org:8080/19953
Reviewed-by: Andrew Sherman <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
tests/custom_cluster/test_web_pages.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/custom_cluster/test_web_pages.py
b/tests/custom_cluster/test_web_pages.py
index e14853918..069dc844e 100644
--- a/tests/custom_cluster/test_web_pages.py
+++ b/tests/custom_cluster/test_web_pages.py
@@ -223,6 +223,7 @@ class TestWebPage(CustomClusterTestSuite):
expected_catalog_links = [
"/",
"/catalog",
+ "/events",
"/jmx",
"/log_level",
"/memz",