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 926B8200CE4 for ; Sun, 20 Aug 2017 23:11:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9086116403C; Sun, 20 Aug 2017 21:11: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 D5EFB16403A for ; Sun, 20 Aug 2017 23:11:04 +0200 (CEST) Received: (qmail 31063 invoked by uid 500); 20 Aug 2017 21:11:03 -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 31047 invoked by uid 99); 20 Aug 2017 21:11:03 -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; Sun, 20 Aug 2017 21:11:03 +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 3BE36C1F7C for ; Sun, 20 Aug 2017 21:11: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 ERkrcqvLE-Fq for ; Sun, 20 Aug 2017 21:11: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 65D1F5F5B3 for ; Sun, 20 Aug 2017 21:11:01 +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 89D42E0051 for ; Sun, 20 Aug 2017 21:11:00 +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 3D6F021409 for ; Sun, 20 Aug 2017 21:11:00 +0000 (UTC) Date: Sun, 20 Aug 2017 21:11:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-2671) CreateStreamTest.testFirstElementLate validatesRunner test fails on Spark runner MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 20 Aug 2017 21:11:05 -0000 [ https://issues.apache.org/jira/browse/BEAM-2671?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16134= 569#comment-16134569 ]=20 ASF GitHub Bot commented on BEAM-2671: -------------------------------------- GitHub user staslev opened a pull request: https://github.com/apache/beam/pull/3738 [BEAM-2671] Fixing CreateStreamTest#testFirstElementLate Follow this checklist to help us incorporate your contribution quickly = and easily: =20 - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira= /projects/BEAM/issues/) filed for the change (usually before you start work= ing on it). Trivial changes like typos do not require a JIRA issue. Your = pull request should address just this issue, without pulling in other chang= es. - [ ] Each commit in the pull request should have a meaningful subject= line and body. - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in Appr= oximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA i= ssue. - [ ] Write a pull request description that is detailed enough to unde= rstand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more th= orough check will be performed on your pull request automatically. - [ ] If this contribution is large, please file an Apache [Individual= Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). =20 --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/staslev/beam BEAM-2671-fixing-CreateStrea= mTest#testFirstElementLate Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3738.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3738 =20 ---- commit 940e7a159428f18c40a001e34ebcf3e847329f3f Author: Stas Levin Date: 2017-08-20T13:48:57Z Implemented an InputDStream that syncs up with the watermark values, th= is should help with streaming tests in spark-runner. commit 1571ea668dac45d3db6a59a5bdf2e3af43120870 Author: Stas Levin Date: 2017-08-20T18:54:52Z Fixed failing SparkPipelineStateTest tests. ---- > CreateStreamTest.testFirstElementLate validatesRunner test fails on Spark= runner > -------------------------------------------------------------------------= ------- > > Key: BEAM-2671 > URL: https://issues.apache.org/jira/browse/BEAM-2671 > Project: Beam > Issue Type: Bug > Components: runner-spark > Reporter: Etienne Chauchot > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 2.2.0 > > > Error message: > Flatten.Iterables/FlattenIterables/FlatMap/ParMultiDo(Anonymous).out0:=20 > Expected: iterable over [] in any order > but: Not matched: "late" -- This message was sent by Atlassian JIRA (v6.4.14#64029)