Skip to content

Commit

Permalink
code was specified
Browse files Browse the repository at this point in the history
  • Loading branch information
k-morozov committed Dec 13, 2024
1 parent 7464ad8 commit dda8fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_response(context: ContextT, node: str, query: str) -> Tuple[int, str]:
except ChunkedEncodingError as ex:
# Related PR: https://github.com/ClickHouse/ClickHouse/pull/68800
logging.warning(f"exception from server {ex}")
return None, None
return 408, "Workaround for in-progress op"


def get_version(context: ContextT, node: str) -> str:
Expand Down

0 comments on commit dda8fb0

Please sign in to comment.