From 4e23a529cbfee753298ca5437e9ed511554faedb Mon Sep 17 00:00:00 2001 From: Sahil Takiar Date: Wed, 28 Aug 2019 08:04:19 -0700 Subject: [PATCH] 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 Tested-by: Impala Public Jenkins --- 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 8022babf5..e06ec965f 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