[
https://issues.apache.org/jira/browse/BEAM-6619?focusedWorklogId=209621&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-209621
]
ASF GitHub Bot logged work on BEAM-6619:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Mar/19 15:20
Start Date: 07/Mar/19 15:20
Worklog Time Spent: 10m
Work Description: Juta commented on pull request #7946: [BEAM-6619]
[BEAM-6593] Add gcsio integration tests to postcommit
URL: https://github.com/apache/beam/pull/7946#discussion_r263429836
##########
File path: sdks/python/apache_beam/examples/streaming_wordcount_it_test.py
##########
@@ -81,7 +81,7 @@ def tearDown(self):
@attr('IT')
def test_streaming_wordcount_it(self):
# Build expected dataset.
- expected_msg = [('%d: 1' % num) for num in range(DEFAULT_INPUT_NUMBERS)]
+ expected_msg = [(b'%d: 1' % num) for num in range(DEFAULT_INPUT_NUMBERS)]
Review comment:
Ok thank you! I changed it
----------------------------------------------------------------
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: 209621)
Time Spent: 10h 20m (was: 10h 10m)
> 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: 10h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)