hazelcast/hazelcast-python-client

tests.proxy.cp.fenced_lock_test.FencedLockTest.test_lock_after_client_shutdown

Closed this issue · 0 comments

Error Message
Exception must be of BaseException type

Stacktrace

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/jenkins_slave/workspace/python2.7-lab-master/tests/proxy/cp/fenced_lock_test.py", line 50, in test_lock_after_client_shutdown
    another_client.shutdown()
  File "/home/jenkins/jenkins_slave/workspace/python2.7-lab-master/hazelcast/client.py", line 647, in shutdown
    self._connection_manager.shutdown()
  File "/home/jenkins/jenkins_slave/workspace/python2.7-lab-master/hazelcast/connection.py", line 199, in shutdown
    connection.close("Hazelcast client is shutting down", None)
  File "/home/jenkins/jenkins_slave/workspace/python2.7-lab-master/hazelcast/connection.py", line 773, in close
    self._connection_manager.on_connection_close(self, cause)
  File "/home/jenkins/jenkins_slave/workspace/python2.7-lab-master/hazelcast/connection.py", line 235, in on_connection_close
    pending.set_exception(cause)
  File "/home/jenkins/jenkins_slave/workspace/python2.7-lab-master/hazelcast/future.py", line 45, in set_exception
    raise RuntimeError("Exception must be of BaseException type")
RuntimeError: Exception must be of BaseException type