Files
impala/testdata/workloads/functional-query/queries/QueryTest/exchange-delays-zero-rows.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

12 lines
248 B
Plaintext

====
---- QUERY
# IMPALA-5199: Query with zero rows sent over exchange.
select l_orderkey, count(*)
from tpch.lineitem
where l_linenumber = -1
group by l_orderkey
---- RESULTS
---- CATCH
Sender timed out waiting for receiver fragment instance
====