-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Context
Our unified tests each create a client and close it during execution, even when they do not need any unique configuration. With thousands of these tests, we create thousands of clients that could likely be consolidated by caching the last used client and re-using it if no configuration changes are needed.
Definition of done
Unified tests should use an existing client if they do not need different configuration.
Pitfalls
N/A.