[ 
https://issues.apache.org/jira/browse/BEAM-5718?focusedWorklogId=153735&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-153735
 ]

ASF GitHub Bot logged work on BEAM-5718:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Oct/18 23:25
            Start Date: 11/Oct/18 23:25
    Worklog Time Spent: 10m 
      Work Description: akedin closed pull request #6658: [BEAM-5718] exclude 
BigQueryITReadIT
URL: https://github.com/apache/beam/pull/6658
 
 
   

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/runners/google-cloud-dataflow-java/build.gradle 
b/runners/google-cloud-dataflow-java/build.gradle
index 168ac9745fc..5e196e7060a 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -150,6 +150,7 @@ task googleCloudPlatformIntegrationTest(type: Test) {
   ])
 
   include '**/*IT.class'
+  exclude '**/BigQueryIOReadIT.class'
   exclude '**/PubsubReadIT.class'
   maxParallelForks 4
   classpath = configurations.googleCloudPlatformIntegrationTest


 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 153735)
    Time Spent: 1.5h  (was: 1h 20m)

> Exclude Bigquery IO Read IT 
> ----------------------------
>
>                 Key: BEAM-5718
>                 URL: https://issues.apache.org/jira/browse/BEAM-5718
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures, testing
>            Reporter: yifan zou
>            Assignee: yifan zou
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> [https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/] failing 
> consistently, appears to be a quota issue
>  
>  
>  
>  
> `java.lang.RuntimeException: java.io.IOException: Extract job 
> beam_job_fef64e64c9ae433997d0654f9951615b_testpipelinejenkins1011152113771f3474-extract
>  failed, status: { "errorResult" : { "location" : "extract_size_gb", 
> "message" : "Quota exceeded: Your project exceeded quota for export size. For 
> more information, see 
> [https://cloud.google.com/bigquery/troubleshooting-errors]";, "reason" : 
> "quotaExceeded" }, "errors" : [ { "location" : "extract_size_gb", "message" : 
> "Quota exceeded: Your project exceeded quota for export size. For more 
> information, see [https://cloud.google.com/bigquery/troubleshooting-errors]";, 
> "reason" : "quotaExceeded" } ], "state" : "DONE" }. at 
> org.apache.beam.sdk.io.gcp.bigquery.BigQuerySourceBase.executeExtract(BigQuerySourceBase.java:191)`



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to