Skip to content

Commit

Permalink
ya.make fixes (missing RECURSE) (ydb-platform#10454)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Oct 16, 2024
1 parent 362f6f5 commit 818fa30
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 6 deletions.
1 change: 1 addition & 0 deletions ydb/core/external_sources/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ RECURSE_FOR_TESTS(

RECURSE(
hive_metastore
object_storage
)
2 changes: 2 additions & 0 deletions ydb/core/fq/libs/row_dispatcher/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ YQL_LAST_ABI_VERSION()

END()

RECURSE(purecalc_no_pg_wrapper)

IF(NOT EXPORT_CMAKE)
RECURSE_FOR_TESTS(
ut
Expand Down
8 changes: 8 additions & 0 deletions ydb/core/persqueue/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ PEERDIR(

END()

RECURSE(
codecs
config
events
partition_key_range
writer
)

RECURSE_FOR_TESTS(
ut
dread_cache_service/ut
Expand Down
1 change: 1 addition & 0 deletions ydb/core/tx/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RECURSE(
columnshard
coordinator
datashard
locks
long_tx_service
mediator
replication
Expand Down
5 changes: 5 additions & 0 deletions ydb/core/viewer/ya.make
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
RECURSE(
json
yaml
)

RECURSE_FOR_TESTS(
ut
)
Expand Down
11 changes: 11 additions & 0 deletions ydb/library/workload/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,14 @@ PEERDIR(
)

END()

RECURSE(
abstract
benchmark_base
clickbench
kv
stock
tpc_base
tpcds
tpch
)
2 changes: 2 additions & 0 deletions ydb/library/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RECURSE(
dynumber
folder_service
formats
fyamlcpp
grpc
http_proxy
keys
Expand All @@ -26,6 +27,7 @@ RECURSE(
persqueue
pretty_types_print
protobuf_printer
rewrapper
query_actor
schlab
security
Expand Down
1 change: 1 addition & 0 deletions ydb/library/yql/dq/actors/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ PEERDIR(
END()

RECURSE(
common
compute
input_transforms
spilling
Expand Down
3 changes: 3 additions & 0 deletions ydb/library/yql/udfs/common/math/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ ELSE ()
END()
ENDIF ()

RECURSE(
lib
)

RECURSE_FOR_TESTS(
test
Expand Down
9 changes: 7 additions & 2 deletions ydb/public/lib/ydb_cli/commands/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ PEERDIR(

END()

RECURSE_FOR_TESTS(
topic_workload/ut
RECURSE(
command_base
interactive
sdk_core_access
topic_workload
transfer_workload
ydb_discovery
)
4 changes: 4 additions & 0 deletions ydb/services/persqueue_cluster_discovery/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ PEERDIR(

END()

RECURSE(
cluster_ordering
)

RECURSE_FOR_TESTS(
ut
)
11 changes: 7 additions & 4 deletions ydb/tests/fq/ya.make
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
RECURSE_FOR_TESTS(
RECURSE(
common
control_plane_storage
generic
pq_async_io
yt
)

RECURSE_FOR_TESTS(
control_plane_storage
http_api
mem_alloc
multi_plane
plans
pq_async_io
restarts
s3
yds
yt
)

0 comments on commit 818fa30

Please sign in to comment.