cockroachlabs / visus

Extended performance metrics
Apache License 2.0
7 stars 3 forks source link

cmd env: adding an env package to aid in testing. #123

Closed sravotto closed 1 month ago

sravotto commented 1 month ago

This change adds an Env object that can be injected into the various commands. The Env can be configured with an in memory store for testing purposes.

This changes also adds a function to inject arbitrary errors in the in memory store and fixes the getters to avoid a panic on a nil result.


This change is Reviewable