Files
impala/testdata/workloads/functional-query/queries/QueryTest/exchange-delays.test
Tim Armstrong 4953254409 IMPALA-5949: fix test_exchange_small_delay failure
Avoid running the problematic query with short delays. This combination
doesn't add coverage - the short delay was meant to test behaviour when
multiple batches were sent, but there are deliberately no batches sent
with this query.

Testing:
Ran a build against Isilon, which succeeded. Ran the test in a loop
locally overnight.

Change-Id: Ia75c42be2de600344de7af5a917d7843880ea6de
Reviewed-on: http://gerrit.cloudera.org:8080/8111
Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
Tested-by: Impala Public Jenkins
2017-09-22 05:08:22 +00:00

11 lines
196 B
Plaintext

====
---- QUERY
select count(*)
from tpch.lineitem
inner join tpch.orders on l_orderkey = o_orderkey
---- RESULTS
6001215
---- CATCH
Sender timed out waiting for receiver fragment instance
====