[Checkins] [zopefoundation/ZODB] d6bcc5: repozo: do not close file in concat function

Nicolas Wavrant noreply at github.com
Wed Mar 6 08:46:00 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: d6bcc5a45241b007e19d3268a386050faa374e36
      https://github.com/zopefoundation/ZODB/commit/d6bcc5a45241b007e19d3268a386050faa374e36
  Author: Nicolas Wavrant <nicolas.wavrant at nexedi.com>
  Date:   2018-11-23 (Fri, 23 Nov 2018)

  Changed paths:
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  repozo: do not close file in concat function

But let the caller opening the file closing it


  Commit: 1f394d5a9917add9fb8288f81d83d1e416b8e793
      https://github.com/zopefoundation/ZODB/commit/1f394d5a9917add9fb8288f81d83d1e416b8e793
  Author: Nicolas Wavrant <nicolas.wavrant at nexedi.com>
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  repozo: recover action can verify data on the fly


  Commit: 949a4209d588a659b63cca7303b274c5f55dacfc
      https://github.com/zopefoundation/ZODB/commit/949a4209d588a659b63cca7303b274c5f55dacfc
  Author: Nicolas Wavrant <nicolas.wavrant at nexedi.com>
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  test_repozo: set a prefix to temporary directories created during tests

To give users hints about their origin if cleaning isn't done correctly


  Commit: b94910cb1a1e8587057723fea1f0f27ce1057db5
      https://github.com/zopefoundation/ZODB/commit/b94910cb1a1e8587057723fea1f0f27ce1057db5
  Author: Nicolas Wavrant <nicolas.wavrant at nexedi.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  repozo: recover ZODB in a temporary file then rename it

So if recovering a ZODB fails for any reason, it doesn't leave behind
a partial file which may be confused with the recovered file (as it
bears same name).


  Commit: 1c6a9828db5f2268e3a8ccecfd6ad5893e21b586
      https://github.com/zopefoundation/ZODB/commit/1c6a9828db5f2268e3a8ccecfd6ad5893e21b586
  Author: Nicolas Wavrant <nicolas.wavrant at nexedi.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M src/ZODB/scripts/repozo.py

  Log Message:
  -----------
  repozo: simplify the handling of Errors in the main function


  Commit: 334282c34cac6f3dabceb560940d7e881dd6b853
      https://github.com/zopefoundation/ZODB/commit/334282c34cac6f3dabceb560940d7e881dd6b853
  Author: Nicolas Wavrant <nicolas.wavrant at gmail.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  Merge pull request #235 from Sebatyne/verify-on-recovery

Repozo : add an option to verify on recovery


Compare: https://github.com/zopefoundation/ZODB/compare/b2895c097bbe...334282c34cac


More information about the checkins mailing list