[Box Backup-commit] [boxbackup/boxbackup] b52b7d: Add a version of KillServer that takes a pid_file, ...

GitHub noreply at github.com
Thu Dec 24 00:23:22 GMT 2015


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

  Changed paths:
    M lib/server/ServerControl.cpp
    M lib/server/ServerControl.h

  Log Message:
  -----------
  Add a version of KillServer that takes a pid_file, and reads the PID from it.


  Commit: 0a9a7d262fcd9e796c3b99e66636c093ed46fd33
      https://github.com/boxbackup/boxbackup/commit/0a9a7d262fcd9e796c3b99e66636c093ed46fd33
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-24 (Thu, 24 Dec 2015)

  Changed paths:
    M lib/backupstore/BackupStoreCheck.cpp

  Log Message:
  -----------
  Catch exceptions during destruction of BackupStoreCheck as well.

Like HousekeepStoreAccount, throwing an exception during the destructor will
terminate the application in an "unusual way".


  Commit: 37ebab492d14d38403ba866cc9ab25a2204f92fd
      https://github.com/boxbackup/boxbackup/commit/37ebab492d14d38403ba866cc9ab25a2204f92fd
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-24 (Thu, 24 Dec 2015)

  Changed paths:
    M test/httpserver/testfiles/testrequests.pl

  Log Message:
  -----------
  Use 127.0.0.1 instead of localhost in test/httpserver, to force use of IPv4.

Perl on Windows tends to use IPv6 for localhost if possible, but the server binds
to IPv4, breaking the test.


  Commit: b90727839ce006bc275c0bb714e34efdacb84ae5
      https://github.com/boxbackup/boxbackup/commit/b90727839ce006bc275c0bb714e34efdacb84ae5
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-24 (Thu, 24 Dec 2015)

  Changed paths:
    M test/httpserver/testhttpserver.cpp

  Log Message:
  -----------
  Fix test/httpserver startup on Windows (compiled with MSVC).

Avoid using the rm command, and use the correct name for the test executables
compiled by our cmake alternate build system.


  Commit: c8c02d3659e476fdf48aa5c15770caed413debad
      https://github.com/boxbackup/boxbackup/commit/c8c02d3659e476fdf48aa5c15770caed413debad
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2015-12-24 (Thu, 24 Dec 2015)

  Changed paths:
    M test/s3store/tests3store.cpp

  Log Message:
  -----------
  Remove unix shell-isms from test/s3store, to make it work on Windows.


Compare: https://github.com/boxbackup/boxbackup/compare/ce103456d969...c8c02d3659e4


More information about the Boxbackup-commit mailing list