[Checkins] [zopefoundation/ZODB] f08b40: windows: fix failures due to low-precision of time...

GitHub noreply at github.com
Fri Jun 17 14:27:37 CEST 2016


  Branch: refs/heads/4
  Home:   https://github.com/zopefoundation/ZODB
  Commit: f08b40e17b0f1b7b39029856f2be3941ee8ff8f7
      https://github.com/zopefoundation/ZODB/commit/f08b40e17b0f1b7b39029856f2be3941ee8ff8f7
  Author: Julien Muchembled <jm at jmuchemb.eu>
  Date:   2016-06-11 (Sat, 11 Jun 2016)

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

  Log Message:
  -----------
  windows: fix failures due to low-precision of time.time()

This fixes the following random failure:

Failure in test checkBaseHistory (ZODB.tests.testDemoStorage.DemoStorageTests)
Traceback (most recent call last):
  File "unittest\case.py", line 384, in _executeTestPart
    function()
  File "ZODB\tests\testDemoStorage.py", line 96, in checkBaseHistory
    self._checkHistory(base_only())
  File "ZODB\tests\HistoryStorage.py", line 46, in _checkHistory
    self.assertLess(a, b)
  File "unittest\case.py", line 1026, in assertLess
    self.fail(self._formatMessage(msg, standardMsg))
  File "unittest\case.py", line 508, in fail
    raise self.failureException(msg)
AssertionError: 1465433823.260304 not less than 1465433823.260304


  Commit: acefaba33a913440144727d8637df4b8e0ed1f78
      https://github.com/zopefoundation/ZODB/commit/acefaba33a913440144727d8637df4b8e0ed1f78
  Author: Julien Muchembled <jm at jmuchemb.eu>
  Date:   2016-06-11 (Sat, 11 Jun 2016)

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

  Log Message:
  -----------
  windows: disable FileStorageTests.checkFlushNeededAfterTruncate


  Commit: 1e16897c69ad1749ae234f365b06c0acac84fb44
      https://github.com/zopefoundation/ZODB/commit/1e16897c69ad1749ae234f365b06c0acac84fb44
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
    M src/ZODB/tests/synchronizers.txt

  Log Message:
  -----------
  Updated for changes in transaction 1.6.1


  Commit: ee9423363cacbdfe33a89d748e7ecfb4fd0731f2
      https://github.com/zopefoundation/ZODB/commit/ee9423363cacbdfe33a89d748e7ecfb4fd0731f2
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
    M src/ZODB/tests/HistoryStorage.py
    M src/ZODB/tests/synchronizers.txt
    M src/ZODB/tests/testFileStorage.py

  Log Message:
  -----------
  Merge pull request #65 from zopefoundation/winbot-failures

Fix winbot failures

Thanks


  Commit: 4905bb85171a3c05fdee9d4b43a7446981d59610
      https://github.com/zopefoundation/ZODB/commit/4905bb85171a3c05fdee9d4b43a7446981d59610
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-16 (Thu, 16 Jun 2016)

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

  Log Message:
  -----------
  Try to make winbot happy


Compare: https://github.com/zopefoundation/ZODB/compare/53c31a5f29fa...4905bb85171a


More information about the checkins mailing list