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

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

                Author: ASF GitHub Bot
            Created on: 09/Oct/18 18:06
            Start Date: 09/Oct/18 18:06
    Worklog Time Spent: 10m 
      Work Description: yifanzou commented on a change in pull request #6559: 
[BEAM-5630] add more tests into BigQueryIOReadIT
URL: https://github.com/apache/beam/pull/6559#discussion_r223806777
 
 

 ##########
 File path: sdks/java/io/google-cloud-platform/build.gradle
 ##########
 @@ -97,6 +97,7 @@ task integrationTest(type: Test) {
   outputs.upToDateWhen { false }
 
   include '**/*IT.class'
+  exclude '**/BigQueryIOReadIT.class'
 
 Review comment:
   Unfortunately no. The 'exclude' here only works on file pattern so that we 
could only exclude the entire class. I found an incubating Gradle 
[TestFilter](https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/testing/TestFilter.html)
 that is able to execute specific test methods. But it doesn't work with the 
'exclude' to skip test methods.

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 152829)
    Time Spent: 3h  (was: 2h 50m)

> supplement Bigquery Read IT test cases and blacklist them in post-commit
> ------------------------------------------------------------------------
>
>                 Key: BEAM-5630
>                 URL: https://issues.apache.org/jira/browse/BEAM-5630
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>            Reporter: yifan zou
>            Assignee: yifan zou
>            Priority: Major
>          Time Spent: 3h
>  Remaining Estimate: 0h
>




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

Reply via email to