-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 1.x] Add integration test framework (#796)
* Add integration test framework (#687) * Add integration test task that uses the OpenSearch gradle plugin Signed-off-by: Ryan Bogan <[email protected]> * Added closeTestExtension task to kill testExtension process Signed-off-by: Ryan Bogan <[email protected]> * Fix spotless Signed-off-by: Ryan Bogan <[email protected]> * Implement resolution strategy to fix dependency conflict Signed-off-by: Ryan Bogan <[email protected]> * Minor adjustment Signed-off-by: Ryan Bogan <[email protected]> * Change jackson version Signed-off-by: Ryan Bogan <[email protected]> * Change jackson dataformat version Signed-off-by: Ryan Bogan <[email protected]> * Revert jackson version change Signed-off-by: Ryan Bogan <[email protected]> * Add resolution strategy to fix jackson dependency conflict Signed-off-by: Ryan Bogan <[email protected]> * Address PR Comments Signed-off-by: Ryan Bogan <[email protected]> * Add new implementation to fix error from separate merge Signed-off-by: Ryan Bogan <[email protected]> * Address PR Comments Signed-off-by: Ryan Bogan <[email protected]> * Address PR Comments Signed-off-by: Ryan Bogan <[email protected]> * Revert minor change Signed-off-by: Ryan Bogan <[email protected]> * Address PR Comments Signed-off-by: Ryan Bogan <[email protected]> * Add reading from yaml for testExtensionCreation Signed-off-by: Ryan Bogan <[email protected]> * Spotless Signed-off-by: Ryan Bogan <[email protected]> * Minor change Signed-off-by: Ryan Bogan <[email protected]> * Debug test commit Signed-off-by: Ryan Bogan <[email protected]> * Minor changes Signed-off-by: Ryan Bogan <[email protected]> * Remove extra test class Signed-off-by: Ryan Bogan <[email protected]> * Add index Signed-off-by: Ryan Bogan <[email protected]> * Fix inadvertent change Signed-off-by: Ryan Bogan <[email protected]> * Minor change Signed-off-by: Ryan Bogan <[email protected]> * Add log4j resolution strategy Signed-off-by: Ryan Bogan <[email protected]> * Remove testing println Signed-off-by: Ryan Bogan <[email protected]> --------- Signed-off-by: Ryan Bogan <[email protected]> Co-authored-by: Sarat Vemulapalli <[email protected]> Co-authored-by: Owais Kazi <[email protected]> (cherry picked from commit 04d9eab) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Change versions and resolve conflicts from original PR Signed-off-by: Ryan Bogan <[email protected]> * Fix dependency conflicts Signed-off-by: Ryan Bogan <[email protected]> * Fix snapshot version Signed-off-by: Ryan Bogan <[email protected]> * Combined commit for backporting 'Fix Publishing' PR's Signed-off-by: Ryan Bogan <[email protected]> --------- Signed-off-by: Ryan Bogan <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarat Vemulapalli <[email protected]> Co-authored-by: Owais Kazi <[email protected]> Co-authored-by: Ryan Bogan <[email protected]>
- Loading branch information
1 parent
1824e4f
commit 3f4e7b9
Showing
5 changed files
with
173 additions
and
18 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
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: hello-world | ||
uniqueId: opensearch-sdk-java-1 | ||
hostAddress: '127.0.0.1' | ||
port: '4500' | ||
version: '1.0' | ||
opensearchVersion: '2.9.0' | ||
minimumCompatibleVersion: '2.9.0' |