File tree Expand file tree Collapse file tree
tests/integration/simulacron Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Unreleased
55Bug Fixes
66---------
77* Connection setup methods prevent using ExecutionProfile in cqlengine (PYTHON-1009)
8+ * Driver deadlock if all connections dropped by heartbeat whilst request in flight and request times out (PYTHON-1044)
89
9103.19.0
1011======
Original file line number Diff line number Diff line change 2727from cassandra .policies import HostStateListener , RoundRobinPolicy
2828from cassandra .io .asyncorereactor import AsyncoreConnection
2929from tests import connection_class , thread_pool_executor_class
30+ from tests .unit .cython .utils import cythontest
3031from tests .integration import (PROTOCOL_VERSION , requiressimulacron )
3132from tests .integration .util import assert_quiescent_pool_state , late
3233from tests .integration .simulacron import SimulacronBase
@@ -178,6 +179,7 @@ def test_callbacks_and_pool_when_oto(self):
178179 errback .assert_called_once ()
179180 callback .assert_not_called ()
180181
182+ @cythontest
181183 def test_heartbeat_defunct_deadlock (self ):
182184 """
183185 Ensure that there is no deadlock when request is in-flight and heartbeat defuncts connection
You can’t perform that action at this time.
0 commit comments