You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2022/01/18 00:48:23 UTC

[impala] 01/02: IMPALA-11072: Deflake TestSpillingDebugActionDimensions.test_spilling

This is an automated email from the ASF dual-hosted git repository.

stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 577fc2ee21a8cb6fc49f9df8367d63ebccc13e61
Author: Riza Suminto <ri...@cloudera.com>
AuthorDate: Mon Jan 10 10:08:41 2022 -0800

    IMPALA-11072: Deflake TestSpillingDebugActionDimensions.test_spilling
    
    The first test case in TestSpillingDebugActionDimensions.test_spilling
    has been flaky for not spilling any partitions in its hash join node.
    This patch fixes the flakiness by reducing the buffer_pool_limit from
    215 MB to 110 MB, which is around double of the query Per Host Min
    Memory Reservation.
    
    Testing:
    - Manually run the first test case of
      TestSpillingDebugActionDimensions.test_spilling. Verify that both of
      the hash joins are spilling and the test pass.
    
    Change-Id: Ie8802505e0dcae1be5e855107436805bd10e0077
    Reviewed-on: http://gerrit.cloudera.org:8080/18138
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 testdata/workloads/functional-query/queries/QueryTest/spilling.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testdata/workloads/functional-query/queries/QueryTest/spilling.test b/testdata/workloads/functional-query/queries/QueryTest/spilling.test
index 8a4a36b..2632953 100644
--- a/testdata/workloads/functional-query/queries/QueryTest/spilling.test
+++ b/testdata/workloads/functional-query/queries/QueryTest/spilling.test
@@ -1,6 +1,6 @@
 ====
 ---- QUERY
-set buffer_pool_limit=215m;
+set buffer_pool_limit=110m;
 select count(l1.l_tax)
 from
 lineitem l1,