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 41DC4200C53 for ; Tue, 28 Mar 2017 02:40:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3EC58160B99; Tue, 28 Mar 2017 00:40:56 +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 86163160B85 for ; Tue, 28 Mar 2017 02:40:55 +0200 (CEST) Received: (qmail 30795 invoked by uid 500); 28 Mar 2017 00:40:54 -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 30783 invoked by uid 99); 28 Mar 2017 00:40:54 -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; Tue, 28 Mar 2017 00:40:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6369EDFE7B; Tue, 28 Mar 2017 00:40:54 +0000 (UTC) From: ckadner To: reviews@bahir.apache.org Reply-To: reviews@bahir.apache.org References: In-Reply-To: Subject: [GitHub] bahir issue #38: [BAHIR-97] Akka as a streaming source for SQL Streaming. Content-Type: text/plain Message-Id: <20170328004054.6369EDFE7B@git1-us-west.apache.org> Date: Tue, 28 Mar 2017 00:40:54 +0000 (UTC) archived-at: Tue, 28 Mar 2017 00:40:56 -0000 Github user ckadner commented on the issue: https://github.com/apache/bahir/pull/38 Note, our Jenkins build server does not currently run Scalatests ... > 17:20:55 No tests were executed. ``` 17:20:54 [INFO] 17:20:54 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ spark-sql-streaming-akka_2.11 --- 17:20:54 17:20:54 ------------------------------------------------------- 17:20:54 T E S T S 17:20:54 ------------------------------------------------------- 17:20:54 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 17:20:54 17:20:54 Results : 17:20:54 17:20:54 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 17:20:54 17:20:54 [INFO] 17:20:54 [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ spark-sql-streaming-akka_2.11 --- 17:20:54 [INFO] Skipping execution of surefire because it has already been run for this configuration 17:20:54 [INFO] 17:20:54 [INFO] --- scalatest-maven-plugin:1.0:test (test) @ spark-sql-streaming-akka_2.11 --- 17:20:54 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 17:20:55 Discovery starting. 17:20:55 Discovery completed in 36 milliseconds. 17:20:55 Run starting. Expected test count is: 0 17:20:55 DiscoverySuite: 17:20:55 Run completed in 100 milliseconds. 17:20:55 Total number of tests run: 0 17:20:55 Suites: completed 1, aborted 0 17:20:55 Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0 17:20:55 No tests were executed. 17:20:55 [INFO] ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---