Robert Bradshaw created BEAM-7365:
-------------------------------------
Summary:
apache_beam.io.avroio_test.TestAvro.test_dynamic_work_rebalancing_exhaustive is
very slow
Key: BEAM-7365
URL: https://issues.apache.org/jira/browse/BEAM-7365
Project: Beam
Issue Type: New Feature
Components: io-python-avro
Reporter: Robert Bradshaw
{noformat}
$ python setup.py test -s
apache_beam.io.avroio_test.TestAvro.test_dynamic_work_rebalancing_exhaustive
test_dynamic_work_rebalancing_exhaustive
(apache_beam.io.avroio_test.TestFastAvro) ... WARNING:root:After 101 concurrent
splitting trials at item #2, observed only failure, giving up on this item
WARNING:root:After 101 concurrent splitting trials at item #21, observed only
failure, giving up on this item
WARNING:root:After 101 concurrent splitting trials at item #22, observed only
failure, giving up on this item
WARNING:root:After 1014 total concurrent splitting trials, considered only 25
items, giving up.
ok
----------------------------------------------------------------------
Ran 1 test in 172.223s
{noformat}
Compare this with
{noformat}
$ python setup.py test -s
apache_beam.io.avroio_test.TestAvro.test_dynamic_work_rebalancing_exhaustive
test_dynamic_work_rebalancing_exhaustive (apache_beam.io.avroio_test.TestAvro)
... ok
----------------------------------------------------------------------
Ran 1 test in 0.623s
OK
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)