Fang-Yu Rao created IMPALA-13811: ------------------------------------ Summary: test_insert_overwrite_base_detection seems to be flaky Key: IMPALA-13811 URL: https://issues.apache.org/jira/browse/IMPALA-13811 Project: IMPALA Issue Type: Bug Reporter: Fang-Yu Rao Assignee: Csaba Ringhofer
We found that *test_insert_overwrite_base_detection()* in https://github.com/apache/impala/blob/master/tests/query_test/test_acid.py seems to be flaky. It could fail with the following error. +*Error Message*+ {code} query_test/test_acid.py:399: in test_insert_overwrite_base_detection assert result.data == ['1\ta', '3\tb', '4\tb'] E assert ['3\tb', '4\tb'] == ['1\ta', '3\tb', '4\tb'] E At index 0 diff: '3\tb' != '1\ta' E Right contains more items, first extra item: '4\tb' E Use -v to get the full diff {code} +*Stacktrace*+ {code} query_test/test_acid.py:399: in test_insert_overwrite_base_detection assert result.data == ['1\ta', '3\tb', '4\tb'] E assert ['3\tb', '4\tb'] == ['1\ta', '3\tb', '4\tb'] E At index 0 diff: '3\tb' != '1\ta' E Right contains more items, first extra item: '4\tb' E Use -v to get the full diff {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