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

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

                Author: ASF GitHub Bot
            Created on: 05/Mar/19 17:17
            Start Date: 05/Mar/19 17:17
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on pull request #7946: [BEAM-6619] 
[BEAM-6593] Add more integration tests to postcommit
URL: https://github.com/apache/beam/pull/7946#discussion_r262597707
 
 

 ##########
 File path: sdks/python/test-suites/dataflow/py3/build.gradle
 ##########
 @@ -34,15 +34,25 @@ def basicTestOpts = [
 task postCommitIT(dependsOn: ['sdist', 'installGcpTest']) {
   doLast {
     def tests = [
-        "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",
+        
"apache_beam.examples.complete.game.user_score_it_test:UserScoreIT.test_user_score_it",
     ]
     def testOpts = basicTestOpts + ["--tests=${tests.join(',')}"]
     def cmdArgs = project.mapToArgString([
         "test_opts": testOpts,
         "sdk_location": "${project.buildDir}/apache-beam.tar.gz"
     ])
     exec {
+      environment 'PYTHONHASHSEED', '0'
 
 Review comment:
   Let's comment why this is needed.
 
----------------------------------------------------------------
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: 207883)
    Time Spent: 7h 40m  (was: 7.5h)

> 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: 7h 40m
>  Remaining Estimate: 0h
>




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

Reply via email to