2018-01-18 15:59:40 -05:00
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2019-06-20 02:21:29 -04:00
|
|
|
testClusters.integTest{
|
|
|
|
numberOfNodes = 2
|
2017-12-13 10:19:31 -05:00
|
|
|
setting 'xpack.security.enabled', 'false'
|
2018-02-12 14:57:04 -05:00
|
|
|
setting 'xpack.license.self_generated.type', 'trial'
|
2017-12-13 10:19:31 -05:00
|
|
|
}
|