-
Notifications
You must be signed in to change notification settings - Fork 436
feat: Add limit to topic-to-external-resource mappings and fix test infrastructure #895
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
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2996448
Added topic to external resource mapping limit to 15 and made it conf…
jjain1259 314a4cf
Added two JVM arguments to the Maven Surefire plugin configuration
jjain1259 8d6f052
Added Java Opts in start-elasticsearch.sh file
jjain1259 e8fd8c0
Removed argLine changes from pom.xml
jjain1259 ae3e479
Added java opts to start of the script
jjain1259 cab2c44
Resolving CI failures:
jjain1259 d21462b
Revert all the unnecessary changes
jjain1259 a49501d
Revert all the unnecessary changes
jjain1259 6b6b161
Added changes as per logs from CI
jjain1259 c074804
Added changes as per logs from CI
jjain1259 17a1fdd
Added changes as per logs from CI
jjain1259 c6c91b6
Added changes as per logs from CI
jjain1259 b09fb9f
Upgraded ES version to 8.1.50
jjain1259 a7f203f
Upgraded ES version to 8.1.50
jjain1259 c9c9dcb
Updated ES instance to 8.15.2 to resolve cgroupv2 issue on Ubuntu mac…
jjain1259 610c705
Added UTs for code coverage
jjain1259 ba7ce87
Added new test
jjain1259 9cf9c68
Updated error message
jjain1259 77df656
Enabling Unit tests for code coverage and green builds
jjain1259 c0956d3
Updated common to latest 7.0.16 to see if UTs run
jjain1259 a07989a
Updated common to latest 7.0.16 to see if UTs run
jjain1259 72a07eb
Removed the changes related to pom.xml
jjain1259 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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add a brief comment above each disabled test explaining why it’s been disabled?
Also, can we link the corresponding JIRA ticket here where this issue is being tracked?