You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by bo...@apache.org on 2019/08/29 12:44:13 UTC

[impala] 06/07: IMPALA-8902: Bump timeout in test_result_spooling:::test_spilling

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

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

commit 4e23a529cbfee753298ca5437e9ed511554faedb
Author: Sahil Takiar <ta...@gmail.com>
AuthorDate: Wed Aug 28 08:04:19 2019 -0700

    IMPALA-8902: Bump timeout in test_result_spooling:::test_spilling
    
    De-flake test_result_spooling.py::TestResultSpooling::test_spilling.
    Bump up the timeout that controls how long the test waits for result
    spooling to start spilling to disk (detected by the presence of
    PeakUnpinnedBytes in the PLAN_ROOT_SINK section of the runtime profile).
    
    Testing:
    * Looped TestResultSpooling::test_spilling on an ASAN build for an hour
    without any failure.
    
    Change-Id: Iabac8d7273735079dca48a1e0ecd4f341ea690a0
    Reviewed-on: http://gerrit.cloudera.org:8080/14155
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 tests/query_test/test_result_spooling.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/query_test/test_result_spooling.py b/tests/query_test/test_result_spooling.py
index 8022bab..e06ec96 100644
--- a/tests/query_test/test_result_spooling.py
+++ b/tests/query_test/test_result_spooling.py
@@ -81,7 +81,7 @@ class TestResultSpooling(ImpalaTestSuite):
 
     # Amount of time to wait for the PeakUnpinnedBytes counter in the PLAN_ROOT_SINK
     # section of the profile to reach a non-zero value.
-    timeout = 10
+    timeout = 30
 
     # Regexes to look for in the runtime profiles.
     # PeakUnpinnedBytes can show up in exec nodes as well, so we only look for the