You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2021/02/21 05:54:00 UTC

[jira] [Created] (IMPALA-10533) TestScratchDir.test_scratch_dirs_mix_local_and_remote_dir_spill_local_only seems flaky

Wenzhe Zhou created IMPALA-10533:
------------------------------------

             Summary: TestScratchDir.test_scratch_dirs_mix_local_and_remote_dir_spill_local_only seems flaky
                 Key: IMPALA-10533
                 URL: https://issues.apache.org/jira/browse/IMPALA-10533
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.0
            Reporter: Wenzhe Zhou


The test case failed in exhaustive release build.

custom_cluster.test_scratch_disk.TestScratchDir.test_scratch_dirs_mix_local_and_remote_dir_spill_local_only[protocol: beeswax | exec_option: \{'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none] (from pytest)
h3. Error Message

assert (104857600 > 0 and 16777216 == 0)
h3. Stacktrace

custom_cluster/test_scratch_disk.py:317: in test_scratch_dirs_mix_local_and_remote_dir_spill_local_only

    assert (metrics0 > 0 and metrics1 == 0)

E assert (104857600 > 0 and 16777216 == 0)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)