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 ED038200B48 for ; Mon, 4 Jul 2016 02:54:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EB723160A71; Mon, 4 Jul 2016 00:54: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 653C8160A6B for ; Mon, 4 Jul 2016 02:54:12 +0200 (CEST) Received: (qmail 29383 invoked by uid 500); 4 Jul 2016 00:54: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 29371 invoked by uid 99); 4 Jul 2016 00:54: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 00:54:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0D7D42C0003 for ; Mon, 4 Jul 2016 00:54:11 +0000 (UTC) Date: Mon, 4 Jul 2016 00:54:10 +0000 (UTC) From: "Guozhang Wang (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 00:54:13 -0000 Guozhang Wang created KAFKA-3926: ------------------------------------ Summary: 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 {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)