[
https://issues.apache.org/jira/browse/BEAM-6619?focusedWorklogId=209228&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-209228
]
ASF GitHub Bot logged work on BEAM-6619:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Mar/19 23:12
Start Date: 06/Mar/19 23:12
Worklog Time Spent: 10m
Work Description: markflyhigh commented on pull request #7946:
[BEAM-6619] [BEAM-6593] Add gcsio integration tests to postcommit
URL: https://github.com/apache/beam/pull/7946#discussion_r263177095
##########
File path: sdks/python/test-suites/direct/py3/build.gradle
##########
@@ -28,8 +28,16 @@ task postCommitIT(dependsOn: 'installGcpTest') {
// Run IT tests with TestDirectRunner in batch in Python 3.
doLast {
def batchTests = [
- "apache_beam.examples.wordcount_it_test:WordCountIT.test_wordcount_it",
"apache_beam.examples.cookbook.bigquery_tornadoes_it_test:BigqueryTornadoesIT.test_bigquery_tornadoes_it",
+
"apache_beam.examples.streaming_wordcount_it_test:StreamingWordCountIT.test_streaming_wordcount_it",
+ "apache_beam.examples.wordcount_it_test:WordCountIT.test_wordcount_it",
+
"apache_beam.examples.wordcount_it_test:WordCountIT.test_wordcount_fnapi_it",
+
"apache_beam.io.gcp.gcsio_integration_test:GcsIOIntegrationTest.test_copy",
+
"apache_beam.io.gcp.gcsio_integration_test:GcsIOIntegrationTest.test_copy_batch",
+
"apache_beam.io.gcp.gcsio_integration_test:GcsIOIntegrationTest.test_copy_batch_kms",
+
"apache_beam.io.gcp.gcsio_integration_test:GcsIOIntegrationTest.test_copy_batch_rewrite_token",
+
"apache_beam.io.gcp.gcsio_integration_test:GcsIOIntegrationTest.test_copy_kms",
+
"apache_beam.io.gcp.gcsio_integration_test:GcsIOIntegrationTest.test_copy_rewrite_token",
]
def testOpts = [
"--tests=${batchTests.join(',')}",
Review comment:
You can set parallel run by adding
[`--processes`](https://nose.readthedocs.io/en/latest/man.html#cmdoption-processes)
and
[`--process-timeout`](https://nose.readthedocs.io/en/latest/man.html#cmdoption-process-timeout)
here if running above tests in sequence take too much time. An example is in
[here](https://github.com/apache/beam/blob/master/sdks/python/test-suites/dataflow/py3/build.gradle#L28).
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 209228)
Time Spent: 9h 50m (was: 9h 40m)
> Add PostCommit suite for integration tests on DataflowRunner
> ------------------------------------------------------------
>
> Key: BEAM-6619
> URL: https://issues.apache.org/jira/browse/BEAM-6619
> Project: Beam
> Issue Type: Sub-task
> Components: testing
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
> Labels: triaged
> Fix For: Not applicable
>
> Time Spent: 9h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)