mirror of
https://github.com/apache/impala.git
synced 2026-01-07 09:02:19 -05:00
This adds most of the end-to-end tests described in the test plan. See http://goo.gl/v3Strz. * End-to-end test for disk spill encryption. * Admission control test for the case when acquiring initial reservation fails. * Initial reservation acquire failure test * scratch_limit tests for Join, Agg, Sort, Analytic * Memory usage scaling tests for Join, Agg, Sort, Analytic Also splits out the slow sort queries in test_spilling and moves them to exhaustive so the individual tests run faster and have better parallelism. Testing: Ran all the core tests. Will do a full exhaustive run before committing. Change-Id: I554aa5ddfef4f8e75295596e720a14eee1afa17f Reviewed-on: http://gerrit.cloudera.org:8080/7552 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public Jenkins
587 B
587 B
| 1 | # Manually created file. |
|---|---|
| 2 | file_format:text, dataset:tpch, compression_codec:none, compression_type:none |
| 3 | file_format:seq, dataset:tpch, compression_codec:gzip, compression_type:block |
| 4 | file_format:seq, dataset:tpch, compression_codec:snap, compression_type:block |
| 5 | file_format:rc, dataset:tpch, compression_codec:none, compression_type:none |
| 6 | file_format:avro, dataset:tpch, compression_codec: none, compression_type: none |
| 7 | file_format:avro, dataset:tpch, compression_codec: snap, compression_type: block |
| 8 | file_format:parquet, dataset:tpch, compression_codec: none, compression_type: none |