Skip to content

Commit 3754ab4

Browse files
sessons_it & sessoins_pool_it
1 parent 273b4fe commit 3754ab4

File tree

8 files changed

+657
-504
lines changed

8 files changed

+657
-504
lines changed

tests/integration/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
add_subdirectory(basic_example_it)
22
add_subdirectory(bulk_upsert_simple_it)
3+
add_subdirectory(sessions)
4+
add_subdirectory(sessions_pool)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
add_ydb_test(NAME sessions_it
2+
SOURCES
3+
sessions_it.cpp
4+
LINK_LIBRARIES
5+
yutil
6+
cpp-testing-unittest_main
7+
YDB-CPP-SDK::Driver
8+
YDB-CPP-SDK::Table
9+
api-grpc
10+
LABELS
11+
integration
12+
)

0 commit comments

Comments
 (0)