Page MenuHomePhabricator

[services] Tests - Add GET for Blob performance tests
ClosedPublic

Authored by karol on Jul 20 2022, 4:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 2:26 PM
Unknown Object (File)
Thu, Jun 27, 5:00 AM
Unknown Object (File)
Wed, Jun 26, 7:13 AM
Unknown Object (File)
Wed, Jun 26, 7:13 AM
Unknown Object (File)
Wed, Jun 26, 7:13 AM
Unknown Object (File)
Wed, Jun 26, 7:13 AM
Unknown Object (File)
Wed, Jun 26, 7:13 AM
Unknown Object (File)
Wed, Jun 26, 7:13 AM

Details

Summary

Depends on D4582

Adding the logic for the get operations.

Test Plan
cd services
yarn run-performance-tests blob

You may run this but running it again will result in a failed test. This is because the data are not going to be removed in the end so you'll get "the data already exists" error. In this case, you may want to run:

yarn reset-local-cloud

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 inline comments.
services/commtest/tests/blob_performance_test.rs
75 ↗(On Diff #14682)

should be removed

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

remove log line

karol planned changes to this revision.
This revision is now accepted and ready to land.Jul 21 2022, 4:55 AM