mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix server version
This commit is contained in:
parent
2e9130ca1e
commit
eada7e8d29
@ -66,7 +66,7 @@ def get_options(i: int, upgrade_check: bool) -> str:
|
||||
if random.random() < 0.3:
|
||||
client_options.append(f"http_make_head_request={random.randint(0, 1)}")
|
||||
|
||||
# TODO: After release 23.3 use ignore-drop-queries-probability for both
|
||||
# TODO: After release 24.3 use ignore-drop-queries-probability for both
|
||||
# stress test and upgrade check
|
||||
if not upgrade_check:
|
||||
client_options.append("ignore-drop-queries-probability=0.5")
|
||||
|
@ -3170,7 +3170,7 @@ def parse_args():
|
||||
help="Do not run shard related tests",
|
||||
)
|
||||
|
||||
# TODO: Remove upgrade-check option after release 23.3 and use
|
||||
# TODO: Remove upgrade-check option after release 24.3 and use
|
||||
# ignore-drop-queries-probability option in stress.py as in stress tests
|
||||
group.add_argument(
|
||||
"--upgrade-check",
|
||||
|
Loading…
Reference in New Issue
Block a user