summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/action/admin/indices/shards
AgeCommit message (Expand)Author
2017-02-08Remove legacy primary shard allocation mode based on versions (#23016)Yannick Welsch
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2016-12-13Continue consolidating `XContentParser` construction in tests (#22145)Nik Everett
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-09-21`_flush` should block by default (#20597)Simon Willnauer
2016-09-13Complete Elasticsearch logger namesJason Tedor
2016-08-11Remove ESIntegTestCase#pluginListNik Everett
2016-07-04Persistent Node Ids (#19140)Boaz Leskes
2016-07-01Fix order of modifiersTanguy Leroux
2016-04-18Refactor UUID-generating methods out of StringsJason Tedor
2016-03-30Remove DiscoveryNode#name in favour of existing DiscoveryNode#getNamejavanna
2016-03-30Remove DiscoveryNode#id in favour of existing DiscoveryNode#getIdjavanna
2016-03-25separated attributes from node roles in DiscoveryNodejavanna
2016-03-09Use index UUID to lookup indices on IndicesServiceSimon Willnauer
2016-02-04Remove obsolete version in ShardRoutingYannick Welsch
2016-02-02Make settings validation strictSimon Willnauer
2016-01-30Uppercase ells ('L') in long literalsJason Tedor
2016-01-26logging: cleanup some old TestLogging annotations and add a few debug level b...Boaz Leskes
2016-01-18fix all kinds of crazy test failuresSimon Willnauer
2015-12-18Remove wildcard importsRyan Ernst
2015-12-17Allocate primary shards based on allocation idsYannick Welsch
2015-12-11Remove and forbid use of Collections#shuffle(List) and Random#<init>()Jason Tedor
2015-10-21Replace IndicesLifecycle with a per-index IndexEventListenerSimon Willnauer
2015-10-20Remove and ban @TestNik Everett
2015-10-05rename fooSafe into getFoo and getFooOrNullSimon Willnauer
2015-09-06Remove and forbid the use of com.google.common.base.Predicate(s)?Jason Tedor
2015-09-02Tests: Rename test suffix so we only use "Tests"Ryan Ernst
2015-08-18Internal: Remove all uses of ImmutableListRyan Ernst
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-08-03Tests: Rename integ tests to IT suffixRyan Ernst
2015-07-23Test: await fix on IndicesShardStoreRequestTests.testCorruptedShardsBoaz Leskes
2015-07-21[TEST] Verify expected number of nodes in cluster before issuing shardStores ...Areek Zillur
2015-07-21Test: move IndicesShardStoreRequestTests to the right packageBoaz Leskes