Skip to content
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

[ST] Fix RackAwarenessST, JmxST, and file-sink image build #10060

Merged
merged 1 commit into from
May 6, 2024

Conversation

im-konge
Copy link
Member

@im-konge im-konge commented May 3, 2024

Type of change

  • ST fixes

Description

This PR fixes following issues:

  • RackAwarenessST - in assertions where we are checking that the hostname is in the particular line of text, we are assuming that there will be just the hostname we are specifying, however for example on AWS, there can be also additional suffix (like region)
  • JmxST - when running with NP default to deny, we are not able to connect to the API and get the JMX metrics, this PR adds creation of NP for Connect, so we are able to successfully collect the particular beans
  • Connect image with file-sink build - when the connect plugin has additional suffix (and not just the Kafka version with .jar), the build simply fails, as the jar can be named differently (with different suffix)

Checklist

  • Make sure all tests pass

@im-konge im-konge requested a review from a team May 3, 2024 17:59
@im-konge im-konge self-assigned this May 3, 2024
@im-konge im-konge added this to the 0.41.0 milestone May 3, 2024
@im-konge
Copy link
Member Author

im-konge commented May 3, 2024

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@see-quick see-quick left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks 👍

@im-konge im-konge merged commit 9ac2639 into strimzi:main May 6, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants