[jira] [Updated] (IMPALA-12830) test_webserver_hide_logs_link() could fail in the exhaustive build

2024-02-21 Thread Fang-Yu Rao (Jira)


 [ 
https://issues.apache.org/jira/browse/IMPALA-12830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fang-Yu Rao updated IMPALA-12830:
-
Summary: test_webserver_hide_logs_link() could fail in the exhaustive build 
 (was: test_web_pages() could fail in the exhaustive build)

> test_webserver_hide_logs_link() could fail in the exhaustive build
> --
>
> Key: IMPALA-12830
> URL: https://issues.apache.org/jira/browse/IMPALA-12830
> Project: IMPALA
>  Issue Type: Bug
>Reporter: Fang-Yu Rao
>Assignee: Saurabh Katiyal
>Priority: Major
>  Labels: broken-build
>
> We found in an internal Jenkins run that test_web_pages() could fail in the 
> exhaustive build with the following error.
> +*Error Message*+
> {code}
> AssertionError: bad links from webui port 25020 assert ['/', 
> '/catal...g_level', ...] == ['/', '/catalo...g_level', ...]   At index 2 
> diff: u'/events' != '/hadoop-varz'   Full diff:   - [u'/',   ?  -   + ['/',   
> -  u'/catalog',   ?  -   +  '/catalog',   -  u'/events',   -  
> u'/hadoop-varz',   ?  -   +  '/hadoop-varz',   +  '/events',   -  u'/jmx',   
> ?  -   +  '/jmx',   -  u'/log_level',   ?  -   +  '/log_level',   -  
> u'/memz',   ?  -   +  '/memz',   -  u'/metrics',   ?  -   +  '/metrics',   -  
> u'/operations',   ?  -   +  '/operations',   -  u'/profile_docs',   ?  -   +  
> '/profile_docs',   -  u'/rpcz',   ?  -   +  '/rpcz',   -  u'/threadz',   ?  - 
>   +  '/threadz',   -  u'/varz']   ?  -   +  '/varz']
> {code}
> +*Stacktrace*+
> {code}
> custom_cluster/test_web_pages.py:248: in test_webserver_hide_logs_link
> assert found_links == expected_catalog_links, msg
> E   AssertionError: bad links from webui port 25020
> E   assert ['/', '/catal...g_level', ...] == ['/', '/catalo...g_level', ...]
> E At index 2 diff: u'/events' != '/hadoop-varz'
> E Full diff:
> E - [u'/',
> E ?  -
> E + ['/',
> E -  u'/catalog',
> E ?  -
> E +  '/catalog',
> E -  u'/events',
> E -  u'/hadoop-varz',
> E ?  -
> E +  '/hadoop-varz',
> E +  '/events',
> E -  u'/jmx',
> E ?  -
> E +  '/jmx',
> E -  u'/log_level',
> E ?  -
> E +  '/log_level',
> E -  u'/memz',
> E ?  -
> E +  '/memz',
> E -  u'/metrics',
> E ?  -
> E +  '/metrics',
> E -  u'/operations',
> E ?  -
> E +  '/operations',
> E -  u'/profile_docs',
> E ?  -
> E +  '/profile_docs',
> E -  u'/rpcz',
> E ?  -
> E +  '/rpcz',
> E -  u'/threadz',
> E ?  -
> E +  '/threadz',
> E -  u'/varz']
> E ?  -
> E +  '/varz']
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Updated] (IMPALA-12830) test_webserver_hide_logs_link() could fail in the exhaustive build

2024-02-21 Thread Fang-Yu Rao (Jira)


 [ 
https://issues.apache.org/jira/browse/IMPALA-12830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fang-Yu Rao updated IMPALA-12830:
-
Description: 
We found in an internal Jenkins run that test_webserver_hide_logs_link() could 
fail in the exhaustive build with the following error.
+*Error Message*+
{code:java}
AssertionError: bad links from webui port 25020 assert ['/', 
'/catal...g_level', ...] == ['/', '/catalo...g_level', ...]   At index 2 diff: 
u'/events' != '/hadoop-varz'   Full diff:   - [u'/',   ?  -   + ['/',   -  
u'/catalog',   ?  -   +  '/catalog',   -  u'/events',   -  u'/hadoop-varz',   ? 
 -   +  '/hadoop-varz',   +  '/events',   -  u'/jmx',   ?  -   +  '/jmx',   -  
u'/log_level',   ?  -   +  '/log_level',   -  u'/memz',   ?  -   +  '/memz',   
-  u'/metrics',   ?  -   +  '/metrics',   -  u'/operations',   ?  -   +  
'/operations',   -  u'/profile_docs',   ?  -   +  '/profile_docs',   -  
u'/rpcz',   ?  -   +  '/rpcz',   -  u'/threadz',   ?  -   +  '/threadz',   -  
u'/varz']   ?  -   +  '/varz']
{code}
+*Stacktrace*+
{code:java}
custom_cluster/test_web_pages.py:248: in test_webserver_hide_logs_link
assert found_links == expected_catalog_links, msg
E   AssertionError: bad links from webui port 25020
E   assert ['/', '/catal...g_level', ...] == ['/', '/catalo...g_level', ...]
E At index 2 diff: u'/events' != '/hadoop-varz'
E Full diff:
E - [u'/',
E ?  -
E + ['/',
E -  u'/catalog',
E ?  -
E +  '/catalog',
E -  u'/events',
E -  u'/hadoop-varz',
E ?  -
E +  '/hadoop-varz',
E +  '/events',
E -  u'/jmx',
E ?  -
E +  '/jmx',
E -  u'/log_level',
E ?  -
E +  '/log_level',
E -  u'/memz',
E ?  -
E +  '/memz',
E -  u'/metrics',
E ?  -
E +  '/metrics',
E -  u'/operations',
E ?  -
E +  '/operations',
E -  u'/profile_docs',
E ?  -
E +  '/profile_docs',
E -  u'/rpcz',
E ?  -
E +  '/rpcz',
E -  u'/threadz',
E ?  -
E +  '/threadz',
E -  u'/varz']
E ?  -
E +  '/varz']
{code}

  was:
We found in an internal Jenkins run that test_web_pages() could fail in the 
exhaustive build with the following error.
+*Error Message*+
{code}
AssertionError: bad links from webui port 25020 assert ['/', 
'/catal...g_level', ...] == ['/', '/catalo...g_level', ...]   At index 2 diff: 
u'/events' != '/hadoop-varz'   Full diff:   - [u'/',   ?  -   + ['/',   -  
u'/catalog',   ?  -   +  '/catalog',   -  u'/events',   -  u'/hadoop-varz',   ? 
 -   +  '/hadoop-varz',   +  '/events',   -  u'/jmx',   ?  -   +  '/jmx',   -  
u'/log_level',   ?  -   +  '/log_level',   -  u'/memz',   ?  -   +  '/memz',   
-  u'/metrics',   ?  -   +  '/metrics',   -  u'/operations',   ?  -   +  
'/operations',   -  u'/profile_docs',   ?  -   +  '/profile_docs',   -  
u'/rpcz',   ?  -   +  '/rpcz',   -  u'/threadz',   ?  -   +  '/threadz',   -  
u'/varz']   ?  -   +  '/varz']
{code}

+*Stacktrace*+
{code}
custom_cluster/test_web_pages.py:248: in test_webserver_hide_logs_link
assert found_links == expected_catalog_links, msg
E   AssertionError: bad links from webui port 25020
E   assert ['/', '/catal...g_level', ...] == ['/', '/catalo...g_level', ...]
E At index 2 diff: u'/events' != '/hadoop-varz'
E Full diff:
E - [u'/',
E ?  -
E + ['/',
E -  u'/catalog',
E ?  -
E +  '/catalog',
E -  u'/events',
E -  u'/hadoop-varz',
E ?  -
E +  '/hadoop-varz',
E +  '/events',
E -  u'/jmx',
E ?  -
E +  '/jmx',
E -  u'/log_level',
E ?  -
E +  '/log_level',
E -  u'/memz',
E ?  -
E +  '/memz',
E -  u'/metrics',
E ?  -
E +  '/metrics',
E -  u'/operations',
E ?  -
E +  '/operations',
E -  u'/profile_docs',
E ?  -
E +  '/profile_docs',
E -  u'/rpcz',
E ?  -
E +  '/rpcz',
E -  u'/threadz',
E ?  -
E +  '/threadz',
E -  u'/varz']
E ?  -
E +  '/varz']
{code}


> test_webserver_hide_logs_link() could fail in the exhaustive build
> --
>
> Key: IMPALA-12830
> URL: https://issues.apache.org/jira/browse/IMPALA-12830
> Project: IMPALA
>  Issue Type: Bug
>Reporter: Fang-Yu Rao
>Assignee: Saurabh Katiyal
>Priority: Major
>  Labels: broken-build
>
> We found in an internal Jenkins run that test_webserver_hide_logs_link() 
> could fail in the exhaustive build with the following error.
> +*Error Message*+
> {code:java}
> AssertionError: bad links from webui port 25020 assert ['/', 
> '/catal...g_level', ...] == ['/', '/catalo...g_level', ...]   At index 2 
> diff: u'/events' != '/hadoop-varz'   Full diff:   - [u'/',   ?  -   + ['/',   
> -  u'/catalog',   ?  -   +  '/catalog',   -  u'/events',   -  
> u'/hadoop-varz',   ?  -   +