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
101 B
Python
Raw Normal View History

import stress_check
if __name__ == "__main__":
2024-08-09 14:22:33 +00:00
stress_check.run_stress_test(upgrade_check=True)