-
Notifications
You must be signed in to change notification settings - Fork 65
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 40 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
7c5cf1f
Merge main into add_integ_test_framework
52dda1c
Added closeTestExtension task to kill testExtension process
17be5bf
Fix spotless
a45ac35
Merge branch 'main' into add_integ_test_framework
53bbf1d
Merge main into add_integ_test_framework
3d96e32
Implement resolution strategy to fix dependency conflict
afba241
Merge branch 'main' into add_integ_test_framework
af6904e
Minor adjustment
ea2f1f0
Merge branch 'main' into add_integ_test_framework
ryanbogan b0d742a
Merge branch 'main' into add_integ_test_framework
ryanbogan d0c9ed8
Change jackson version
78a0c3b
Change jackson dataformat version
476263e
Revert jackson version change
f60262b
Merge branch 'main' into add_integ_test_framework
ryanbogan 1b602a5
Add resolution strategy to fix jackson dependency conflict
e1c389b
Address PR Comments
94d2b99
Merge branch 'main' into add_integ_test_framework
ryanbogan 9f37e54
Add new implementation to fix error from separate merge
e2d16e0
Address PR Comments
660e29c
Address PR Comments
71c92be
Revert minor change
e2485fb
Address PR Comments
85d48ba
Add reading from yaml for testExtensionCreation
383e7a5
Spotless
71b43c4
Minor change
a921cf1
Debug test commit
4f0bc31
Merge branch 'main' into add_integ_test_framework
saratvemulapalli 9e46836
Merge main into add_integ_test-framework
d54c143
Minor changes
b2c87bd
Merge branch 'add_integ_test_framework' of github.com:ryanbogan/opens…
1aa03ec
Remove extra test class
e7e9eea
Merge branch 'main' into add_integ_test_framework
owaiskazi19 c49abcf
Merge branch 'main' into add_integ_test_framework
ryanbogan 3d5f1d0
Add index
342caa1
Fix inadvertent change
7f0fd39
Minor change
80c1fc2
Merge main into add_integ_test_framework
e7540d8
Add log4j resolution strategy
bdadfa7
Remove testing println
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.