From dev-return-4611-archive-asf-public=cust-asf.ponee.io@streams.apache.org Sat Jun 2 17:03:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 695BA180609 for ; Sat, 2 Jun 2018 17:03:00 +0200 (CEST) Received: (qmail 39147 invoked by uid 500); 2 Jun 2018 15:02:59 -0000 Mailing-List: contact dev-help@streams.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.apache.org Delivered-To: mailing list dev@streams.apache.org Received: (qmail 39136 invoked by uid 99); 2 Jun 2018 15:02:59 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2018 15:02:59 +0000 Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id 3E9FE2A0F for ; Sat, 2 Jun 2018 15:02:58 +0000 (UTC) Received: by mail-lf0-f53.google.com with SMTP id v135-v6so18944328lfa.9 for ; Sat, 02 Jun 2018 08:02:57 -0700 (PDT) X-Gm-Message-State: APt69E2lLTwlBS2Nn5OzoooCOjdFAJlpa+y/xNXAnltS/tF0QCIFNF1g O9VSSmRdeuhlLw+OSNXu6Y+O2kTQRsaf6n/1MQ3rUg== X-Google-Smtp-Source: ADUXVKLegr5yKuNROQ9Lbkevi9/TLfCPTGRBazAvCQUAMzGxMC0Ueaos/eZLKdZVnX1PdINA+AlPYwYlfIJP/HcTDVE= X-Received: by 2002:a19:ef11:: with SMTP id n17-v6mr3182771lfh.66.1527951776437; Sat, 02 Jun 2018 08:02:56 -0700 (PDT) Received: from 661309549932 named unknown by gmailapi.google.com with HTTPREST; Sat, 2 Jun 2018 08:02:55 -0700 From: Steve Blackmon In-Reply-To: References: <927e0cea-9ae1-4ee8-be31-b2b3d2b13782@Spark> MIME-Version: 1.0 Date: Sat, 2 Jun 2018 08:02:55 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [VOTE] Release Apache Streams 0.6.0 (RC1) To: dev@streams.apache.org Content-Type: multipart/alternative; boundary="000000000000de6c9c056da9fe84" --000000000000de6c9c056da9fe84 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable -1 binding=E2=80=A6 TL;DR failing unit tests that require changes to projec= t artifacts to overcome. PR coming. =E2=80=94=E2=80=94 I ran into problems building on my mac with mvn -v: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T10:41:47-06:00) Maven home: /Users/Shared/apache-maven-3.3.9 Java version: 1.8.0_111, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.13.4", arch: "x86_64", family: "mac" Failure was: [INFO] streams-schema-activitystreams ..................... FAILURE [ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project streams-schema-activitystreams: ExecutionException org.apache.maven.surefire.util.internal.StringUtils.requireNonNull(Ljava/la= ng/Object;)Ljava/lang/Object; -> [Help 1] What=E2=80=99s curious about this error is it originates outside our test c= ode in this module. On a hunch I upgraded ${surefire.plugin.version} to latest version in pom.xml and that fixed it. Also encountered one other failing test caused by changes outside our control. org.apache.streams.monitoring.persist.impl.BroadcastMessagePersisterTest.te= stFailedPersist() contains a URL that has begun returning a 200 with body =E2=80=9CNot Found!= =E2=80=9D instead of a 404. Changing the URL to point at a non-registered domain instead of at url.com got me through this problem. =E2=80=94=E2=80=94 I=E2=80=99ll submit these changes as two PRs shortly. If anyone can sugges= t a way I can see all the unit tests pass without touching project artifacts I=E2=80=99ll change my vote but I doubt that is possible. Steve On May 31, 2018 at 7:42 PM, Suneel Marthi wrote: +1 binding 1. Verified checksums and sigs 2. Downloaded src archive and did a clean build - all tests pass Please remove the MD5 sigs when finalizing the release. On Thu, May 31, 2018 at 6:27 PM, Joey Frazee wrote= : I am pleased to be calling a vote for the release of Apache Streams 0.6.0. Apache Streams 0.6.0 includes the following fixes and improvements: https://issues.apache.org/jira/secure/ReleaseNote.jspa? projectId=3D12314320&version=3D12342993 This release candidate is based on streams-0.6.0-RC1 (3a57c3c): https://github.com/apache/streams/releases/tag/streams-0.6.0-RC1 https://gitbox.apache.org/repos/asf?p=3Dstreams.git;a=3Dcommit;h=3D 3a57c3c3a845b1e64c37303cb3aaa742cfa2185f The release candidate source archive, signatures and digests are at: https://repository.apache.org/content/repositories/ orgapachestreams-1027/org/apache/streams/apache-streams/0.6.0/ And, the full staging repo and release artifacts can be found here: https://repository.apache.org/content/repositories/ orgapachestreams-1027/ The release artifacts have been signed with https://people.apache.org/ keys/committer/jfrazee.asc and the project KEYS file can be found at https://raw.githubusercontent.com/apache/streams/master/KEYS Git ID: 3a57c3c3a845b1e64c37303cb3aaa742cfa2185f MD5: 052d4c081cf62b6262a56b16729aa6b2 SHA1: 8fbe605ca4fa0e0abeef43cc0977a642b1c6761a See streams/release.sh for information on how to build and run with integration tests. The vote will be open for at least 72 hours. [ ] +1 approve the release of Apache Streams 0.6.0 [ ] +0 no opinion (and reason why) [ ] -1 disapprove (and reason why) --000000000000de6c9c056da9fe84--