blob: 7a66327614c9c94f1cdcef70a2205af28032a8d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
UNITTEST_FOR(ydb/library/yql/dq/actors/spilling)
FORK_SUBTESTS()
SIZE(MEDIUM)
TIMEOUT(180)
SRCS(
spilling_file_ut.cpp
)
YQL_LAST_ABI_VERSION()
PEERDIR(
library/cpp/testing/unittest
library/cpp/actors/testlib
ydb/library/services
ydb/library/yql/sql/pg_dummy
)
END()
|