mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
* add QA-style Rest tests to index-lifecycle This PR introduces a `qa` module within the index-lifecycle project. the idea is to have both complex policies tested, as well as policies with isolated/singular actions. So far, only tests with policies containing one action are implemented. Following Actions have implemented tests in this commit - AllocateAction - DeleteAction - ForceMergeAction - ReadOnlyAction - ReplicasAction tests to be added later - RolloverAction - ShrinkAction * respond to review and enable integTests * fix dependsOn fiasco * fix license * update to new proj structure * move to new integTest with x-pack-core as module * remove unused imports * update to use module instead of plugin