-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Something fishy in png reading #5495
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
Comments
Digging into this a bit, there is one |
I think this is fine actually. The exception is set inside I feel this is somehow related to file handling, just not sure what yet. |
For the record, #5515 didn't fix it: https://travis-ci.org/matplotlib/matplotlib/jobs/94019696 |
It is important to note that what I haven't seen lately is that we are now On Mon, Nov 30, 2015 at 6:08 PM, productivememberofsociety666 <
|
I suspect that most of these issues are related to the nose multiprocessing. If someone sees any of this happen with the 3.5 job, which no longer runs multiprocessing to get correct coverage, please put a reference in here since that would disconfirm my theory |
I am getting these failures locally as well now. |
That's promising, I guess. For whatever reason, I've never seen them locally... |
Also getting these locally ======================================================================
FAIL: matplotlib.tests.test_backend_ps.test_savefig_to_stringio_with_usetex_eps
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/tcaswell/source/other_source/nose/build/lib/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/home/tcaswell/source/my_source/matplotlib/lib/matplotlib/testing/decorators.py", line 138, in wrapped_function
func(*args, **kwargs)
File "/home/tcaswell/source/my_source/matplotlib/lib/matplotlib/testing/decorators.py", line 54, in failer
result = f(*args, **kwargs)
File "/home/tcaswell/source/my_source/matplotlib/lib/matplotlib/tests/test_backend_ps.py", line 96, in test_savefig_to_stringio_with_usetex_eps
_test_savefig_to_stringio(format='eps')
File "/home/tcaswell/source/my_source/matplotlib/lib/matplotlib/tests/test_backend_ps.py", line 54, in _test_savefig_to_stringio
assert values[0] == values[1]
AssertionError |
Fix #5495. Combine two tests to prevent race cond
Fix #5495. Combine two tests to prevent race cond
We're seeing spurious test failures like:
and
While there were recent changes to PNG writing, there haven't been recent changes to PNG reading, so I'm not sure what's up. But probably shouldn't let this slide...
The text was updated successfully, but these errors were encountered: