Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError at the end of test run #161

Open
mkmkme opened this issue Dec 18, 2024 · 0 comments
Open

AttributeError at the end of test run #161

mkmkme opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@mkmkme
Copy link
Collaborator

mkmkme commented Dec 18, 2024

Sometimes there's this traceback at the end of the CI run. This needs to be investigated.

  Traceback (most recent call last):
    File "/home/runner/work/valkey-py/valkey-py/valkey/cluster.py", line 1304, in __del__
      self.valkey_connection.close()
    File "/home/runner/work/valkey-py/valkey-py/valkey/client.py", line 536, in close
      self.connection_pool.disconnect()
    File "/home/runner/work/valkey-py/valkey-py/valkey/connection.py", line 1203, in disconnect
      connection.disconnect()
    File "/home/runner/work/valkey-py/valkey-py/valkey/connection.py", line 450, in disconnect
      conn_sock.shutdown(socket.SHUT_RDWR)
  AttributeError: 'bool' object has no attribute 'shutdown'
@mkmkme mkmkme self-assigned this Dec 18, 2024
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

No branches or pull requests

1 participant