mirror of
https://github.com/apache/impala.git
synced 2026-01-05 12:01:11 -05:00
Add a custom cluster test that tests for delays in registering data stream receivers. We add a stress option to artificially delay this registration to ensure that it can be handled correctly. Change-Id: Id5f5746b6023c301bacfa305c525846cdde822c9 Reviewed-on: http://gerrit.cloudera.org:8080/2306 Tested-by: Internal Jenkins Reviewed-by: Silvius Rus <srus@cloudera.com>
11 lines
196 B
Plaintext
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
|
|
====
|