Posted
about 10 years
ago
by
chris
Improve debugging of named pipe operations and bbackupctl pipe interaction.
|
Posted
about 10 years
ago
by
chris
Add missing timeouts on command socket writes.
|
Posted
about 10 years
ago
by
chris
Fix warning about assigning literal string constants to a char *
|
Posted
about 10 years
ago
by
chris
Fix test failures caused by connections left open on Windows.
|
Posted
about 10 years
ago
by
chris
Fix compile errors in tests on Windows.
|
Posted
about 10 years
ago
by
chris
Add comments about why some tests are skipped on Windows.
|
Posted
about 10 years
ago
by
chris
Catch exceptions in individual tests and clean up nicely.
This stops stale daemons from hanging around if a single test fails because
it throws an exception, which otherwise would cause the whole suite to
abort immediately without cleaning up after itself.
|
Posted
about 10 years
ago
by
chris
Don't try to kill daemons at beginning of each deselected test.
This just results in huge console noise if we can't kill a daemon for some
reason. Kill them once, after all tests have run, instead.
|
Posted
about 10 years
ago
by
chris
Add comment about reason for code duplication.
The mysterious case of the missing Write(const std::string&) in the
night-time, or rather in subclasses of IOStream which declares it.
|
Posted
about 10 years
ago
by
chris
Improve some exception messages in lib/raidfile.
Use the new macros to ensure that exceptions contain a message and filename,
following the new standard format.
|