mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
Test for IMPALA-2987
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>
This commit is contained in:
committed by
Harrison Sheinblatt
parent
c98c4f3312
commit
6cdcdb12ff
10
testdata/workloads/functional-query/queries/QueryTest/exchange-delays.test
vendored
Normal file
10
testdata/workloads/functional-query/queries/QueryTest/exchange-delays.test
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
====
|
||||
---- 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
|
||||
====
|
||||
Reference in New Issue
Block a user