Skip to content

Running

ivan provalov edited this page Jul 14, 2016 · 1 revision

To run:

./gradlew run-Darchaius.configurationSource.additionalUrls=file:///tmp/config-local.properties

Where -Darchaius.configurationSource.additionalUrls will override the default properties.

Please note, that a directory called ‘data/q_tests’ needs to exist relative to your working directory from which the code is executed. If you prefer a different directory, modify this property:

search.query.testing.dataDir=

When using the artifacts, you can run it like so from a java program:

new QueryTests().getDataRunTestsUpdateReports();

Clone this wiki locally