OpenSearch/qa/evil-tests
Boaz Leskes c3987156ab Remove local discovery in favor of a simpler `MockZenPings` (#20960)
`LocalDiscovery` is a discovery implementation that uses static in memory maps to keep track of current live nodes. This is used extensively in our tests in order to speed up cluster formation (i.e., shortcut the 3 second ping period used by `ZenDiscovery` by default). This is sad as that mean that most of the test run using a different discovery semantics than what is used in production. Instead of replacing the entire discovery logic, we can use a similar approach to only shortcut the pinging components.
2016-10-18 21:12:15 +02:00
..
src/test Remove local discovery in favor of a simpler `MockZenPings` (#20960) 2016-10-18 21:12:15 +02:00
build.gradle Plugins: Add status bar on download (#18695) 2016-06-29 16:44:12 +02:00