Created
April 6, 2014 05:00
-
-
Save jbergstroem/10001723 to your computer and use it in GitHub Desktop.
pylibmc 1.3.0 pypy 2.0.2 test failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * pypy2_0: running distutils-r1_run_phase python_test | |
| ........E................. | |
| ====================================================================== | |
| ERROR: test_touch (tests.test_client.ClientTests) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/var/tmp/portage/dev-python/pylibmc-1.3.0/work/pylibmc-1.3.0/tests/test_client.py", line 14, in wrapper | |
| return test(*args, **kwargs) | |
| File "/var/tmp/portage/dev-python/pylibmc-1.3.0/work/pylibmc-1.3.0/tests/test_client.py", line 71, in test_touch | |
| ok_(self.mc.touch("touch-test", 5)) | |
| ValueError: key too long, max is 250 | |
| ---------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment