Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
dont log saslserver exception
  • Loading branch information
kevinjqliu committed Apr 22, 2025
commit da0a62a5d614f85362bb92cedb743cf09da18692
5 changes: 1 addition & 4 deletions tests/catalog/test_hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# pylint: disable=protected-access,redefined-outer-name
import base64
import copy
import logging
import struct
import threading
import uuid
Expand Down Expand Up @@ -221,9 +220,7 @@ def run(self) -> None:
client.write(self._response)
client.flush()
except Exception:
logging.exception(
"An error occurred while responding to client",
)
pass

@property
def port(self) -> Optional[int]:
Expand Down