[
https://issues.apache.org/jira/browse/BEAM-4093?focusedWorklogId=92172&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-92172
]
ASF GitHub Bot logged work on BEAM-4093:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Apr/18 17:14
Start Date: 18/Apr/18 17:14
Worklog Time Spent: 10m
Work Description: aaltay commented on a change in pull request #5147:
[BEAM-4093] Support Python ValidatesRunner test in streaming
URL: https://github.com/apache/beam/pull/5147#discussion_r182503406
##########
File path: sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py
##########
@@ -37,10 +38,13 @@ def run_pipeline(self, pipeline):
"""Execute test pipeline and verify test matcher"""
options = pipeline._options.view_as(TestOptions)
on_success_matcher = options.on_success_matcher
+ wait_duration = options.wait_until_finish_duration
+ is_streaming = options.view_as(StandardOptions).streaming
# [BEAM-1889] Do not send this to remote workers also, there is no need to
# send this option to remote executors.
options.on_success_matcher = None
+ options.wait_until_finish_duration = None
Review comment:
It is ok to send it. The problem with `on_success_matcher` was it contains
an `=` character and we found out that the workers had problem with parsing it
out of the options.
----------------------------------------------------------------
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: 92172)
Time Spent: 50m (was: 40m)
> Support Python ValidatesRunner test against TestDataflowRunner in streaming
> ---------------------------------------------------------------------------
>
> Key: BEAM-4093
> URL: https://issues.apache.org/jira/browse/BEAM-4093
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-core, testing
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)