- 31 Jul, 2020 1 commit
-
-
Kirill Smelkov authored
ZEO4 is considered "dead" by upstream: https://github.com/zopefoundation/ZEO/pull/161#pullrequestreview-447245642 Keep on patching ZEO4 in our local fork until ZEO4 is used.
-
- 11 Jan, 2017 1 commit
-
-
Jim Fulton authored
-
- 18 Nov, 2016 1 commit
-
-
Jim Fulton authored
-
- 05 Aug, 2016 1 commit
-
-
Jim Fulton authored
Mainly to have a backup cache for new branches (although this won't help that much because of the differences between ZEO4 and ZEO5, still... Also stop testing on mac. I do that enough already. :) Also, use a simpler leaner install script.
-
- 02 Aug, 2016 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 19 Jul, 2016 1 commit
-
-
Jim Fulton authored
Convert cache_stats and cache_simul from getopt to argparse.
-
- 14 Jul, 2016 3 commits
-
-
Jim Fulton authored
Fix tracing of loadBefore with empty tids on Py3.
-
Jason Madden authored
-
Jason Madden authored
-
- 13 Jul, 2016 1 commit
-
-
Jason Madden authored
-
- 12 Jul, 2016 2 commits
-
-
Jason Madden authored
Update zeo-client-cache-tracing to use accurate script names.
-
Jason Madden authored
I haven't actually compared the output snippets (yet), but at least the script references are right now.
-
- 30 Jun, 2016 1 commit
-
-
Jim Fulton authored
-
- 24 Jun, 2016 3 commits
-
-
Jim Fulton authored
Fix connecting to 'localhost' on Windows / Solaris / Android.
-
Tres Seaver authored
Closes #8. Closes #30.
-
Tres Seaver authored
-
- 16 Jun, 2016 2 commits
-
-
Jim Fulton authored
Close opened-file leak in blob cache size check.
-
Tres Seaver authored
Closes #27.
-
- 15 Jun, 2016 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Changed tests to not depend on ZODB underware
-
Jim Fulton authored
-
Jim Fulton authored
Zodb5
-
Jim Fulton authored
-
- 09 Jun, 2016 4 commits
-
-
Jim Fulton authored
This is required (or maybe strongly implied) by the IStorage interface. Also, rearrange the order of operations in _process_invalidations. Each of these changes avoid a potential race when a connection starts a transaction while invalidateTransaction is being called. Basically, we don't want a connection to get a lastTransaction corresponding to invalidations it hasn't processed. This neither fixes nor provokes any test failures. :) The need for this change was discovered via code inspection. It's hard to see how to test the race without getting being insanely whitebox.
-
Jim Fulton authored
To avoid an error on tearDown.
-
Jim Fulton authored
-
Jim Fulton authored
Fix #22
-
- 08 Jun, 2016 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Adding osx back. Also adding back -j99, in hopes of getting quicker runs and making travis nor hate us so much. But then, we'll probably get more failures. Maybe the best option will be to just make test pass even when starved. :(
-
Jim Fulton authored
-
Jim Fulton authored
traviiiiiiiiis
-
Jim Fulton authored
-
Jim Fulton authored
-
- 07 Jun, 2016 4 commits
-
-
Jim Fulton authored
A test was counting on a cache being written to, but it wasn't because the storage got an invalidation later than expected (on suitably slow machines, like travis and an AWS dev machine of mine).
-
Jim Fulton authored
that was making a test failure hard to interpret.
-
Jim Fulton authored
-
Jim Fulton authored
-