[ 
https://issues.apache.org/jira/browse/IMPALA-12416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17762265#comment-17762265
 ] 

ASF subversion and git services commented on IMPALA-12416:
----------------------------------------------------------

Commit 188c2d6379d0dc3f6fddcd307dcfa875fe754353 in impala's branch 
refs/heads/master from Sai Hemanth Gantasala
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=188c2d637 ]

IMPALA-12416: Fix test failures caused by
IMPALA-11535

Fixed the test failures in Java unit tests caused by incorrectly
setting the config 'enable_sync_to_latest_event_on_ddls' to true. This
flag has to be reset to its original value at the end of the test since
BackendConfig.INSTANCE is shared by all the FE tests. Also, increased
the hms polling interval to 10sec for the test_skipping_older_events()
end-to-end test to avoid flakiness.

Change-Id: I4930933dca849496bfbe475c8efc960d15fa57a8
Reviewed-on: http://gerrit.cloudera.org:8080/20454
Reviewed-by: Quanlong Huang <huangquanl...@gmail.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> 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
>            Priority: Critical
>
> 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: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to