balooctl: checkDb should also verify the last known url for the documentId.
ClosedPublic

Authored by smithjd on Mar 5 2018, 12:19 AM.

Details

Diff Detail

Repository
R293 Baloo
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
smithjd created this revision.Mar 5 2018, 12:19 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptMar 5 2018, 12:19 AM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
smithjd requested review of this revision.Mar 5 2018, 12:19 AM

balooctl checkDb is no more. See D10778. We could turn it into a separate executable like 'balooDbDebug' or so. It should be made clear then that it is for developers only.

This change includes orphan file entries as invalid database entries in checkFsTree().

michaelh accepted this revision as: michaelh.Mar 7 2018, 9:33 AM

This change includes orphan file entries as invalid database entries in checkFsTree().

Currently it is unreachable, because the 'checkDb' options has been removed in D10778. Please consider to create an executable for checkdb in tests/ folder.

This revision is now accepted and ready to land.Mar 7 2018, 9:33 AM
This revision was automatically updated to reflect the committed changes.