Page MenuHomePhabricator

[services] Tests - Refactor integration tests
ClosedPublic

Authored by karol on Jul 20 2022, 4:14 AM.
Tags
None
Referenced Files
F2190734: D4579.id15048.diff
Thu, Jul 4, 12:14 PM
Unknown Object (File)
Wed, Jul 3, 3:31 AM
Unknown Object (File)
Tue, Jul 2, 8:43 AM
Unknown Object (File)
Tue, Jul 2, 7:36 AM
Unknown Object (File)
Sun, Jun 30, 11:47 PM
Unknown Object (File)
Wed, Jun 26, 7:34 AM
Unknown Object (File)
Wed, Jun 26, 7:34 AM
Unknown Object (File)
Wed, Jun 26, 7:34 AM

Details

Summary

In order to add performance tests, I had to do refactoring. We no longer just have "tests", we have to distinguish performance and integration tests which essentially do two different things but they should probably live next to each other because they use the same sets of tools and methods.

I also ran cargo fmt which resulted in some small changes.

Test Plan
cd services
yarn run-integration-tests backup
yarn run-integration-tests blob

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, max, varun.

Formatting shouldn't be mixed with other changes

This revision is now accepted and ready to land.Jul 21 2022, 3:13 AM
karol edited the test plan for this revision. (Show Details)

rebase