VictoriaMetrics/app/vmalert-tool/unittest
Hui Wang 000a918f38
app/vmalert-tool: print an error message if no rule group is found under 'rule_files'
Both vmalert and vmalert-tool support multiple `rule_files` and use
directory as a file, so it's ok if some files don't contain any rule
group. But vmalert-tool should warn the user if no rule group is found
in any of the `rule_files`.

Related issue:
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7663
2024-11-29 10:29:04 +01:00
..
testdata app/vmalert-tool: print an error message if no rule group is found under 'rule_files' 2024-11-29 10:29:04 +01:00
alerting.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
input.go vmalert-tool: add more syntax checks for input_series and exp_samples (#7263) 2024-10-17 11:00:34 +02:00
input_test.go vmalert-tool: add more syntax checks for input_series and exp_samples (#7263) 2024-10-17 11:00:34 +02:00
recording.go app/vmalert: improve performances when rules produce large volumes of results 2024-11-14 12:23:39 +01:00
type.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
unittest.go app/vmalert-tool: print an error message if no rule group is found under 'rule_files' 2024-11-29 10:29:04 +01:00
unittest_test.go app/vmalert-tool: print an error message if no rule group is found under 'rule_files' 2024-11-29 10:29:04 +01:00