alertmanager icon indicating copy to clipboard operation
alertmanager copied to clipboard

Extract main function into package

Open fabxc opened this issue 9 years ago • 1 comments

If we extract the main logic, we can actually call it like a standard method. We can then actually make our functional test start Alertmanagers within the test.

This way we don't rely on an existing Alertmanager binary, which also has to be rebuilt before running functional tests. It will also reduce the overhead of our functional to make them less flaky.

fabxc avatar Jun 23 '16 14:06 fabxc

@ultrotter do you have any opinion on this proposal

TheMeier avatar Nov 27 '25 15:11 TheMeier