mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
7c97cef95c
Consistently using t.Fatal* simplifies the test code and makes it less fragile, since it is common error
to forget to make proper cleanup after t.Error* call. Also t.Error* calls do not provide any practical
benefits when some tests fail. They just clutter test output with additional noise information,
which do not help in fixing failing tests most of the time.
This is a follow-up for
|
||
---|---|---|
.. | ||
deployment | ||
multiarch | ||
main.go | ||
main_test.go | ||
Makefile | ||
README.md |
See vmbackup docs here.
vmbackup docs can be edited at docs/vmbackup.md.