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 7F21418874 for ; Wed, 14 Oct 2015 09:46:48 +0000 (UTC) Received: (qmail 58576 invoked by uid 500); 14 Oct 2015 09:46:48 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 58509 invoked by uid 500); 14 Oct 2015 09:46:48 -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 58496 invoked by uid 99); 14 Oct 2015 09:46:48 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 09:46:48 +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 9CD461A227B for ; Wed, 14 Oct 2015 09:46:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=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-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OkS55wtrlM5r for ; Wed, 14 Oct 2015 09:46:43 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id BAA2E42F38 for ; Wed, 14 Oct 2015 09:46:42 +0000 (UTC) Received: by wicge5 with SMTP id ge5so92856574wic.0 for ; Wed, 14 Oct 2015 02:46:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zQWQtAwqSd51c94qInmnGHyw+V20uwE/hrt+YQFSml8=; b=KiFFjSRME0rmQkL1Qo8lGIa4guF0oXDOcNcE0/36bsRKsD4sWDyCcaHR1HMCrzuBfT nl4Ave3loSLY4shJwhkHbb4dKrs+v8Ct53Mdr/fFeHiXpezX3vtdFyKCToN8LICCvUbm jf0tohZwz7ozbVGgVlLPmi+AZ2/r11qE2Do2HVfGdhVknABOboOK/AhZRVls18liv072 rr2fX7leM0qm0n1lo6QFwZdUxXDLHdxbugOhuT2HrIHn+zFxFO622QpsT5PiWlg6m/cn BpNhtrkmlAyes9WmRLRkCtA68q99I4BvQFcPK1BXv0wViy0GG8FnEUvzDov7ZAFEPJJo +3FQ== MIME-Version: 1.0 X-Received: by 10.180.90.229 with SMTP id bz5mr27970081wib.46.1444816001874; Wed, 14 Oct 2015 02:46:41 -0700 (PDT) Received: by 10.28.139.69 with HTTP; Wed, 14 Oct 2015 02:46:41 -0700 (PDT) Received: by 10.28.139.69 with HTTP; Wed, 14 Oct 2015 02:46:41 -0700 (PDT) In-Reply-To: <4E631665-FEFF-4D19-995C-7A2582D65C0B@apache.org> References: <4E631665-FEFF-4D19-995C-7A2582D65C0B@apache.org> Date: Wed, 14 Oct 2015 11:46:41 +0200 Message-ID: Subject: Re: Flaky ScalaShellLocalStartupITCase From: Till Rohrmann To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=f46d043be2768ec1c405220d703d --f46d043be2768ec1c405220d703d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yeah I'm also struggling with the test case which has some wrong assumptions about the log output. I can also open the JIRA. Working on it today. Cheers, Till On Oct 14, 2015 11:32 AM, "Ufuk Celebi" wrote: > I know that Till observed issues with the ScalaShell tests as well. If I > remember correctly, the issues were caused by checking the log file for > specific order of events, which is not necessarily the case. > > =E2=80=93 Ufuk > > > On 13 Oct 2015, at 16:14, Sachin Goel wrote: > > > > Hi all > > Over the past few days, I've observed multiple failures of this test > case. > > There is no single reason. > > 1. The assertion to check the output fails [either the finished status = or > > the actual job output]. > > https://travis-ci.org/apache/flink/jobs/84664370 > > 2. JVM runs out of heap space [weirdly]. > > 3. Just recently, observed a loss of the task manager. > > https://travis-ci.org/apache/flink/jobs/85108827 > > > > Has someone else observed any such issues? It seems a simple enough tes= t > to > > display such flaky behavior. > > > > Cheers! > > Sachin > > -- Sachin Goel > > Computer Science, IIT Delhi > > m. +91-9871457685 > > --f46d043be2768ec1c405220d703d--