From commits-return-70697-archive-asf-public=cust-asf.ponee.io@beam.apache.org Sat May 5 06:15:06 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 D03B6180677 for ; Sat, 5 May 2018 06:15:05 +0200 (CEST) Received: (qmail 86274 invoked by uid 500); 5 May 2018 04:15: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 86232 invoked by uid 99); 5 May 2018 04:15:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 May 2018 04:15:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4DB7DC036E for ; Sat, 5 May 2018 04:15:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Ct5CV7s3mQWb for ; Sat, 5 May 2018 04:15:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id ACA8C5F59D for ; Sat, 5 May 2018 04:15: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 EE8FBE12CE for ; Sat, 5 May 2018 04:15: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 382A72129C for ; Sat, 5 May 2018 04:15:00 +0000 (UTC) Date: Sat, 5 May 2018 04:15:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (BEAM-4229) PostCommits broken on SpannerReadIT tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BEAM-4229?focusedWorklogId=3D9= 8660&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpane= l#worklog-98660 ] ASF GitHub Bot logged work on BEAM-4229: ---------------------------------------- Author: ASF GitHub Bot Created on: 05/May/18 04:14 Start Date: 05/May/18 04:14 Worklog Time Spent: 10m=20 Work Description: apilloud closed pull request #5282: [BEAM-4229] Dow= ngrade BigQuery to fix Spanner URL: https://github.com/apache/beam/pull/5282 =20 =20 =20 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/build_rules.gradle b/build_rules.gradle index 37570f044c3..3dd5368a68c 100644 --- a/build_rules.gradle +++ b/build_rules.gradle @@ -234,7 +234,7 @@ ext.library =3D [ google_api_services_storage: "com.google.apis:google-api-services-stor= age:v1-rev124-$google_clients_version", google_auth_library_credentials: "com.google.auth:google-auth-library-= credentials:$google_auth_version", google_auth_library_oauth2_http: "com.google.auth:google-auth-library-= oauth2-http:$google_auth_version", - google_cloud_bigquery: "com.google.cloud:google-cloud-bigquery:$google= _clients_version", + google_cloud_bigquery: "com.google.cloud:google-cloud-bigquery:0.20.0-= beta", google_cloud_core: "com.google.cloud:google-cloud-core:1.0.2", google_cloud_core_grpc: "com.google.cloud:google-cloud-core-grpc:$grpc= _version", google_cloud_dataflow_java_proto_library_all: "com.google.cloud.datafl= ow:google-cloud-dataflow-java-proto-library-all:0.5.160304", diff --git a/pom.xml b/pom.xml index fa925131441..de518ade921 100644 --- a/pom.xml +++ b/pom.xml @@ -147,6 +147,7 @@ 3.2.0 v1-rev382-1.23.0 1.7.25 + 0.20.0-beta 0.20.0b-beta 2.3.0 4.3.5.RELEASE @@ -1123,7 +1124,7 @@ com.google.cloud google-cloud-bigquery - ${google-clients.version} + ${bigquery.version} =20 =20 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 98660) Time Spent: 50m (was: 40m) > PostCommits broken on SpannerReadIT tests > ----------------------------------------- > > Key: BEAM-4229 > URL: https://issues.apache.org/jira/browse/BEAM-4229 > Project: Beam > Issue Type: Bug > Components: testing > Affects Versions: 2.5.0 > Reporter: Scott Wegner > Assignee: Andrew Pilloud > Priority: Blocker > Fix For: 2.5.0 > > Time Spent: 50m > Remaining Estimate: 0h > > SpannerReadIT tests are currently broken in Java post-commit tests: [http= s://scans.gradle.com/s/ajlgofucflem2/tests/failed]=C2=A0 > {quote}:beam-runners-google-cloud-dataflow-java:googleCloudPlatformIntegr= ationTestorg.apache.beam.sdk.io.gcp.spanner.SpannerReadIT =C2=BB testQuery = (0.134s) > java.lang.NoClassDefFoundError: com/google/api/gax/retrying/ExceptionRetr= yAlgorithm > Caused by: java.lang.ClassNotFoundException: com.google.api.gax.retrying.= ExceptionRetryAlgorithm{quote} -- This message was sent by Atlassian JIRA (v7.6.3#76005)