- 23 May, 2013 2 commits
-
-
Marius Gedminas authored
`zip` is not used anywhere in this file (this is python-modernize/issue#6). The builtin `map` works fine on both Python 2.x and 3.x, the way we use it here, so there's no need to import it from `six`.
-
Marius Gedminas authored
Instead of waiting for five arbitrary log messages let's wait for at least two particular log messages, since the intent of this test is to show that we're getting at least two of those.
-
- 22 May, 2013 8 commits
-
-
Marius Gedminas authored
by running tests in parallel.
-
Marius Gedminas authored
See travis-ci/travis-cookbooks#155
-
Marius Gedminas authored
-
Marius Gedminas authored
In Python 3 r.write() returns the number of characters written.
-
Marius Gedminas authored
It doesn't work, just results in no tests being run: https://github.com/zopefoundation/zope.testrunner/issues/5
-
Marius Gedminas authored
-
Marius Gedminas authored
Attempting to open a file before it is created turns out not to be a good idea. Moved all the file opening inside the wait_until lambdas (after extracting them into a standalone helper function, since you can't use the with statement inside a lambda). Also fixed test failure on Python 3.3 (r.write() returns the number of bytes written). Added an XXX about a possible hang while opening ClientStorage, in case something went wrong. I'm not sure how to fix that.
-
Marius Gedminas authored
-
- 21 May, 2013 1 commit
-
-
Tres Seaver authored
-
- 20 May, 2013 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 17 May, 2013 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 14 May, 2013 7 commits
-
-
Tres Seaver authored
The tests fail without that version.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Timeout error showing up in log before the 'client has newer' error.
-
Tres Seaver authored
-
Tres Seaver authored
Match ZODB commit 69c18075dafca12a7bb4d431751d40c2f0f2884e.
-
- 10 May, 2013 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 02 May, 2013 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Explicitly install the 'random2' dependency.
-
- 30 Apr, 2013 1 commit
-
-
Tres Seaver authored
-
- 29 Mar, 2013 1 commit
-
-
Tres Seaver authored
ClientStorage.py can deadlock in tpc_begin
-
- 15 Mar, 2013 1 commit
-
-
Albertas Agejevas authored
-
- 14 Mar, 2013 2 commits
-
-
Albertas Agejevas authored
-
Albertas Agejevas authored
-
- 13 Mar, 2013 2 commits
-
-
Albertas Agejevas authored
-
Stephan Richter authored
-