mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Stateless tests: push CI
This commit is contained in:
parent
08b6dd604a
commit
5f8358942c
@ -2190,7 +2190,7 @@ def run_tests_array(all_tests_with_params: Tuple[List[str], int, TestSuite, bool
|
||||
|
||||
while True:
|
||||
# This is the upper level timeout
|
||||
# This helps with completely frozen processes, like in case of gdb errors
|
||||
# It helps with completely frozen processes, like in case of gdb errors
|
||||
def timeout_handler(signum, frame):
|
||||
raise TimeoutError("Test execution timed out")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user