mirror of
https://github.com/apache/impala.git
synced 2026-02-03 09:00:39 -05:00
test_krpc_datastream_sender_shuffle failed in erasure-coding environment, possibly due to variability in data loading. This patch adjust the test to replace o_comment with o_clerk column that has consistent string length. Testing: - Run and pass test_krpc_datastream_sender_shuffle both in erasure-coding and regular hdfs environment, each on 100 iterations. Change-Id: I46fe6b37e089f853d54aa5d8f4ecf0d1f6d12191 Reviewed-on: http://gerrit.cloudera.org:8080/19161 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This directory contains Impala test workloads. The directory layout for the workloads should follow: workloads/ <data set name>/<data set name>_dimensions.csv <- The test dimension file <data set name>/<data set name>_core.csv <- A test vector file <data set name>/<data set name>_pairwise.csv <data set name>/<data set name>_exhaustive.csv <data set name>/queries/<query test>.test <- The queries for this workload