1. 15 Jun, 2016 11 commits
  2. 14 Jun, 2016 1 commit
  3. 11 Jun, 2016 4 commits
  4. 10 Jun, 2016 2 commits
  5. 09 Jun, 2016 2 commits
  6. 07 Jun, 2016 3 commits
    • Jim Fulton's avatar
      Fixed maxtid, copying value from ZEO. · baee84a6
      Jim Fulton authored
      Changed it to the value corresponding to the maximim *signed*
      big-endian 64-bit integer, because of LxBTrees.
      
      Note that this value isn't used anywhere in ZODB yet.
      
      Maybe it should be.
      baee84a6
    • Jim Fulton's avatar
      typo · 5bb8a810
      Jim Fulton authored
      5bb8a810
    • Jim Fulton's avatar
      Clear transaction syncs earlier · 7a75ba7a
      Jim Fulton authored
      To mitigate errors during tearDown.
      
      Lots of tests are sloppy about closing connection (because they could
      be), but storages tend to get closed and transactions aborted. This
      has the effedt of calling afterCompletion on connections which tries
      to call storage lastTransaction, which causes errors.
      7a75ba7a
  7. 06 Jun, 2016 3 commits
  8. 05 Jun, 2016 1 commit
  9. 31 May, 2016 1 commit
    • Jim Fulton's avatar
      Merge pull request #62 from... · 6fe36b98
      Jim Fulton authored
      Merge pull request #62 from zopefoundation/dont-depend-on-implementation-detail-in-tpc_finish-test-assertions
      
      Fixed a test that depended on some off behavior of tpc_finish in some…
      6fe36b98
  10. 30 May, 2016 1 commit
  11. 17 May, 2016 2 commits
  12. 12 May, 2016 1 commit
  13. 09 May, 2016 3 commits
  14. 05 May, 2016 5 commits