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
F3500479: D4425.id14352.diff
Fri, Dec 20, 1:42 AM
F3500478: D4425.id14084.diff
Fri, Dec 20, 1:42 AM
F3500454: D4425.id.diff
Fri, Dec 20, 1:42 AM
F3500439: D4425.diff
Fri, Dec 20, 1:38 AM
Unknown Object (File)
Wed, Dec 18, 7:35 PM
Unknown Object (File)
Tue, Dec 17, 11:45 PM
Unknown Object (File)
Tue, Dec 17, 11:45 PM
Unknown Object (File)
Mon, Dec 16, 12:07 AM

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