Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CheSema committed Dec 18, 2023
1 parent 140f6da commit 939d602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docker/test/stateless/utils.lib
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ function timeout_with_logging() {
}

# vi: ft=bash

}
5 changes: 2 additions & 3 deletions tests/clickhouse-test
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ def get_processlist_size(args):
count()
FROM
FROM system.processes
WHERE query NOT LIKE '%system.processes%'
))
WHERE query NOT LIKE '%system.processes%'
FORMAT Vertical
""",
).strip()
Expand Down Expand Up @@ -2475,7 +2474,7 @@ def main(args):
except Exception as e:
print(
colored(
"\nHung check failed, Failed to get processlist with stacktraces: " + str(e), args, "red", attrs=["bold"]
"\nHung check failed. Failed to get processlist with stacktraces: " + str(e), args, "red", attrs=["bold"]
)
)
exit_code.value = 1
Expand Down

0 comments on commit 939d602

Please sign in to comment.