[
https://issues.apache.org/jira/browse/BEAM-7102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838742#comment-16838742
]
Ankur Goenka commented on BEAM-7102:
------------------------------------
The tests are failing on windows with error
python.go:141:
======================================================================
python.go:141: FAIL: test_with_jar_packages_invalid_file_name
python.go:141: (apache_beam.runners.portability.stager_test.StagerTest)
python.go:141:
----------------------------------------------------------------------
python.go:141: Traceback (most recent call last):
python.go:141: File
"C:\Users\deft-testing-integra\python_sdk_download\apache_beam\runners\p
python.go:141: ortability\stager_test.py", line 578, in
python.go:141: test_with_jar_packages_invalid_file_name
python.go:141: 'with ".jar" instead of %s' % os.path.join(source_dir,
'abc.tgz'))
python.go:141: AssertionError: 'The --experiment=\'jar_packages=\' option
expects a full path
python.go:141: ending with ".jar" instead of c' != 'The
--experiment=\'jar_packages=\' option
python.go:141: expects a full path ending with ".jar" instead of
python.go:141: c:\\windows\\temp\\tmptnbjkm\\tmpyxpo4m\\abc.tgz'
python.go:141:
python.go:141:
----------------------------------------------------------------------
python.go:141: Ran 2069 tests in 692.946s
> Adding `jar_packages` experiment option for Python SDK
> ------------------------------------------------------
>
> Key: BEAM-7102
> URL: https://issues.apache.org/jira/browse/BEAM-7102
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: Major
> Fix For: 2.13.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Adding `jar_packages` experiment option for Python SDK for staging Jar
> artifacts from Python pipeline. This is required for running cross-language
> transforms.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)