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

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

                Author: ASF GitHub Bot
            Created on: 06/Jun/19 10:13
            Start Date: 06/Jun/19 10:13
    Worklog Time Spent: 10m 
      Work Description: mxm commented on issue #8174: [BEAM-6683] add 
createCrossLanguageValidatesRunner task
URL: https://github.com/apache/beam/pull/8174#issuecomment-499435362
 
 
   Python 3 test fail for me:
   ```
   ======================================================================
   ERROR: Failure: SyntaxError (invalid syntax 
(transforms_keyword_only_args_py3_only_test.py, line 39))
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File 
"/Users/max/Dev/beam/build/gradleenv/1922375555/lib/python2.7/site-packages/nose/loader.py",
 line 418, in loadTestsFromName
       addr.filename, addr.module)
     File 
"/Users/max/Dev/beam/build/gradleenv/1922375555/lib/python2.7/site-packages/nose/importer.py",
 line 47, in importFromPath
       return self.importFromDir(dir_path, fqname)
     File 
"/Users/max/Dev/beam/build/gradleenv/1922375555/lib/python2.7/site-packages/nose/importer.py",
 line 94, in importFromDir
       mod = load_module(part_fqname, fh, filename, desc)
     File 
"/Users/max/Dev/beam/sdks/python/apache_beam/transforms/transforms_keyword_only_args_py3_only_test.py",
 line 39
       def sort_with_side_inputs(x, *s, reverse=False):
                                              ^
   SyntaxError: invalid syntax
   ```
 
----------------------------------------------------------------
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: 255026)
    Time Spent: 14h 10m  (was: 14h)

> Add an integration test suite for cross-language transforms for Flink runner
> ----------------------------------------------------------------------------
>
>                 Key: BEAM-6683
>                 URL: https://issues.apache.org/jira/browse/BEAM-6683
>             Project: Beam
>          Issue Type: Test
>          Components: testing
>            Reporter: Chamikara Jayalath
>            Assignee: Heejong Lee
>            Priority: Major
>          Time Spent: 14h 10m
>  Remaining Estimate: 0h
>
> We should add an integration test suite that covers following.
> (1) Currently available Java IO connectors that do not use UDFs work for 
> Python SDK on Flink runner.
> (2) Currently available Python IO connectors that do not use UDFs work for 
> Java SDK on Flink runner.
> (3) Currently available Java/Python pipelines work in a scalable manner for 
> cross-language pipelines (for example, try 10GB, 100GB input for 
> textio/avroio for Java and Python). 
>  



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

Reply via email to