-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Issue 34213 : Fixing Docker port mapping to avoid Integration test case failure #34221
Conversation
…lastic#31628) This prevents "monitored" from being written into event.outcome which does not allow this value according to ECS.
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
@efd6 , please help by reviewing the code changes |
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.
The commit message should probably have an explanation similar to the line in the changelog as editted.
CHANGELOG.next.asciidoc
Outdated
@@ -107,6 +107,7 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff] | |||
- Add tags to events based on parsed identifier. {pull}33472[33472] | |||
- Support Oracle-specific connection strings in SQL module {issue}32089[32089] {pull}32293[32293] | |||
- Remove deprecated metrics from controller manager, scheduler and proxy {pull}34161[34161] | |||
- Fixed the integration testcases for sql and oracle modules {pull}34221[34221] |
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.
- Fixed the integration testcases for sql and oracle modules {pull}34221[34221] | |
- Fix the integration testcase docker port mapping for sql and oracle modules {pull}34221[34221] |
Though this is not user facing; is this changelog line needed?
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.
Thanks @efd6 for your review. I updated CHANGELOG-developer.next.asciidoc
to instead of CHANGELOG.next.asciidoc
…se failure (#34221) *Fix the integration testcase docker port mapping for sql and oracle modules
Type of change
What does this PR do?
Fixed the integration testcases for sql and oracle modules
Why is it important?
Fixed the integration testcases for sql and oracle modules. Build will fail if the fix is not present.
Example : #34213
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs