Thanks to visit codestin.com
Credit goes to github.com

Skip to content

random latex/tex failures on travis #5152

Closed as not planned
Closed as not planned
@tacaswell

Description

@tacaswell

The issue with intermittent failures due to latex/eps seems to be due to some sort of race condition / conflict due to latex + multiprocess in nose.


Running:

python tests.py -s --processes=8 --process-timeout=300 matplotlib.tests.test_backend_ps

multiple times might fail the first time, but then subsequent runs (seem to) always work


rm -rf ~/.cache/matplotlib/tex.cache/
rm -rf ~/.cache/matplotlib/test_cache/
python tests.py -s --processes=8 --process-timeout=300 matplotlib.tests.test_backend_ps

will fail semi-consistently


rm -rf ~/.cache/matplotlib/tex.cache/
rm -rf ~/.cache/matplotlib/test_cache/
python tests.py -s matplotlib.tests.test_backend_ps

never fails.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions