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 <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Sahil Takiar
2019-08-28 08:04:19 -07:00
committed by Impala Public Jenkins
parent 94f7d12f87
commit 4e23a529cb

View File

@@ -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