Qifan Chen created IMPALA-10286:
-----------------------------------
Summary: metadata.test_catalogd_debug_actions test failed due to
assertion
Key: IMPALA-10286
URL: https://issues.apache.org/jira/browse/IMPALA-10286
Project: IMPALA
Issue Type: Bug
Components: Catalog
Reporter: Qifan Chen
In impala-cdpd-master-staging-core-s3 test, the following is seen.
{code:java}
Error Message
assert (4181 - 3051) > 2000
Stacktrace
metadata/test_catalogd_debug_actions.py:35: in test_catalogd_debug_actions
debug_action="catalogd_refresh_hdfs_listing_delay:JITTER@[email protected]", delta=2000)
metadata/test_catalogd_debug_actions.py:50: in __run_debug_action
assert (time_taken_after - time_taken_before) > delta
E assert (4181 - 3051) > 2000
{code}
The URL of the failure can be found here:
https://master-02.jenkins.cloudera.com/job/impala-cdpd-master-staging-core-s3/82/testReport/metadata.test_catalogd_debug_actions/TestDebugActions/test_catalogd_debug_actions/.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)