generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 63
Add integration test framework #687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
owaiskazi19
merged 42 commits into
opensearch-project:main
from
ryanbogan:add_integ_test_framework
May 31, 2023
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
6a7629a
Add integration test task that uses the OpenSearch gradle plugin
ryanbogan 7c5cf1f
Merge main into add_integ_test_framework
ryanbogan 52dda1c
Added closeTestExtension task to kill testExtension process
ryanbogan 17be5bf
Fix spotless
ryanbogan a45ac35
Merge branch 'main' into add_integ_test_framework
ryanbogan 53bbf1d
Merge main into add_integ_test_framework
ryanbogan 3d96e32
Implement resolution strategy to fix dependency conflict
ryanbogan afba241
Merge branch 'main' into add_integ_test_framework
ryanbogan af6904e
Minor adjustment
ryanbogan ea2f1f0
Merge branch 'main' into add_integ_test_framework
ryanbogan b0d742a
Merge branch 'main' into add_integ_test_framework
ryanbogan d0c9ed8
Change jackson version
ryanbogan 78a0c3b
Change jackson dataformat version
ryanbogan 476263e
Revert jackson version change
ryanbogan f60262b
Merge branch 'main' into add_integ_test_framework
ryanbogan 1b602a5
Add resolution strategy to fix jackson dependency conflict
ryanbogan e1c389b
Address PR Comments
ryanbogan 94d2b99
Merge branch 'main' into add_integ_test_framework
ryanbogan 9f37e54
Add new implementation to fix error from separate merge
ryanbogan e2d16e0
Address PR Comments
ryanbogan 660e29c
Address PR Comments
ryanbogan 71c92be
Revert minor change
ryanbogan e2485fb
Address PR Comments
ryanbogan 85d48ba
Add reading from yaml for testExtensionCreation
ryanbogan 383e7a5
Spotless
ryanbogan 71b43c4
Minor change
ryanbogan a921cf1
Debug test commit
ryanbogan 4f0bc31
Merge branch 'main' into add_integ_test_framework
saratvemulapalli 9e46836
Merge main into add_integ_test-framework
ryanbogan d54c143
Minor changes
ryanbogan b2c87bd
Merge branch 'add_integ_test_framework' of github.com:ryanbogan/opens…
ryanbogan 1aa03ec
Remove extra test class
ryanbogan e7e9eea
Merge branch 'main' into add_integ_test_framework
owaiskazi19 c49abcf
Merge branch 'main' into add_integ_test_framework
ryanbogan 3d5f1d0
Add index
ryanbogan 342caa1
Fix inadvertent change
ryanbogan 7f0fd39
Minor change
ryanbogan 80c1fc2
Merge main into add_integ_test_framework
ryanbogan e7540d8
Add log4j resolution strategy
ryanbogan bdadfa7
Remove testing println
ryanbogan 2db7e35
Merge branch 'main' into add_integ_test_framework
ryanbogan bc8654c
Merge branch 'main' into add_integ_test_framework
ryanbogan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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: '3.0.0' | ||
| minimumCompatibleVersion: '3.0.0' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.