Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-12170

TestWebPage.test_webserver_hide_logs_link fails due to new /events link added in catalogd

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 4.3.0
    • Impala 4.3.0
    • None
    • None
    • ghx-label-12

    Description

      TestWebPage.test_webserver_hide_logs_link recently fails due to IMPALA-12053 makes the "/events" link visible in catalogd WebUI.

      custom_cluster/test_web_pages.py:242: in test_webserver_hide_logs_link
          assert found_links == expected_catalog_links, msg
      E   AssertionError: bad links from webui port 25020
      E   assert ['/', '/catal... '/memz', ...] == ['/', '/catalo...metrics', ...]
      E     At index 2 diff: u'/events' != '/jmx'
      E     Left contains more items, first extra item: '/varz'
      E     Full diff:
      E     - [u'/',
      E     ?  -
      E     + ['/',
      E     -  u'/catalog',
      E     ?  -
      E     +  '/catalog',
      E     -  u'/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'] 

      Attachments

        Issue Links

          Activity

            People

              stigahuang Quanlong Huang
              stigahuang Quanlong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: