| commit | c10777bc8c1dc319b54c4f007eb9dddd8fc4762b | [log] [tgz] |
|---|---|---|
| author | Abhishek Ravi <abhi.ravi@gmail.com> | Thu Dec 27 16:55:44 2018 -0800 |
| committer | Abhishek Girish <agirish@apache.org> | Thu Dec 27 16:55:44 2018 -0800 |
| tree | 903cec285373117b32b78c2fdf198354ed58e61c | |
| parent | d1b32d9a562fa04c7ee2e9d43933a3e67cda888c [diff] |
Fix failures in JPPD tests (#526) * Fix plan verification failures due to Semi Join - In case of nested join scenario, multiple RTFs arrives at scan on probe side. This resulted in plan showing multiple RuntimeFilters. This has been fixed and hence changes are required. - Semi Join is enable by default and the plan has to factor in the changes. - Disable Semi Join where Agg is required before Join. * Disable failing queries with a reference to the bug
Test Framework for SQL on Hadoop technologies. Currently supports Apache Drill, a schema-free SQL query engine for Hadoop, NoSQL and cloud storage.
The framework is built for regression, integration & sanity testing. Includes test coverage (with baselines) for core Drill functionality, and supported features. And are used by the Apache Drill community for pre-commit regression and part of the release criteria.
To begin using the test framework, you need to build the project and download dependent datasets (configured in pom.xml).
git clone git@github.com:mapr/drill-test-framework.git cd drill-test-framework bin/build_framework -Pdownload
If you've already downloaded the datasets previously, you can simply skip the download.
In the root directory of your repository, execute the following command to run tests:
bin/run_tests -s <suites> -g <groups> -t <Timeout> -x <Exclude> -n <Concurrency> -d
Example:
We encourage contributions from users! You can fix bugs, make enhancements or add new tests. Create a PR here on GitHub for your change.
Refer to CONTRIBUTING.md for details on the test framework structure and instructions on how to contribute.
Licensed under the Apache License 2.0. Please see LICENSE.md