Page MenuHomePhabricator

[services] Tests - Refactor integration tests
ClosedPublic

Authored by karol on Jul 20 2022, 4:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 6, 5:07 PM
Unknown Object (File)
Sat, Jul 6, 8:11 AM
Unknown Object (File)
Sat, Jul 6, 8:09 AM
Unknown Object (File)
Sat, Jul 6, 8:07 AM
Unknown Object (File)
Sat, Jul 6, 2:43 AM
Unknown Object (File)
Fri, Jul 5, 9:54 PM
Unknown Object (File)
Fri, Jul 5, 12:55 PM
Unknown Object (File)
Thu, Jul 4, 12:14 PM

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
No Lint Coverage
Unit
No Test Coverage

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