mirror of
https://github.com/apache/impala.git
synced 2026-01-10 00:00:16 -05:00
The test could hit one of two similar errors, depending on which order it read the files. This patch fixes the ERROR/CATCH blocks to be more permissive, so that either error is accepted. Change-Id: I785048eda36552981b6ba9c739517f83ac8715f4 Reviewed-on: http://gerrit.cloudera.org:8080/3402 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Internal Jenkins
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