-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2018-05-07
-
4
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We want to write a test that makes sure transactions behave correctly when any cursors they have opened get killed. We can test this by starting a transaction that opens a cursor, does some reads, and is then externally killed. We should verify that the transaction is able to continue and commit, even after the cursor was killed.