Skip to content

Commit

Permalink
PMM-12223 adjusted version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Oct 13, 2023
1 parent 0c49a2f commit 0d3ca17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm-tests/check_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main():

### PMM-12223 - Verify Clickhouse is v22.8 or later since 2.41.0
if pmm_minor_v >= 41:
verify_command(f"docker exec {pmm_server_docker_container} clickhouse local --version | grep 22.8")
verify_command(f"docker exec {pmm_server_docker_container} clickhouse local --version | grep 23.8.2.7")

if args.version != "2.25.0":
verify_command(f"docker exec {pmm_server_docker_container} rpm -qa | grep pmm-update-{args.version}")
Expand Down

0 comments on commit 0d3ca17

Please sign in to comment.