File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -88,4 +88,3 @@ The following is a list of people who have contributed to
88
88
- Terence Honles (terencehonles)
89
89
- Paul Fisher (thetorpedodog)
90
90
- Julius Park (juliusgeo)
91
- - Ishmum Jawad Khan (ishmum123)
Original file line number Diff line number Diff line change @@ -827,9 +827,6 @@ def _start_retryable_write(self):
827
827
self ._check_ended ()
828
828
self ._server_session .inc_transaction_id ()
829
829
830
- def __copy__ (self ):
831
- raise TypeError ('A ClientSession cannot be copied, create a new session instead' )
832
-
833
830
834
831
class _ServerSession (object ):
835
832
def __init__ (self , generation ):
Original file line number Diff line number Diff line change @@ -779,11 +779,6 @@ def drop_db():
779
779
780
780
wait_until (drop_db , 'dropped database after w=0 writes' )
781
781
782
- def test_session_not_copyable (self ):
783
- client = self .client
784
- with client .start_session () as s :
785
- self .assertRaises (TypeError , lambda : copy .copy (s ))
786
-
787
782
788
783
class TestCausalConsistency (unittest .TestCase ):
789
784
You can’t perform that action at this time.
0 commit comments