Re: Test failures

2023-05-13 Thread Sagar
Hey Greg, I see https://issues.apache.org/jira/browse/KAFKA-14905 is marked as resolved but I saw testSyncTopicConfigs() failed in org.apache.kafka.connect.mirror.integration.MirrorConnectorsWithCustomForwardingAdminIntegrationTest. Here is the build : https://ci-builds.apache.org/blue/organizati

Re: Test failures

2023-04-26 Thread Ismael Juma
Thanks! Ismael On Wed, Apr 26, 2023, 9:12 AM Sagar wrote: > Hi, > > FYI the pr which fixes the flaky test for connect is merged to trunk > > Sagar. > > On Wed, 26 Apr 2023 at 2:45 AM, Manyanda Chitimbo < > manyanda.chiti...@gmail.com> wrote: > > > HI Ismail, > > > > There is a PR to fix the fai

Re: Test failures

2023-04-26 Thread Sagar
Hi, FYI the pr which fixes the flaky test for connect is merged to trunk Sagar. On Wed, 26 Apr 2023 at 2:45 AM, Manyanda Chitimbo < manyanda.chiti...@gmail.com> wrote: > HI Ismail, > > There is a PR to fix the failure in > https://github.com/apache/kafka/pull/13634 > > On Tue, Apr 25, 2023 at 9

Re: Test failures

2023-04-25 Thread Manyanda Chitimbo
HI Ismail, There is a PR to fix the failure in https://github.com/apache/kafka/pull/13634 On Tue, Apr 25, 2023 at 9:40 PM Ismael Juma wrote: > I was looking at the CI builds and I came across the following test failure > that seems to be clear and consistent: > > org.mockito.exceptions.verifica

Re: Test failures

2023-04-25 Thread Ismael Juma
I was looking at the CI builds and I came across the following test failure that seems to be clear and consistent: org.mockito.exceptions.verification.TooFewActualInvocations: kafkaBasedLog.send(, , ); Wanted 2 times: -> at org.apache.kafka.connect.util.KafkaBasedLog.send(KafkaBasedLog.java:376) B

Re: Test failures

2023-04-21 Thread Sagar
Hi Greg, The fix for 14929 has already been included as part of this pr : https://github.com/apache/kafka/pull/13594 I can create a separate pr just for that flaky test if needed. Let me know . Sagar. On Sat, 22 Apr 2023 at 3:20 AM, Greg Harris wrote: > Hey all, > > We just landed a fix for h

Re: Test failures

2023-04-21 Thread Greg Harris
Hey all, We just landed a fix for https://issues.apache.org/jira/browse/KAFKA-14905 which was causing all of those MirrorConnectorsWithCustomForwardingAdminIntegrationTest failures, and we will monitor the build for any re-occurrances. Unfortunately we discovered another test flake that was introd

Re: Test failures

2023-04-14 Thread Ismael Juma
Thanks Greg! I really appreciate the help. Ismael On Fri, Apr 14, 2023 at 12:08 PM Greg Harris wrote: > Hey Ismael, > > We're working to stabilize the Connect/MM2 tests with the following issues: > > * https://issues.apache.org/jira/browse/KAFKA-14905 to address > MirrorConectorsWithCustomForwa

Re: Test failures

2023-04-14 Thread Greg Harris
Hey Ismael, We're working to stabilize the Connect/MM2 tests with the following issues: * https://issues.apache.org/jira/browse/KAFKA-14905 to address MirrorConectorsWithCustomForwardingAdminIntegrationTest with tentative open PR * https://issues.apache.org/jira/browse/KAFKA-14901 to address Exac

Re: Test failures

2023-04-14 Thread Ismael Juma
Thanks Justine! Ismael On Fri, Apr 14, 2023 at 9:53 AM Justine Olshan wrote: > Hey Ismael -- thanks for bringing this up. > I've filed https://issues.apache.org/jira/browse/KAFKA-14904 and am > working > on it now. > > I hope the other tests get fixed soon. > > On Fri, Apr 14, 2023 at 6:47 AM I

Re: Test failures

2023-04-14 Thread Justine Olshan
Hey Ismael -- thanks for bringing this up. I've filed https://issues.apache.org/jira/browse/KAFKA-14904 and am working on it now. I hope the other tests get fixed soon. On Fri, Apr 14, 2023 at 6:47 AM Ismael Juma wrote: > Hi team, > > It looks like there are a lot of test failures in the master