Nik Everett 6857d30527
SQL: Move qa directory into sql directory (#34496)
Moves `x-pack/qa/sql/*` into `x-pack/plugin/sql/qa` to make it simpler
to run all of the sql tests. This lines up with how newer projects like
cross cluster replication are testing themselves.
2018-10-30 14:54:15 -04:00

14 lines
387 B
Groovy

description = 'Run a subset of SQL tests against multiple nodes'
/*
* We try to pick a small subset of the SQL tests so it'll
* run quickly but still exercise the bits of SQL that we
* feel should need to be tested against more than one node.
*/
integTestCluster {
numNodes = 2
setting 'xpack.security.enabled', 'false'
setting 'xpack.license.self_generated.type', 'trial'
}