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/08/08 23:14:37 UTC

[impala] 03/03: IMPALA-11481: Make test_runtime_profile_aggregate slower to avoid flakyness

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 308fda110758b0fc58e5b1f477d635aac29aea75
Author: Csaba Ringhofer <cs...@cloudera.com>
AuthorDate: Mon Aug 8 17:15:11 2022 +0200

    IMPALA-11481: Make test_runtime_profile_aggregate slower to avoid flakyness
    
    The recent flakyness was probably caused by the new faster instances used
    for testing. For more information see the Jira.
    
    Change-Id: Ia31abfdcd12a26a2340c89d312b0d3b9c9fa3014
    Reviewed-on: http://gerrit.cloudera.org:8080/18825
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 testdata/workloads/tpch/queries/runtime-profile-aggregated.test | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/testdata/workloads/tpch/queries/runtime-profile-aggregated.test b/testdata/workloads/tpch/queries/runtime-profile-aggregated.test
index 14e4fb6d0..1966919e3 100644
--- a/testdata/workloads/tpch/queries/runtime-profile-aggregated.test
+++ b/testdata/workloads/tpch/queries/runtime-profile-aggregated.test
@@ -2,10 +2,12 @@
 ---- QUERY
 # Sanity check aggregated runtime profile. Pick a query that runs for long enough for
 # time series counters, etc to collect some data.
-select STRAIGHT_JOIN count(distinct l_partkey)
+select STRAIGHT_JOIN count(distinct l_partkey), count(distinct l_comment)
 from lineitem join [BROADCAST] supplier on l_suppkey = s_suppkey
+---- TYPES
+BIGINT,BIGINT
 ---- RESULTS
-200000
+200000,4580667
 ---- RUNTIME_PROFILE
 # Top-level counter (not aggregated)
 row_regex: .*NumBackends: 4 .*