commit | b5a6fc8d32d7679c22f978b31a73fb096e7319f2 | [log] [tgz] |
---|---|---|
author | Kedar Sankar Behera <kedar.behera@gmail.com> | Mon Mar 04 15:47:54 2019 -0800 |
committer | GitHub <noreply@github.com> | Mon Mar 04 15:47:54 2019 -0800 |
tree | a0d7998d80f7e408258127c161e5ac7597f822e0 | |
parent | 785de735e2ab29853c5a0aa65e4040211956efcb [diff] |
Revert "Revert "Tests for new table stats feature (#537)" (#543)" (#548) This reverts commit 25679fae87a3ea38186ddc7f6cdb5a89687ea0e7.
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