mimaison commented on pull request #11401: URL: https://github.com/apache/kafka/pull/11401#issuecomment-964121820
Thanks for the updates. The test seems to be failing when run in `IdentityReplicationIntegrationTest`, see failures in https://github.com/apache/kafka/pull/11401/checks ``` IdentityReplicationIntegrationTest > testTopicConfigPropertyFilteringExclude() FAILED org.opentest4j.AssertionFailedError: Condition not met within timeout 60000. Topic: primary.test-topic-with-config didn't get created on cluster: backup-connect-cluster ==> expected: <true> but was: <false> ``` This integration test uses IdentityReplicationPolicy that does not rename topics. At this stage I'm tempted to just drop the integration test or maybe update one of the existing test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
