OpenSearch/x-pack/plugin
Colin Goodheart-Smithe 436d5c4eee
Fixes SecurityIntegTestCase so it always adds at least one alias (#33296)
* Fixes SecurityIntegTestCase so it always adds at least one alias

`SecurityIntegTestCase.createIndicesWithRandomAliases` could randomly
fail because its not gauranteed that the randomness of which aliases to
add to the `IndicesAliasesRequestBuilder` would always select at least
one alias to add. This change fixes the problem by keeping track of
whether we have added an alias to teh request and forcing the last
alias to be added if no other aliases have been added so far.

Closes #30098
Closes #33123e

* Addresses review comments
2018-08-31 17:47:05 +01:00
..
core Add support for "authorization_realms" (#33262) 2018-08-31 13:25:27 +10:00
deprecation Remove unsupported Version.V_5_* (#32937) 2018-08-24 09:51:21 +02:00
graph Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
logstash Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00
ml [ML] Refactor delimited file structure detection (#33233) 2018-08-31 08:48:45 +01:00
monitoring Switch remaining LLREST usage to new style Requests (#33171) 2018-08-28 14:20:14 -04:00
rollup [Rollup] Only allow aggregating on multiples of configured interval (#32052) 2018-08-29 17:10:00 -04:00
security Fixes SecurityIntegTestCase so it always adds at least one alias (#33296) 2018-08-31 17:47:05 +01:00
sql SQL: test coverage for JdbcResultSet (#32813) 2018-08-31 16:12:01 +03:00
src/test [Rollup] Re-factor Rollup Indexer into a generic indexer for re-usability (#32743) 2018-08-29 14:28:21 -04:00
upgrade HLREST: add reindex API (#32679) 2018-08-28 13:02:23 -04:00
watcher Watcher: Ensure TriggerEngine start replaces existing watches (#33157) 2018-08-30 10:53:01 +02:00
build.gradle Allow Integ Tests to run in a FIPS-140 JVM (#31989) 2018-07-24 12:48:14 +03:00