Merge pull request #18330 from ClickHouse/fix-clickhouse-test

Fix clickhouse-test
This commit is contained in:
alexey-milovidov 2020-12-22 03:05:27 +03:00 committed by GitHub
commit b93d0f3922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -688,7 +688,7 @@ def main(args):
prefix, suffix = item.split('_', 1)
try:
return reverse * int(prefix), suffix
return reverse * int(prefix)
except ValueError:
return 99997