OpenSearch/buildSrc
Yannick Welsch 6ea89004cd Make IndicesClusterStateService unit testable (#17270)
Testability of ICSS is achieved by introducing interfaces for IndicesService, IndexService and IndexShard. These interfaces extract all relevant methods used by ICSS (which do not deal directly with store) and give the possibility to easily mock all the store behavior away in the tests (and cuts down on dependencies).
2016-06-10 12:47:41 +02:00
..
src/main Make IndicesClusterStateService unit testable (#17270) 2016-06-10 12:47:41 +02:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Update to forbiddenapis 2.1 2016-05-22 23:11:37 +02:00
version.properties Upgrade to Lucene 6.0.1. 2016-06-01 10:31:10 +02:00