Page MenuHomePhabricator

[services] Tests - Use lazy static instead of functions
ClosedPublic

Authored by karol on Jul 1 2022, 6:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 4, 3:39 AM
Unknown Object (File)
Sun, Jun 30, 9:23 AM
Unknown Object (File)
Sun, Jun 30, 9:23 AM
Unknown Object (File)
Sun, Jun 30, 9:22 AM
Unknown Object (File)
Sun, Jun 30, 9:16 AM
Unknown Object (File)
Fri, Jun 28, 5:30 PM
Unknown Object (File)
Fri, Jun 28, 9:45 AM
Unknown Object (File)
Mon, Jun 24, 2:49 PM

Details

Summary

Depends on D4413

Suggested in https://phab.comm.dev/D4325#124852
We can use Rust's lazy_static instead of functions to have static variables calculated in the runtime

Test Plan

services tests work as before

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek added a reviewer: ashoat.
This revision is now accepted and ready to land.Jul 2 2022, 6:41 PM
services/commtest/tests/lib/tools.rs
28–29

It doesn't seem like this was formatted properly, despite coming after D4413 ("run cargo fmt") in the stack. Creating a Linear task ENG-1368 for @karol-bisztyga to resolve this