Page MenuHomePhabricator

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

Authored by kamil on Thu, Apr 3, 2:22 AM.

Details

Reviewers
bartek
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