Skip to content

Commit bb62948

Browse files
Copilotvgvoleg
andcommitted
Remove QuerySnapshotReadWrite from retry_tx_normal tests (server doesn't support writes in snapshot isolation)
Co-authored-by: vgvoleg <[email protected]>
1 parent db62c3a commit bb62948

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/aio/query/test_query_session_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ async def callee(session: QuerySession):
6969
(None),
7070
(ydb.QuerySerializableReadWrite()),
7171
(ydb.QuerySnapshotReadOnly()),
72-
(ydb.QuerySnapshotReadWrite()),
7372
(ydb.QueryOnlineReadOnly()),
7473
(ydb.QueryStaleReadOnly()),
7574
],

tests/query/test_query_session_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def callee(session: QuerySession):
6868
(None),
6969
(ydb.QuerySerializableReadWrite()),
7070
(ydb.QuerySnapshotReadOnly()),
71-
(ydb.QuerySnapshotReadWrite()),
7271
(ydb.QueryOnlineReadOnly()),
7372
(ydb.QueryStaleReadOnly()),
7473
],

0 commit comments

Comments
 (0)