Skip to content

Commit 2174903

Browse files
Experimental marks
1 parent 6c08efb commit 2174903

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Ydb.Sdk/src/Services/Query/QueryClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public QueryClientConfig(
1616
}
1717
}
1818

19+
[Obsolete("Experimental! This class is not well tested.")]
1920
public class QueryClient : QueryClientGrpc, IDisposable
2021
{
2122
private readonly ISessionPool<Session> _sessionPool;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
namespace Ydb.Sdk.Tests.Query;
1010

11+
// TODO: Fix flap tests
1112
[Trait("Category", "Integration")]
1213
public class TestQueryIntegration
1314
{

0 commit comments

Comments
 (0)