Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A30E6200B48 for ; Mon, 4 Jul 2016 04:36:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A19B7160A73; Mon, 4 Jul 2016 02:36:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1D7F7160A71 for ; Mon, 4 Jul 2016 04:36:11 +0200 (CEST) Received: (qmail 86732 invoked by uid 500); 4 Jul 2016 02:36:11 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 86716 invoked by uid 99); 4 Jul 2016 02:36:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 02:36:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F0B892C02A5 for ; Mon, 4 Jul 2016 02:36:10 +0000 (UTC) Date: Mon, 4 Jul 2016 02:36:10 +0000 (UTC) From: "Bill Bejeck (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-3926) Transient failures in org.apache.kafka.streams.integration.RegexSourceIntegrationTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 04 Jul 2016 02:36:12 -0000 [ https://issues.apache.org/jira/browse/KAFKA-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360768#comment-15360768 ] Bill Bejeck commented on KAFKA-3926: ------------------------------------ I'll pick this up. > Transient failures in org.apache.kafka.streams.integration.RegexSourceIntegrationTest > ------------------------------------------------------------------------------------- > > Key: KAFKA-3926 > URL: https://issues.apache.org/jira/browse/KAFKA-3926 > Project: Kafka > Issue Type: Sub-task > Components: streams, unit tests > Reporter: Guozhang Wang > Assignee: Bill Bejeck > > {code} > org.apache.kafka.streams.integration.RegexSourceIntegrationTest > testRegexMatchesTopicsAWhenDeleted FAILED > java.lang.AssertionError: > Expected: <[TEST-TOPIC-A, TEST-TOPIC-B]> > but: was <[TEST-TOPIC-A]> > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) > at org.junit.Assert.assertThat(Assert.java:956) > at org.junit.Assert.assertThat(Assert.java:923) > at org.apache.kafka.streams.integration.RegexSourceIntegrationTest.testRegexMatchesTopicsAWhenDeleted(RegexSourceIntegrationTest.java:211) > {code} > I think it is due to the fact that some times the rebalance takes much longer than the specified 60 seconds. > One example: https://builds.apache.org/job/kafka-trunk-jdk8/730/consoleFull -- This message was sent by Atlassian JIRA (v6.3.4#6332)