Reuse ClickHouseTestHelpers module in ClickHouseTestRunner
What does this MR do and why?
This MR does some clean up of the new ClickHouse migration-related code:
- Reuses
ClickHouseTestHelpers
module inClickHouseTestRunner
, so thatClickHouseTestRunner
depends onClickHouseTestHelpers
instead of the other way around; - Fixes the
VERBOSE
setting of the rake tasks. This was happening because rake tasks get prepended theRake::FileUtilsExt
which already contains averbose
attribute.
Part of #428124 (closed)
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Pedro Pombeiro