Page MenuHomePhabricator

[services] Backup - Check if log item isn't too big to be stored in the database
ClosedPublic

Authored by karol on Apr 14 2022, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 22, 12:03 AM
Unknown Object (File)
Fri, Nov 15, 9:06 AM
Unknown Object (File)
Tue, Nov 12, 4:30 AM
Unknown Object (File)
Tue, Nov 5, 5:19 PM
Unknown Object (File)
Oct 13 2024, 3:24 PM
Unknown Object (File)
Oct 13 2024, 3:24 PM
Unknown Object (File)
Oct 13 2024, 3:24 PM
Unknown Object (File)
Oct 13 2024, 3:20 PM

Details

Summary
Test Plan

It's hard to come up with a certain test plan here as this is just a sanity check. You can always check whether the service builds as usual:

cd services
yarn run-backup-service

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added a reviewer: tomek.

I like diffs like this - it focuses on only one thing and the test plan has an explanation

This revision is now accepted and ready to land.Apr 21 2022, 1:21 AM
In D3729#105034, @palys-swm wrote:

I like diffs like this - it focuses on only one thing and the test plan has an explanation

Thanks! I'm glad you liked it!