Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12531 )
Change subject: IMPALA-8222: disable per-query timeouts in stress test ...................................................................... IMPALA-8222: disable per-query timeouts in stress test It is very hard to pick a timeout threshold for queries in the stress test that won't result in false positives, because the slowdown can be non-linear with the amount of load on the system. To avoid this problem this change simply disables the timeout for the stress test phase. The timeout logic is still used for query cancellation and generating random queries (since those may run for too long). Testing: Manually tested against my minicluster: * TPC-H binary search for one query * A short stress test run * Random query generation with a 1 second timeout. Change-Id: I2ee8b8ec63562031784c2a719869dce57bcafc0b Reviewed-on: http://gerrit.cloudera.org:8080/12531 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/stress/concurrent_select.py 1 file changed, 11 insertions(+), 24 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/12531 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2ee8b8ec63562031784c2a719869dce57bcafc0b Gerrit-Change-Number: 12531 Gerrit-PatchSet: 5 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Thomas Marshall <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
