Mock output in test logs
Why this MR?
Test output was cluttered with progress bars and logging messages from failure analysis tests, making CI logs hard to read.
What does this MR do?
- Suppresses output in failure analysis related specs by mocking
$stdout.putsandProgressBar.create. - Add test environment config for Clickhouse. Previously, only a default configuration existed. Now there's a reusable default configuration and a separate test environment that uses the database name
ci_analyticsinstead ofci_metrics).
Closes #14 (closed)
Edited by Lohit Peesapati