OpenSearch/src
javanna 43a1e1c353 [TEST] create client nodes using node.client: true instead node.data: false and node.master: false
Create client nodes using `node.client: true` instead of `node.data: false` and `node.master: false`.

We should create client nodes in our test infra using the `node.client:true` settings as that is the one that users use, and the one that we use as well in `ClientNodePredicate` thus we end up not finding client nodes otherwise as they weren't created with the proper setting.

Updated also the `DataNodePredicate` so that `client: true` is enough, no need for `data: false` as well.

Closes #7911
2014-09-29 15:24:17 +02:00
..
deb Packaging: Add default oracle jdk 7 (x64) path in debian init script 2014-09-03 10:15:35 +02:00
main MLT Query: use minimum should match more extensive syntax 2014-09-29 11:14:56 +02:00
rpm RPMs: Add timeout to shutdown with KILL signal 2014-01-16 16:14:25 +01:00
test [TEST] create client nodes using node.client: true instead node.data: false and node.master: false 2014-09-29 15:24:17 +02:00