mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #48610 from azat/tests/fix-log-level
Fix flakiness of test_store_cleanup in case of image rebuild
This commit is contained in:
commit
d85ede23a3
@ -4161,9 +4161,10 @@ class ClickHouseInstance:
|
||||
logging.debug("Copy common configuration from helpers")
|
||||
# The file is named with 0_ prefix to be processed before other configuration overloads.
|
||||
if self.copy_common_configs:
|
||||
need_fix_log_level = self.tag != "latest"
|
||||
write_embedded_config(
|
||||
"0_common_instance_config.xml", self.config_d_dir, need_fix_log_level
|
||||
"0_common_instance_config.xml",
|
||||
self.config_d_dir,
|
||||
self.with_installed_binary,
|
||||
)
|
||||
|
||||
write_embedded_config("0_common_instance_users.xml", users_d_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user