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 5B4ED200D51 for ; Fri, 8 Dec 2017 01:43:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 59F90160C1F; Fri, 8 Dec 2017 00:43:26 +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 C46CF160C0C for ; Fri, 8 Dec 2017 01:43:25 +0100 (CET) Received: (qmail 49776 invoked by uid 500); 8 Dec 2017 00:43:25 -0000 Mailing-List: contact reviews-help@bahir.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@bahir.apache.org Delivered-To: mailing list reviews@bahir.apache.org Received: (qmail 49765 invoked by uid 99); 8 Dec 2017 00:43:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 00:43:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A035CDFA55; Fri, 8 Dec 2017 00:43:24 +0000 (UTC) From: ckadner To: reviews@bahir.apache.org Reply-To: reviews@bahir.apache.org References: In-Reply-To: Subject: [GitHub] bahir issue #56: [BAHIR-150] Test Jenkins PR build config changes (DONT MERG... Content-Type: text/plain Message-Id: <20171208004324.A035CDFA55@git1-us-west.apache.org> Date: Fri, 8 Dec 2017 00:43:24 +0000 (UTC) archived-at: Fri, 08 Dec 2017 00:43:26 -0000 Github user ckadner commented on the issue: https://github.com/apache/bahir/pull/56 After adding the `--fail-at-end` flag to the PR builder's maven build, now all modules get built and tested even after the forced test failure in module `sql-cloudant`: ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Bahir - Parent POM .......................... SUCCESS [ 4.371 s] [INFO] Apache Bahir - Spark SQL Cloudant DataSource ....... FAILURE [03:44 min] [INFO] Apache Bahir - Spark Streaming Akka ................ SUCCESS [ 28.087 s] [INFO] Apache Bahir - Spark SQL Streaming Akka ............ SUCCESS [03:49 min] [INFO] Apache Bahir - Spark Streaming MQTT ................ SUCCESS [01:51 min] [INFO] Apache Bahir - Spark SQL Streaming MQTT ............ SUCCESS [02:08 min] [INFO] Apache Bahir - Spark Streaming Twitter ............. SUCCESS [ 25.335 s] [INFO] Apache Bahir - Spark Streaming ZeroMQ .............. SUCCESS [ 19.410 s] [INFO] Apache Bahir - Spark Streaming Google PubSub ....... SUCCESS [ 51.206 s] [INFO] Apache Bahir - Spark Extensions Distribution ....... SUCCESS [ 3.566 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:47 min [INFO] Finished at: 2017-12-07T16:37:37-08:00 [INFO] Final Memory: 174M/6788M [INFO] ------------------------------------------------------------------------ ``` ---