[Checkins] [zopefoundation/ZODB] 07e9f1: fixed a non-sensical line (subtest wannabe) in a t...

GitHub noreply at github.com
Wed Jul 27 21:58:24 CEST 2016


  Branch: refs/heads/multi-commit-FileStorage
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 07e9f13380482f90bbba46308eba6a635c1a2ea7
      https://github.com/zopefoundation/ZODB/commit/07e9f13380482f90bbba46308eba6a635c1a2ea7
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/tests.py

  Log Message:
  -----------
  fixed a non-sensical line (subtest wannabe) in a test


  Commit: bd61411db86e157af7deafcdf534d6a29edbd577
      https://github.com/zopefoundation/ZODB/commit/bd61411db86e157af7deafcdf534d6a29edbd577
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M src/ZODB/DemoStorage.test

  Log Message:
  -----------
  don't wrap FileStorage with BlobStorage

It doesn't work any more.


  Commit: 7ef7d0c3fc9dfcb786cdf295b28b36648fb0bc4c
      https://github.com/zopefoundation/ZODB/commit/7ef7d0c3fc9dfcb786cdf295b28b36648fb0bc4c
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  Fixed undo handling when undoing multiple transactions.

The fix had to do with reading data from a transaction buffer.

Also reordered some methods to make reading code a little easier.


  Commit: 112491a2c6c68774fd0702e40e678ebb8bb14645
      https://github.com/zopefoundation/ZODB/commit/112491a2c6c68774fd0702e40e678ebb8bb14645
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/tests/testblob.py

  Log Message:
  -----------
  Use MappingStorage to test BlobStorage

Rather than FileStorage, which is now incompatible and supports blobs
on it's own.

Also removed an unused setup funcion.


  Commit: dc3bf185d6d11a56a4d64f8c74b5892adc24686b
      https://github.com/zopefoundation/ZODB/commit/dc3bf185d6d11a56a4d64f8c74b5892adc24686b
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    A XXX.rst

  Log Message:
  -----------
  document loose ends


  Commit: c9d003177016f026e6b3e3f9b21e8162fc5ae5c9
      https://github.com/zopefoundation/ZODB/commit/c9d003177016f026e6b3e3f9b21e8162fc5ae5c9
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/tests/testblob.py

  Log Message:
  -----------
  Don't test advanced features of BlobStorage.


  Commit: a09372bcb51279c093a1e1b6e3c4dd202b91b670
      https://github.com/zopefoundation/ZODB/commit/a09372bcb51279c093a1e1b6e3c4dd202b91b670
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  Fixed checkCurrentSerialInTransaction

added missing import and fixed name error


  Commit: 41c3e7c3fc7cd962755999fe094f67d3e6d1ed10
      https://github.com/zopefoundation/ZODB/commit/41c3e7c3fc7cd962755999fe094f67d3e6d1ed10
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  clear transaction buffer on finish


  Commit: 3810b42d0d0a2d4b0f5fd805a7081c25b7ec0e6c
      https://github.com/zopefoundation/ZODB/commit/3810b42d0d0a2d4b0f5fd805a7081c25b7ec0e6c
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/tests/testFileStorage.py

  Log Message:
  -----------
  Remove checkFlushNeededAfterTruncate because it can't happen any more

because we write on finish. Even if we switch back to writing on vote,
we know checkFlushAfterTruncate checks that we don't have a problem. checkFlushNeededAfterTruncate was mainly needed while we wrote checkFlushAfterTruncate.


  Commit: 9f19b0baa4a74d4eb7db5c58b61964290d920328
      https://github.com/zopefoundation/ZODB/commit/9f19b0baa4a74d4eb7db5c58b61964290d920328
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  Added missing close in close that must have been removed by accident


  Commit: 938ad22bf811534181bddf5277753ad0321d5bc0
      https://github.com/zopefoundation/ZODB/commit/938ad22bf811534181bddf5277753ad0321d5bc0
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  Added missing import


  Commit: 69475b21d7f85df2a212e7d2a5a66f1c266e9723
      https://github.com/zopefoundation/ZODB/commit/69475b21d7f85df2a212e7d2a5a66f1c266e9723
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  Fixed transaction buffer store

Data may be None (as opposed to '')


  Commit: 59cc4b5a7f1cf715aa440a468acbd3eaa6962311
      https://github.com/zopefoundation/ZODB/commit/59cc4b5a7f1cf715aa440a468acbd3eaa6962311
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/FileStorage/FileStorage.py

  Log Message:
  -----------
  Handle savepoint blobs

We need to move blob temporarry files from savepoint directories (why
savepoint directories?) to the ordinary blob temp location.


  Commit: 95b748596c17010d6eab77339e56b4511ecacad0
      https://github.com/zopefoundation/ZODB/commit/95b748596c17010d6eab77339e56b4511ecacad0
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M src/ZODB/blob.py

  Log Message:
  -----------
  compute temp_dir based on self.base_dir

Tp get absolute path goodness. (I'm surprized this didn't cause
problems sooner.)


Compare: https://github.com/zopefoundation/ZODB/compare/142d69fc6515...95b748596c17


More information about the checkins mailing list