Page MenuHomePhabricator

[services] Tests - Backup - Add attachments for backups
ClosedPublic

Authored by karol on Jul 26 2022, 2:34 AM.
Tags
None
Referenced Files
F3639668: D4632.id15057.diff
Sat, Jan 4, 8:14 AM
F3634910: D4632.id14924.diff
Fri, Jan 3, 10:47 AM
F3634068: D4632.id15057.diff
Fri, Jan 3, 9:08 AM
Unknown Object (File)
Wed, Jan 1, 7:08 PM
Unknown Object (File)
Fri, Dec 20, 12:55 AM
Unknown Object (File)
Mon, Dec 16, 7:19 AM
Unknown Object (File)
Mon, Dec 16, 7:19 AM
Unknown Object (File)
Mon, Dec 16, 7:19 AM

Details

Summary

Depends on D4637

Adding a piece of test for "add attachments for backup" functionality.

Test Plan
cd services
yarn run-performance-tests backup 1

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 reviewers: tomek, varun.
karol added inline comments.
services/commtest/tests/backup_performance_test.rs
95 ↗(On Diff #14924)

This should go in a previous diff

tomek added inline comments.
services/commtest/tests/backup_performance_test.rs
95 ↗(On Diff #14924)

Are you going to move it to the previous diff?

108 ↗(On Diff #14924)

When we're not using index, we can simply iterate without using enumeration

112–117 ↗(On Diff #14924)

I don't think early exit is beneficial in this case. The "else" is just a single instruction, so maybe put it in if then?

This revision is now accepted and ready to land.Jul 26 2022, 5:20 AM
services/commtest/tests/backup_performance_test.rs
95 ↗(On Diff #14924)

yes, the change's coming

112–117 ↗(On Diff #14924)

ok

karol edited the summary of this revision. (Show Details)

address feedback