ClickHouse/tests/ci/upgrade_check.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
109 B
Python
Raw Normal View History

import stress_check
if __name__ == "__main__":
stress_check.run_stress_test("clickhouse/upgrade-check")