[Box Backup-commit] [boxbackup/boxbackup] cecb99: Fix test/backupstorefix random failures caused by ...

GitHub noreply at github.com
Sat Dec 26 23:22:37 GMT 2015


  Branch: refs/heads/appveyor
  Home:   https://github.com/boxbackup/boxbackup
  Commit: cecb99b48ac1e4123ef835dc442fcf90e517e998
      https://github.com/boxbackup/boxbackup/commit/cecb99b48ac1e4123ef835dc442fcf90e517e998
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-26 (Sat, 26 Dec 2015)

  Changed paths:
    M test/backupstorefix/testbackupstorefix.cpp
    M test/backupstorefix/testfiles/testbackupstorefix.pl.in

  Log Message:
  -----------
  Fix test/backupstorefix random failures caused by file upload order.

Previously, files were uploaded using bbackupd, which did it in the order that
it read the directories, which was OS-dependent. So destroying certain fixed
RaidFiles would have an unpredictable effect on the store. Now, we write a manifest
when creating the test files, and upload them in exactly that order, so that the
ID of each file will always be the same.




More information about the Boxbackup-commit mailing list