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
ClickHouseTestHelpersmodule inClickHouseTestRunner, so thatClickHouseTestRunnerdepends onClickHouseTestHelpersinstead of the other way around; - Fixes the
VERBOSEsetting of the rake tasks. This was happening because rake tasks get prepended theRake::FileUtilsExtwhich already contains averboseattribute.
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