Page MenuHomePhabricator

[SQLite] refactor `backedUpTablesBlocklist` to be allowlist approach
ClosedPublic

Authored by kamil on Thu, Apr 3, 2:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 2:06 PM
Unknown Object (File)
Fri, Apr 18, 10:37 PM
Unknown Object (File)
Thu, Apr 17, 1:19 PM
Unknown Object (File)
Tue, Apr 15, 1:57 PM
Unknown Object (File)
Mon, Apr 14, 8:01 PM
Unknown Object (File)
Mon, Apr 14, 7:40 PM
Unknown Object (File)
Mon, Apr 14, 6:38 PM
Unknown Object (File)
Mon, Apr 14, 1:05 PM
Subscribers

Details

Summary

ENG-10463.

Depends on D14515

Test Plan

Upload compaction and make sure it contains only tables included in backedUpTablesAllowlist

Diff Detail

Repository
rCOMM Comm
Branch
backup-publish
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Thu, Apr 3, 3:05 AM
kamil added inline comments.
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
43–51

This is only set for testing purposes now, it will be replaced with new tables after Stop backing up thin thread data

bartek added inline comments.
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
3118–3125

👍 for replacing string concat with stringstream

This revision is now accepted and ready to land.Thu, Apr 3, 3:27 AM