Fabrízio de Royes Mello c7177924b2 Fix flaky telemetry stats regression tests
In #6907 we supposed to fix the telemetry stats regression test
flakiness but unfortutanely it was not enough.

What happens is when the regression test runner setup the database for
regression tests be executed we stop the scheduler and if for some
reason a system job is running then it will be killed and it produces
records on `bgw_job_stat` and `bgw_job_stat_history` with the crash
information that can potentially lead to flaky test output.

To prevent it we cleanup system job stats metadata table just after stop
the scheduler.
2024-05-17 08:24:19 -03:00
..
2024-05-14 17:19:20 +02:00
2023-11-15 12:17:33 -03:00
2023-11-04 13:29:02 -03:00
2024-05-14 17:19:20 +02:00
2023-11-04 13:29:02 -03:00
2024-01-22 09:18:26 +01:00