Details
Details
Test that user Data Upload works
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/backup/backup-handler-context-provider.js | ||
|---|---|---|
| 188 ↗ | (On Diff #47636) | Shouldn't it run only on primary? |
| 212–217 ↗ | (On Diff #47636) | Now they both do the same, but isn't shouldUploadCompaction more specific than shouldUploadBackup? I'm worried that else-if will jump over the compaction case if the user keys boolean is falsey. |
| native/backup/use-migration-to-new-flow.js | ||
| 87–89 ↗ | (On Diff #47636) | My preference, but up to you |
| 98–99 ↗ | (On Diff #47636) | Now it isn't only UserKeys |