Skip to content

Commit b5894bf

Browse files
committed
Merge remote-tracking branch 'origin/master' into pr-fix-right-joins
2 parents 4c91eca + 652baa1 commit b5894bf

File tree

213 files changed

+9643
-592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+9643
-592
lines changed

ci/jobs/buzzhouse_job.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ def main():
201201
"allow_health_check": False, # I have to test this first
202202
"enable_compatibility_settings": random.randint(1, 4) == 1,
203203
"enable_memory_settings": random.randint(1, 4) == 1,
204+
"enable_backups": random.randint(1, 4) == 1,
205+
"enable_renames": random.randint(1, 4) == 1,
204206
"allow_hardcoded_inserts": allow_hardcoded_inserts,
205207
"client_file_path": "/var/lib/clickhouse/user_files",
206208
"server_file_path": "/var/lib/clickhouse/user_files",

0 commit comments

Comments
 (0)