[Box Backup-commit] [boxbackup/boxbackup] 253f1e: Fix exit status from tests: could previously retur...

GitHub noreply at github.com
Sun Feb 26 22:23:15 GMT 2017


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 253f1ebcb93fc6ef3896d184d762cfbe1a55fcfc
      https://github.com/boxbackup/boxbackup/commit/253f1ebcb93fc6ef3896d184d762cfbe1a55fcfc
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M infrastructure/buildenv-testmain-template.cpp

  Log Message:
  -----------
  Fix exit status from tests: could previously return 0 even after failures


  Commit: ebbaf0de86911380132f9c795ccdfc7c3511ef87
      https://github.com/boxbackup/boxbackup/commit/ebbaf0de86911380132f9c795ccdfc7c3511ef87
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M test/common/testcommon.cpp

  Log Message:
  -----------
  Whitespace cleanup


  Commit: 8d02eebce553ed822e0fcd60d6e319384e15ba4b
      https://github.com/boxbackup/boxbackup/commit/8d02eebce553ed822e0fcd60d6e319384e15ba4b
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M test/common/testcommon.cpp

  Log Message:
  -----------
  Reduce precision of common timer test

Ideally timers would be perfectly accurate and we could sleep for 1.0 seconds,
but on OSX in particular they could fire 50-100 ms late (I've seen 4 ms in
practice) and we don't want the tests to fail because of this, because we don't
really need that kind of precision in practice. So we reduce the timer
intervals by 100ms to be safe.


Compare: https://github.com/boxbackup/boxbackup/compare/331dee313b39...8d02eebce553


More information about the Boxbackup-commit mailing list