mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
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.
10 lines
230 B
Groovy
10 lines
230 B
Groovy
integTestCluster {
|
|
setting 'xpack.security.enabled', 'false'
|
|
setting 'xpack.license.self_generated.type', 'trial'
|
|
}
|
|
|
|
runqa {
|
|
setting 'xpack.security.enabled', 'false'
|
|
setting 'xpack.license.self_generated.type', 'trial'
|
|
}
|