[Checkins] [zopefoundation/ZODB] 4a269e: Fixed: tpc_vote return wasn't handled correctly.

GitHub noreply at github.com
Wed Jun 15 17:29:54 CEST 2016


  Branch: refs/heads/MVCCAdapter
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 4a269eaf007d6c563e1fad01ebdc3a079b6a7176
      https://github.com/zopefoundation/ZODB/commit/4a269eaf007d6c563e1fad01ebdc3a079b6a7176
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M src/ZODB/mvccadapter.py

  Log Message:
  -----------
  Fixed: tpc_vote return wasn't handled correctly.

I'd lazily assumed that undo and tpc_vote has the same sorts of
returns, but they don't.  When tpc_vote isn't None (ZEO), the retrun
is a list of oid and serial pairs.


  Commit: e9c4ca4089bd36676f62fe0afa20e25fb72891d9
      https://github.com/zopefoundation/ZODB/commit/e9c4ca4089bd36676f62fe0afa20e25fb72891d9
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-15 (Wed, 15 Jun 2016)

  Changed paths:
    M src/ZODB/interfaces.py

  Log Message:
  -----------
  reverted IStorage decomposition.

It wasn't really needed or used and caused a stupid ZEO test failure.

I do think the storage API needs to be thought about and refined at
some point, but now, it's not a priority.


Compare: https://github.com/zopefoundation/ZODB/compare/1731c16fa706...e9c4ca4089bd


More information about the checkins mailing list