[
https://issues.apache.org/jira/browse/BEAM-3942?focusedWorklogId=88682&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-88682
]
ASF GitHub Bot logged work on BEAM-3942:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Apr/18 02:15
Start Date: 07/Apr/18 02:15
Worklog Time Spent: 10m
Work Description: chamikaramj commented on a change in pull request
#5003: [BEAM-3942] Update performance testing framework to use Gradle
URL: https://github.com/apache/beam/pull/5003#discussion_r179905678
##########
File path:
sdks/java/io/jdbc/src/test/java/org/apache/beam/sdk/io/jdbc/JdbcIOIT.java
##########
@@ -47,18 +47,16 @@
* <p>This test requires a running instance of Postgres. Pass in connection
information using
* PipelineOptions:
* <pre>
- * mvn -e -Pio-it verify -pl sdks/java/io/jdbc
-DintegrationTestPipelineOptions='[
+ * ./gradlew integrationTest -p sdks/java/io/jdbc
-DintegrationTestPipelineOptions='[
* "--postgresServerName=1.2.3.4",
* "--postgresUsername=postgres",
* "--postgresDatabaseName=myfancydb",
* "--postgresPassword=mypass",
* "--postgresSsl=false",
* "--numberOfRecords=1000" ]'
+ * --tests org.apache.beam.sdk.io.jdbc.JdbcIOIT
* </pre>
*
- * <p>If you want to run this with a runner besides directrunner, there are
profiles for dataflow
- * and spark in the jdbc pom. You'll want to activate those in addition to the
normal test runner
Review comment:
Does this restriction not apply anymore ?
----------------------------------------------------------------
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: 88682)
Time Spent: 3h (was: 2h 50m)
> Update performance testing framework to use Gradle.
> ---------------------------------------------------
>
> Key: BEAM-3942
> URL: https://issues.apache.org/jira/browse/BEAM-3942
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Chamikara Jayalath
> Assignee: Ćukasz Gajowy
> Priority: Major
> Time Spent: 3h
> Remaining Estimate: 0h
>
> This requires performing updates to PerfKitBenchmarker and Beam so that we
> can execute performance tests using Gradle.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)