[ https://issues.apache.org/jira/browse/BEAM-9744?focusedWorklogId=421679&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-421679 ]
ASF GitHub Bot logged work on BEAM-9744: ---------------------------------------- Author: ASF GitHub Bot Created on: 13/Apr/20 21:59 Start Date: 13/Apr/20 21:59 Worklog Time Spent: 10m Work Description: aaltay commented on pull request #11408: [BEAM-9744] Remove --region option from SQL tests. URL: https://github.com/apache/beam/pull/11408#discussion_r407745861 ########## File path: sdks/java/extensions/sql/build.gradle ########## @@ -149,15 +149,13 @@ task runPojoExample(type: JavaExec) { task integrationTest(type: Test) { group = "Verification" def gcpProject = project.findProperty('gcpProject') ?: 'apache-beam-testing' - def gcpRegion = project.findProperty('gcpRegion') ?: 'us-central1' def gcsTempRoot = project.findProperty('gcsTempRoot') ?: 'gs://temp-storage-for-end-to-end-tests/' // Disable Gradle cache (it should not be used because the IT's won't run). outputs.upToDateWhen { false } def pipelineOptions = [ "--project=${gcpProject}", Review comment: If they don't run on Dataflow, what is project and other gcp flags are used for? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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: 421679) Time Spent: 1h 20m (was: 1h 10m) > Python performance tests failing > -------------------------------- > > Key: BEAM-9744 > URL: https://issues.apache.org/jira/browse/BEAM-9744 > Project: Beam > Issue Type: Bug > Components: test-failures > Reporter: Kyle Weaver > Assignee: Kyle Weaver > Priority: Major > Time Spent: 1h 20m > Remaining Estimate: 0h > > beam_PerformanceTests_WordCountIT_Py* failing because --region is missing. -- This message was sent by Atlassian Jira (v8.3.4#803005)