[Buildbot-commits] [buildbot/buildbot] 1b45c1: Fix TestFileUpload.testTimestamp

GitHub noreply at github.com
Thu Mar 15 00:20:09 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 1b45c144f664bcfc0c1ef23e7df66150ae8f6539
      https://github.com/buildbot/buildbot/commit/1b45c144f664bcfc0c1ef23e7df66150ae8f6539
  Author: Jorge Gonzalez <gjorge at google.com>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Fix TestFileUpload.testTimestamp

Not all filesystems (e.g. ext3) return a meaningful fractional part in
in access and mod time timestamps. Coerce all values to int and just
compare at the second granularity.

Change-Id: I179b481fbc087814b813eb7c14141e828aec3ea9


  Commit: 1ac0745532404f7d76fdb058ef524dfcf35ebfe7
      https://github.com/buildbot/buildbot/commit/1ac0745532404f7d76fdb058ef524dfcf35ebfe7
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M master/buildbot/test/unit/test_steps_transfer.py

  Log Message:
  -----------
  Merge pull request #357 from pepesaurio/TestFileUpload_fix

Fix TestFileUpload.testTimestamp fractional support


Compare: https://github.com/buildbot/buildbot/compare/e045315...1ac0745


More information about the Commits mailing list