You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Valentyn Tymofieiev (JIRA)" <ji...@apache.org> on 2019/05/30 01:02:00 UTC

[jira] [Commented] (BEAM-7380) FastAvroTest has slow test_dynamic_exhaustive on Python 2 and 3.

    [ https://issues.apache.org/jira/browse/BEAM-7380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851442#comment-16851442 ] 

Valentyn Tymofieiev commented on BEAM-7380:
-------------------------------------------

I think https://github.com/apache/beam/pull/8646 fixed this.

> FastAvroTest has slow test_dynamic_exhaustive on Python 2 and 3.
> ----------------------------------------------------------------
>
>                 Key: BEAM-7380
>                 URL: https://issues.apache.org/jira/browse/BEAM-7380
>             Project: Beam
>          Issue Type: Sub-task
>          Components: io-python-avro
>            Reporter: Frederik Bode
>            Priority: Minor
>             Fix For: Not applicable
>
>
> {code:java}
>    {code}
> FastAvroTest has slow test_dynamic_exhaustive is slow on Python 2 and 3.
> {code:java}
> GLOB sdist-make: /app/sdks/python/setup.py
> py27 inst-nodeps: /app/sdks/python/target/.tox/.tmp/package/1/apache-beam-2.14.0.dev0.zip
> ...
> warning: no files found matching 'LICENSE'
> writing manifest file 'apache_beam.egg-info/SOURCES.txt'
> test_dynamic_work_rebalancing_exhaustive (apache_beam.io.avroio_test.TestFastAvro) ... ok
> ----------------------------------------------------------------------
> XML: /app/sdks/python/nosetests.xml
> ----------------------------------------------------------------------
> Ran 1 test in 444.705s
> OK
> py27 run-test-post: commands[0] | /app/sdks/python/scripts/run_tox_cleanup.sh
> py35 inst-nodeps: /app/sdks/python/target/.tox/.tmp/package/1/apache-beam-2.14.0.dev0.zip
> ...
> warning: no files found matching 'LICENSE'
> writing manifest file 'apache_beam.egg-info/SOURCES.txt'
> /app/sdks/python/apache_beam/__init__.py:84: UserWarning: Running the Apache Beam SDK on Python 3 is not yet fully supported. You may encounter buggy behavior or missing features.
>   'Running the Apache Beam SDK on Python 3 is not yet fully supported. '
> test_dynamic_work_rebalancing_exhaustive (apache_beam.io.avroio_test.TestFastAvro) ... ok
> ----------------------------------------------------------------------
> XML: /app/sdks/python/nosetests.xml
> ----------------------------------------------------------------------
> Ran 1 test in 385.768s
> OK
> py35 run-test-post: commands[0] | /app/sdks/python/scripts/run_tox_cleanup.sh
> ___________________________________ summary ____________________________________
>   py27: commands succeeded
>   py35: commands succeeded
>   congratulations :){code}
>  



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