Andrew Sherman created IMPALA-12416:
---------------------------------------

             Summary: test_skipping_older_events and some other catlog tests 
failing
                 Key: IMPALA-12416
                 URL: https://issues.apache.org/jira/browse/IMPALA-12416
             Project: IMPALA
          Issue Type: Bug
            Reporter: Andrew Sherman
            Assignee: Sai Hemanth Gantasala


test_skipping_older_events was added in IMPALA-11535. The failure is:
{code}
custom_cluster/test_events_custom_configs.py:375: in test_skipping_older_events
    verify_skipping_older_events(test_old_table, True, False)
custom_cluster/test_events_custom_configs.py:370: in 
verify_skipping_older_events
    verify_skipping_hive_stmt_events(complete_query, "new_table")
custom_cluster/test_events_custom_configs.py:341: in 
verify_skipping_hive_stmt_events
    assert tbl_events_skipped_after > tbl_events_skipped_before
E   assert 19 > 19
{code}

There are some other catalog test failures that appeared at the same time:
{code}
org.apache.impala.catalog.metastore.CatalogHmsFileMetadataTest
org.apache.impala.catalog.metastore.CatalogHmsSyncToLatestEventIdTest
org.apache.impala.catalog.metastore.EnableCatalogdHmsCacheFlagTest
{code}
which are failing, saying
{code}
Configurations invalidate_hms_cache_on_ddls and 
enable_sync_to_latest_event_on_ddls can not be set to true at the same time
{code}
and I assume are related, please investigate these too, and fix if appropriate.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to