Skip to content

Conversation

@robobario
Copy link

Filters are what we're all about! Lets add them to the integration tests.

Resolves #1968

SamBarker and others added 3 commits March 19, 2025 14:12
Signed-off-by: Sam Barker <[email protected]>

rh-pre-commit.version: 2.0.1
rh-pre-commit.check-secrets: ENABLED
Signed-off-by: Sam Barker <[email protected]>

rh-pre-commit.version: 2.0.1
rh-pre-commit.check-secrets: ENABLED
VirtualKafkaCluster clusterBar = extension.create(virtualKafkaCluster(CLUSTER_BAR, proxy, barClusterRef, ingressBar, filter));
Set<VirtualKafkaCluster> clusters = Set.of(clusterBar);
assertProxyConfigContents(proxy, Set.of(CLUSTER_BAR_BOOTSTRAP), Set.of());
assertProxyConfigContents(proxy, Set.of(CLUSTER_BAR_BOOTSTRAP, filter.getSpec().getType()), Set.of());
Copy link
Author

Choose a reason for hiding this comment

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

think a rude assertion that RecordValidation is in the config is enough for your PR. The IT needs a rework to clean up entity creation and I think to allow for better config validations than contains/not-contains

Filters are what we're all about! Lets add them to the integration
tests.

Resolves kroxylicious#1968

Signed-off-by: Robert Young <[email protected]>
Copy link
Owner

@SamBarker SamBarker 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 @robobario

@robobario
Copy link
Author

cherrypicked into branch 👍

@robobario robobario closed this Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants