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 7a5623b commit 2a674f2Copy full SHA for 2a674f2
tests/integration/sessions_it/sessions_it.cpp
@@ -164,6 +164,10 @@ Y_UNIT_TEST_SUITE(YdbSdkSessions) {
164
}
165
166
UNIT_ASSERT_VALUES_EQUAL(client.GetActiveSessionCount(), 0);
167
+ auto session = client.GetSession().ExtractValueSync().GetSession();
168
+ session.ExecuteSchemeQuery(R"___(
169
+ DROP TABLE `/local/t`;
170
+ )___").ExtractValueSync();
171
driver.Stop(true);
172
173
0 commit comments