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 C0FD6200D1F for ; Fri, 13 Oct 2017 22:19:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF7C81609CA; Fri, 13 Oct 2017 20:19:05 +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 125511609E9 for ; Fri, 13 Oct 2017 22:19:04 +0200 (CEST) Received: (qmail 38831 invoked by uid 500); 13 Oct 2017 20:19:04 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 38770 invoked by uid 99); 13 Oct 2017 20:19:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2017 20:19:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2A42BC17D3 for ; Fri, 13 Oct 2017 20:19:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id zZUtY3WJXrLb for ; Fri, 13 Oct 2017 20:19:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 31EE25FC8A for ; Fri, 13 Oct 2017 20:19:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 36314E0F1C for ; Fri, 13 Oct 2017 20:19:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 991BA24392 for ; Fri, 13 Oct 2017 20:19:00 +0000 (UTC) Date: Fri, 13 Oct 2017 20:19:00 +0000 (UTC) From: "Valentyn Tymofieiev (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-3056) Java precommit tests on Jenkins run too slow, delaying commits. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 Oct 2017 20:19:05 -0000 [ https://issues.apache.org/jira/browse/BEAM-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16204124#comment-16204124 ] Valentyn Tymofieiev commented on BEAM-3056: ------------------------------------------- Took a closer look, the suite actually seems to get stuck while running dataflow-runner-integration-tests: [JENKINS] Recording test results 2017-10-12T17:46:47.415 [INFO] 2017-10-12T17:46:47.416 [INFO] --- maven-failsafe-plugin:2.20:integration-test (dataflow-runner-integration-tests) @ beam-examples-java --- 2017-10-12T17:46:47.429 [INFO] Failsafe report directory: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_MavenInstall/examples/java/target/failsafe-reports 2017-10-12T17:46:47.429 [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true 2017-10-12T17:46:47.431 [INFO] 2017-10-12T17:46:47.431 [INFO] ------------------------------------------------------- 2017-10-12T17:46:47.431 [INFO] T E S T S 2017-10-12T17:46:47.431 [INFO] ------------------------------------------------------- Build timed out (after 150 minutes). Marking the build as aborted. 2017-10-12T18:43:36.126 [INFO] 2017-10-12T18:43:36.126 [INFO] Results: 2017-10-12T18:43:36.126 [INFO] 2017-10-12T18:43:36.126 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 ... > Java precommit tests on Jenkins run too slow, delaying commits. > --------------------------------------------------------------- > > Key: BEAM-3056 > URL: https://issues.apache.org/jira/browse/BEAM-3056 > Project: Beam > Issue Type: Bug > Components: testing > Reporter: Valentyn Tymofieiev > Assignee: Jason Kuster > > Here's an example of two instances where the issue affected me in the last few days. > The test suite consistently made progress, then timed out after 150 min. > https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/15044/consoleFull > https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/15037/consoleFull > What are our options here, besides increasing the timeout? -- This message was sent by Atlassian JIRA (v6.4.14#64029)