lp://qastaging/~charlesk/keeper/metadata-management
- Get this branch:
- bzr branch lp://qastaging/~charlesk/keeper/metadata-management
Branch merges
- unity-api-1-bot: Needs Fixing (continuous-integration)
- Xavi Garcia (community): Approve
-
Diff: 737 lines (+228/-198)13 files modifieddebian/rules (+1/-0)
src/service/keeper-task.cpp (+1/-1)
src/service/keeper-task.h (+0/-3)
src/service/keeper-user.cpp (+11/-4)
src/service/keeper.cpp (+46/-16)
src/service/keeper.h (+6/-3)
src/service/task-manager.cpp (+69/-80)
src/service/task-manager.h (+6/-4)
tests/integration/helpers/test-helpers-base.cpp (+30/-38)
tests/integration/helpers/test-helpers-base.h (+1/-1)
tests/unit/tar/keeper-tar-create-test.cpp (+0/-1)
tests/unit/tar/tar-creator-test.cpp (+0/-1)
tests/utils/file-utils.cpp (+57/-46)
Branch information
Recent revisions
- 150. By Charles Kerr
-
in FileUtils:
:recursiveFillD irectory( ), make 'unable to create directory' errors less likely by making directory names more unique - 149. By Charles Kerr
-
in FileUtils:
:createDummyFil e, ensure we have some leading basename even when 'qrand()%foo' yields zero - 147. By Charles Kerr
-
Work around timing issue in TestHelpers' check_storage_
framework_ files() The issue is that we don't reliably know which created backup tarfile
corresponds to which backup task. The short-term workaround is to do
a brute-force NxM comparison until we find a match.Once we get Restore working, a better way to do this test is to backup +
restore and then compare the source with the restore. - 146. By Charles Kerr
-
fix return values of TaskManager:
:start_ backup( ) and TaskManager: :start_ restore( ) - 145. By Charles Kerr
-
in KeeperTaskPriva
te::calculate_ task_state( ), make the qDebug() dump a little more readable
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/keeper