[Checkins] [zopefoundation/ZODB] ed5d95: Tests: Always pass bytes for the previous serial p...

Jason Madden noreply at github.com
Sat Sep 21 17:40:23 CEST 2019


  Branch: refs/heads/bytes_for_all_tids
  Home:   https://github.com/zopefoundation/ZODB
  Commit: ed5d959014a8ecf28261ea3a934405ce8f9d8678
      https://github.com/zopefoundation/ZODB/commit/ed5d959014a8ecf28261ea3a934405ce8f9d8678
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2019-09-21 (Sat, 21 Sep 2019)

  Changed paths:
    M src/ZODB/interfaces.py
    M src/ZODB/scripts/migrate.py
    M src/ZODB/tests/BasicStorage.py
    M src/ZODB/tests/IteratorStorage.py
    M src/ZODB/tests/RevisionStorage.py
    M src/ZODB/tests/StorageTestBase.py
    M src/ZODB/tests/TransactionalUndoStorage.py

  Log Message:
  -----------
  Tests: Always pass bytes for the previous serial param of storage.store().

This is consistent with what persistent.Persistent and Connection actually do.

RelStorage previously had a special case just for these tests.




More information about the checkins mailing list