Skip to content

Commit 33ca8a9

Browse files
authored
Update src/Ydb.Sdk/tests/Query/TestQueryIntegration.cs
1 parent 57b5e87 commit 33ca8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ydb.Sdk/tests/Query/TestQueryIntegration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public async Task TestDoTxRollback()
207207
// [InlineData(StatusCode.ClientInternalError, StatusCode.ClientInternalError, 1, false)]
208208
// [InlineData(StatusCode.InternalError, StatusCode.InternalError, 1, true)]
209209
// [InlineData(StatusCode.Aborted, StatusCode.Success, 2, false)]
210+
// https://github.com/ydb-platform/ydb-dotnet-sdk/issues/66
210211
public async Task TestIdempotency(StatusCode statusCode, StatusCode expectedStatusCode, int expectedAttempts,
211212
bool isIdempotent)
212213
{

0 commit comments

Comments
 (0)