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?

  1. Suppresses output in failure analysis related specs by mocking $stdout.puts and ProgressBar.create.
  2. 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_analytics instead of ci_metrics).

Closes #14 (closed)

Edited by Lohit Peesapati

Merge request reports

Loading