mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Better check name
This commit is contained in:
parent
4c1babee05
commit
32f78f2ba4
@ -131,7 +131,7 @@ if __name__ == "__main__":
|
||||
if 'RUN_BY_HASH_NUM' in os.environ:
|
||||
run_by_hash_num = int(os.getenv('RUN_BY_HASH_NUM'))
|
||||
run_by_hash_total = int(os.getenv('RUN_BY_HASH_TOTAL'))
|
||||
check_name_with_group = check_name + f' [{run_by_hash_num}/{run_by_hash_total}]'
|
||||
check_name_with_group = check_name + f' [{run_by_hash_num + 1}/{run_by_hash_total}]'
|
||||
else:
|
||||
run_by_hash_num = 0
|
||||
run_by_hash_total = 0
|
||||
|
Loading…
Reference in New Issue
Block a user