Tim Armstrong has uploaded a new change for review. http://gerrit.cloudera.org:8080/2877
Change subject: IMPALA-2345,2991: test coverage for spilling and sorts ...................................................................... IMPALA-2345,2991: test coverage for spilling and sorts Add missing coverage for sorting by CHAR and VARCHAR. Add more coverage for spilling sorts. Fix spilling tests: ensure that they actually reliably spill (many of them had memory limits high enough that they could run entirely in memory). I ran this in a loop for a while to flush out flaky tests. The tests should be fairly predictable given that they're not run concurrently with other tests and we allocate enough block manager memory so that each operator can obtain its reservation. Change-Id: Ia2d2627a2c327dcdf269ea3216385b1af9dfa305 --- M testdata/workloads/functional-query/queries/QueryTest/spilling.test M tests/custom_cluster/test_spilling.py 2 files changed, 257 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/77/2877/1 -- To view, visit http://gerrit.cloudera.org:8080/2877 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia2d2627a2c327dcdf269ea3216385b1af9dfa305 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]>
