Skip to content

Conversation

@andsel
Copy link
Contributor

@andsel andsel commented Feb 19, 2024

Release notes

[rn:skip]

What does this PR do?

Adds a global new task named javaTests which groups both :logstash-core:javaTests and :jvm-options-parser:test to include the JvmOptionParser unit test in javaTests phase.

Why is it important/What is the impact to the user?

The submodule jvm-options-parser is used in the Logstash JVM bootstrap process, so has to be part of the continuous integration test suites.

Checklist

  • My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files (and/or docker env variables)
  • [ ] I have added tests that prove my fix is effective or that my feature works

Author's Checklist

  • verify the build on CI

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
No Duplication information No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

History

cc @andsel

@andsel andsel marked this pull request as ready for review February 19, 2024 14:07
Copy link
Member

@jsvd jsvd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andsel andsel merged commit c30fe46 into elastic:main Feb 19, 2024
@andsel
Copy link
Contributor Author

andsel commented Feb 19, 2024

@logstashmachine backport 8.13

github-actions bot pushed a commit that referenced this pull request Feb 19, 2024
Adds a global new task named javaTests which groups both :logstash-core:javaTests and :jvm-options-parser:test to include the JvmOptionParser unit test in javaTests phase.

(cherry picked from commit c30fe46)
andsel added a commit that referenced this pull request Feb 19, 2024
…15958)

Adds a global new task named javaTests which groups both :logstash-core:javaTests and :jvm-options-parser:test to include the JvmOptionParser unit test in javaTests phase.

(cherry picked from commit c30fe46)

Co-authored-by: Andrea Selva <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Execute tests of jvm-options-parser as PR'S CI

4 participants