Wenzhe Zhou created IMPALA-12698:
------------------------------------
Summary: TestScratchDir.test_scratch_dirs_batch_reading seems flaky
Key: IMPALA-12698
URL: https://issues.apache.org/jira/browse/IMPALA-12698
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 4.4.0
Reporter: Wenzhe Zhou
Assignee: Yida Wu
test_scratch_disk.py::TestScratchDir::test_scratch_dirs_batch_reading failed in
check_deleted_file_fd(), which was added recently in patch of IMPALA-12681.
{code:java}
Error Message
test setup failure
Stacktrace
custom_cluster/test_scratch_disk.py:100: in teardown_method
self.check_deleted_file_fd()
custom_cluster/test_scratch_disk.py:305: in check_deleted_file_fd
assert deleted_files is None
E assert '38822198 0 lr-x------ 1 jenkins jenkins 64 Jan 9
16:17 /proc/8792/fd/464 ->
/data0/jenkins/workspace/im...current/BP-702511211-127.0.0.1-1704795187887/current/finalized/subdir2/subdir16/blk_1073909955_169136.meta\\
(deleted)' is None
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)