This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves test coverage of Elasticsearch clients
+ Backfills Java client tests and augments REST tests + Re-creates indexes for every REST ES test method + Adds Awaitility dependency for async testing + Runs in-memory ES instance in config-local.props Signed-off-by: Nick Wade <[email protected]>
- Loading branch information
1 parent
6fed6f4
commit 3601347
Showing
10 changed files
with
976 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
427 changes: 253 additions & 174 deletions
427
es5-persistence/src/main/java/com/netflix/conductor/dao/es5/index/ElasticSearchDAOV5.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...lix/conductor/com/netflix/conductor/elasticsearch/TestElasticSearchRestConfiguration.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.