We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c08efb commit 2174903Copy full SHA for 2174903
src/Ydb.Sdk/src/Services/Query/QueryClient.cs
@@ -16,6 +16,7 @@ public QueryClientConfig(
16
}
17
18
19
+[Obsolete("Experimental! This class is not well tested.")]
20
public class QueryClient : QueryClientGrpc, IDisposable
21
{
22
private readonly ISessionPool<Session> _sessionPool;
src/Ydb.Sdk/tests/Query/TestQueryIntegration.cs
@@ -8,6 +8,7 @@
8
9
namespace Ydb.Sdk.Tests.Query;
10
11
+// TODO: Fix flap tests
12
[Trait("Category", "Integration")]
13
public class TestQueryIntegration
14
0 commit comments