Details
run commtest
Diff Detail
- Repository
- rCOMM Comm
- Branch
- backup-work-6
- Lint
No Lint Coverage - Unit
No Test Coverage
Paths
| Differential D13873 Authored by kamil on Nov 5 2024, 6:33 AM.
Details Summary Test Plan run commtest
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptNov 5 2024, 6:33 AM2024-11-05 06:33:24 (UTC-8) kamil edited the summary of this revision. (Show Details)Nov 5 2024, 6:33 AM2024-11-05 06:33:46 (UTC-8) Harbormaster completed remote builds in B32539: Diff 45607.Nov 5 2024, 6:51 AM2024-11-05 06:51:04 (UTC-8) Harbormaster completed remote builds in B32540: Diff 45608.Nov 5 2024, 6:53 AM2024-11-05 06:53:45 (UTC-8) This revision is now accepted and ready to land.Nov 6 2024, 1:05 AM2024-11-06 01:05:03 (UTC-8) Closed by commit rCOMMb8c417d81cec: [backup-service] refactor uploading function in `/backups` endpoint (authored by kamil). · Explain WhyNov 7 2024, 4:07 AM2024-11-07 04:07:36 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 45607 services/backup/src/error.rs
services/backup/src/http/handlers/backup.rs
services/backup/src/http/mod.rs
|
I thought putting an invariant here was a reasonable trade-off vs. refactoring the types in the fullStateSyncActionType payload (specifically StateSyncFullActionPayload which is derived from ClientFullStateSync which is derived from BaseFullStateSync) which are used across clients and keyserver.
Open to re-exploring if that would be preferred.