Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F07F218E89 for ; Tue, 25 Aug 2015 11:30:27 +0000 (UTC) Received: (qmail 58786 invoked by uid 500); 25 Aug 2015 11:30:27 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 58734 invoked by uid 500); 25 Aug 2015 11:30:27 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 58500 invoked by uid 99); 25 Aug 2015 11:30:27 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 11:30:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 189801AAD02 for ; Tue, 25 Aug 2015 11:30:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.98 X-Spam-Level: ** X-Spam-Status: No, score=2.98 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 7zEFNY1T4QdI for ; Tue, 25 Aug 2015 11:30:25 +0000 (UTC) Received: from mail-vk0-f54.google.com (mail-vk0-f54.google.com [209.85.213.54]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 8F11E255AF for ; Tue, 25 Aug 2015 11:30:25 +0000 (UTC) Received: by vkm66 with SMTP id 66so71516888vkm.1 for ; Tue, 25 Aug 2015 04:30:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=CIkAzNNTk4ivByZ79Vx2jj9m2+T846GisquM5bspeBo=; b=Wo11kvC3mSzY8/iKT8WZJR8BnOL0luZ+eJ9kLNuBYrIOkkROdeHsuPrMRPb904JTLu SrMvD1m5DZrle7mloZVLq6VMW0LJrJgLs2YHc0sLDBQOw55pxkiIuVUlQcWuP9hlwKbb MZUNEjEyNLnamexlRpCNnE76dGP+e9MjpRSsmbeaORN+0u/e1liBvllAmUaP/PCER4ix s5R+f2FjmkoXjlsOyeR8ggyDD3VRBr/0K7nDQ3N0cy5eyBF43PovORy9mGkDJJ8kQEmK JBDAsZ8dFHHDYyM90k3S7BXFApWizOXFj0UhxXu9VBka634mCOzpAQnBSn5bpYhWex/R KkxQ== MIME-Version: 1.0 X-Received: by 10.52.187.196 with SMTP id fu4mr36252822vdc.33.1440502224730; Tue, 25 Aug 2015 04:30:24 -0700 (PDT) Sender: ewenstephan@gmail.com Received: by 10.31.128.19 with HTTP; Tue, 25 Aug 2015 04:30:24 -0700 (PDT) In-Reply-To: References: Date: Tue, 25 Aug 2015 13:30:24 +0200 X-Google-Sender-Auth: g9Shf-h3cl7bSBKtgiuDnmqvqXI Message-ID: Subject: Re: Driver Test Base issue From: Stephan Ewen To: "dev@flink.apache.org" Content-Type: multipart/alternative; boundary=bcaec548a4e96741e1051e210fcc --bcaec548a4e96741e1051e210fcc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Looking into this. Seems like a wrong use of assertions in a parallel thread, where errors are not propagated to the main JUNit thread. On Mon, Aug 24, 2015 at 6:53 PM, Sachin Goel wrote: > Hi Max > I have already created a Jira for this. > https://issues.apache.org/jira/browse/FLINK-2528 > The failing test was testCancelMatchTaskWhileMatching(), but I think it h= as > more to do with the failure in canceling in general. I'll point you to so= me > build logs. It might take me some time to find them since I've triggered > quite a few builds since my email. > > =E2=80=8BCheers! > Sachin=E2=80=8B > > -- Sachin Goel > Computer Science, IIT Delhi > m. +91-9871457685 > > On Mon, Aug 24, 2015 at 3:38 PM, Maximilian Michels > wrote: > > > Hi Sachin, > > > > Thanks for reporting. Which of the test cases failed in the MapTaskTest > and > > the MatchTaskTest? > > > > Best, > > Max > > > > On Tue, Aug 18, 2015 at 5:35 PM, Sachin Goel > > wrote: > > > > > There appears to be some issue in DriverTestBase. I have observed two > > > failures recently, once in MatchTaskTest and MapTaskTest, both with t= he > > > following trace: > > > > > > > > > Exception in thread "Thread-154" java.lang.AssertionError: Canceling > task > > > failed: java.lang.NullPointerException > > > at > > > > > > > > > org.apache.flink.runtime.operators.testutils.DriverTestBase.cancel(Driver= TestBase.java:271) > > > at > > > > > > > > > org.apache.flink.runtime.operators.testutils.TaskCancelThread.run(TaskCan= celThread.java:60) > > > > > > at org.junit.Assert.fail(Assert.java:88) > > > at > > > > > > > > > org.apache.flink.runtime.operators.testutils.TaskCancelThread.run(TaskCan= celThread.java:68) > > > > > > Regards > > > Sachin > > > > > > -- Sachin Goel > > > Computer Science, IIT Delhi > > > m. +91-9871457685 > > > > > > --bcaec548a4e96741e1051e210fcc--