Skip to content

Conversation

@volokluev
Copy link
Member

This test is failing in CI and we don't use this fallback functionality, remove it

@volokluev volokluev requested a review from a team as a code owner January 6, 2026 01:11
conn = self._create_conn(fallback_mode)
conn = self._create_conn()

try:

This comment was marked as outdated.

raise ClickhouseError(e.message, code=e.code) from e
finally:
# Return finished connection to the appropriate connection pool
if not fallback_mode:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this and the else clause.

@volokluev volokluev merged commit 03f8738 into master Jan 6, 2026
34 checks passed
@volokluev volokluev deleted the volo/fix_ci branch January 6, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants