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

Skip to content

random latex/tex failures on travis #5152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tacaswell opened this issue Sep 27, 2015 · 1 comment
Closed

random latex/tex failures on travis #5152

tacaswell opened this issue Sep 27, 2015 · 1 comment

Comments

@tacaswell
Copy link
Member

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.

@tacaswell tacaswell added this to the proposed next point release (2.1) milestone Sep 27, 2015
@tacaswell tacaswell modified the milestones: 2.1 (next point release), 2.2 (next next feature release) Oct 3, 2017
@oscargus
Copy link
Member

oscargus commented Jun 1, 2022

Closing as travis is no longer used.

@oscargus oscargus closed this as completed Jun 1, 2022
@QuLogic QuLogic closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2022
@story645 story645 removed this from the future releases milestone Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants