mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
5 lines
109 B
Python
5 lines
109 B
Python
|
import stress_check
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
stress_check.run_stress_test("clickhouse/upgrade-check")
|