This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ad4b1ecdeb
OpenSearch
/
qa
/
smoke-test-multinode
/
build.gradle
10 lines
114 B
Groovy
Raw
Normal View
History
Unescape
Escape
Build: Get multi node smoke tests working This change adds back the multi node smoke test, as well as making the cluster formation for any test allow multiple nodes. The main changes in cluster formation are abstracting out the node specific configuration to a helper struct, as well as making a single wait task that waits for all nodes after their start tasks have run. The output on failure was also improved to log which node's info is being printed.
2015-11-22 17:46:47 -05:00
apply
plugin:
'elasticsearch.rest-test'
integTest
{
Remove `modules/transport_netty_3` in favor of `netty_4` (#21590) We kept `netty_3` as a fallback in the 5.x series but now that master is 6.0 we don't need this or in other words all issues coming up with netty 4 will be blockers for 6.0.
2016-11-17 06:44:42 -05:00
includePackaged
=
true
Build: Get multi node smoke tests working This change adds back the multi node smoke test, as well as making the cluster formation for any test allow multiple nodes. The main changes in cluster formation are abstracting out the node specific configuration to a helper struct, as well as making a single wait task that waits for all nodes after their start tasks have run. The output on failure was also improved to log which node's info is being printed.
2015-11-22 17:46:47 -05:00
cluster
{
numNodes
=
2
}
}