[Box Backup-commit] [boxbackup/boxbackup] e7c3d2: Fix failing test_backup_hardlinked_files

GitHub noreply at github.com
Mon Dec 31 16:52:41 GMT 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: e7c3d2f144c76a15fa3bbdd330bcaa90f337da67
      https://github.com/boxbackup/boxbackup/commit/e7c3d2f144c76a15fa3bbdd330bcaa90f337da67
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-12-31 (Mon, 31 Dec 2018)

  Changed paths:
    M lib/backupstore/BackupProtocol.h
    M lib/bbackupd/BackupClientDirectoryRecord.cpp
    M lib/bbackupd/BackupClientDirectoryRecord.h
    M lib/bbackupd/BackupDaemon.cpp
    M lib/bbackupd/BackupDaemon.h
    M test/bbackupd/testbbackupd.cpp

  Log Message:
  -----------
  Fix failing test_backup_hardlinked_files

Remove assertion that inode numbers were not reused, which was incompatible
with hard links and violated under certain circumstances. Add a test that
reproduces those circumstances.


  Commit: 52a7a6a1b96d5369556fabec7af195f43d7c499b
      https://github.com/boxbackup/boxbackup/commit/52a7a6a1b96d5369556fabec7af195f43d7c499b
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-12-31 (Mon, 31 Dec 2018)

  Changed paths:
    M lib/backupstore/BackupFileSystem.cpp
    M lib/backupstore/BackupFileSystem.h
    M lib/backupstore/BackupStoreCheck.cpp
    M lib/backupstore/HousekeepStoreAccount.cpp
    M lib/common/Logging.cpp
    M lib/common/Logging.h
    M lib/common/Test.cpp

  Log Message:
  -----------
  Improve handling of exceptions in destructors

Destructors are not allowed to throw exceptions, and although we log a warning
if we catch one, it was easy to miss in automated tests. Now the exception is
recorded and causes a test failure during tearDown() instead.


  Commit: 1de0238819d6aa8e49ecc23d2a809d79e4737838
      https://github.com/boxbackup/boxbackup/commit/1de0238819d6aa8e49ecc23d2a809d79e4737838
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-12-31 (Mon, 31 Dec 2018)

  Changed paths:
    M configure.ac
    R infrastructure/m4/ax_check_bdb_v1.m4
    R infrastructure/m4/ax_path_bdb.m4
    M infrastructure/m4/boxbackup_tests.m4

  Log Message:
  -----------
  Remove unused support for Berkeley DB

Replaced long ago by the built-in copy of QDBM.


Compare: https://github.com/boxbackup/boxbackup/compare/742daf41d084...1de0238819d6
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Boxbackup-commit mailing list