Workdir: /tmp/tmp34ddkr6p Checkout base commit... ++ git checkout ee59eb5fa2d58195c0e69b9aec8a960a6453f416~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: ee59eb5fa Merge 4a8e430535d8c2eb1ba9796f472f6889c89f82d0 into b6948803242b6914cf30dc198843372d48d6f0dd 4a8e43053 Add changelog entry If you want to keep them by creating a new branch, this may be a good time to do so with: git branch ee59eb5fa HEAD is now at b69488032 TestYdbTopicWorkload: limit resources in asan run (#28385) Build graph for base commit... ++ ./ya make -T --test-size=small --test-size=medium --stat --test-threads 52 --link-threads 12 -DUSE_EAT_MY_DATA --build release --sanitize=address -DDEBUGINFO_LINES_ONLY --stat -DCONSISTENT_DEBUG --no-dir-outputs --test-failure-code 0 --build-all --cache-size 2TB --force-build-depends ydb -k -A --cache-tests -Gj0 > /tmp/tmp34ddkr6p/graph_base.json Configuring dependencies for platform default-linux-x86_64-release-asan [2 ymakes processing] [8818/8821 modules configured] [2 ymakes processing] [8949/8950 modules configured] [2 ymakes processing] [9012/9012 modules configured] [2 ymakes processing] [9083/9083 modules configured] [2 ymakes processing] [9154/9154 modules configured] Configuring dependencies for platform tools Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/tpch/ydb-tests-functional-tpc-medium-tpch: Requirement ram is redefined 16 -> 28 [3 ymakes processing] [9773/9773 modules configured] [1447/5694 modules rendered] [3 ymakes processing] [9773/9773 modules configured] [2148/5852 modules rendered] [2 ymakes processing] [9773/9773 modules configured] [5807/5852 modules rendered] [2 ymakes processing] [9773/9773 modules configured] [5852/5852 modules rendered] Configuring dependencies for platform test_tool_tc1-global [0 ymakes processing] [9779/9779 modules configured] [5852/5852 modules rendered] Configuring tests execution Configuring local and dist store caches Configuration done. Preparing for execution Checkout head commit... ++ git checkout ee59eb5fa2d58195c0e69b9aec8a960a6453f416 Previous HEAD position was b69488032 TestYdbTopicWorkload: limit resources in asan run (#28385) HEAD is now at ee59eb5fa Merge 4a8e430535d8c2eb1ba9796f472f6889c89f82d0 into b6948803242b6914cf30dc198843372d48d6f0dd Build graph for head commit... ++ ./ya make -T --test-size=small --test-size=medium --stat --test-threads 52 --link-threads 12 -DUSE_EAT_MY_DATA --build release --sanitize=address -DDEBUGINFO_LINES_ONLY --stat -DCONSISTENT_DEBUG --no-dir-outputs --test-failure-code 0 --build-all --cache-size 2TB --force-build-depends ydb -k -A --cache-tests -Gj0 > /tmp/tmp34ddkr6p/graph_head.json Configuring dependencies for platform default-linux-x86_64-release-asan Configuring dependencies for platform tools Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/tpch/ydb-tests-functional-tpc-medium-tpch: Requirement ram is redefined 16 -> 28 Configuring dependencies for platform test_tool_tc1-global [0 ymakes processing] [9773/9774 modules configured] [0 ymakes processing] [9779/9779 modules configured] [0 ymakes processing] [9779/9779 modules configured] [5852/5852 modules rendered] Configuring tests execution Configuring local and dist store caches Configuration done. Preparing for execution Generate diff graph... ++ ./ya tool ygdiff --old /tmp/tmp34ddkr6p/graph_base.json --new /tmp/tmp34ddkr6p/graph_head.json --cut /tmp/tmp34ddkr6p/graph_diff.json --dump-uids-for-affected-nodes /tmp/tmp34ddkr6p/affected_uids.json Read diff graph... Scan diff graph... Create ya.make ya.make content: ++ cat ya.make RECURSE_FOR_TESTS( ydb/public/lib/ydb_cli/topic/ut ydb/services/ydb/ut ydb/tests/datashard/add_column ydb/tests/datashard/async_replication ydb/tests/datashard/copy_table ydb/tests/datashard/dump_restore ydb/tests/datashard/parametrized_queries ydb/tests/datashard/partitioning ydb/tests/datashard/s3 ydb/tests/datashard/secondary_index ydb/tests/datashard/select ydb/tests/datashard/split_merge ydb/tests/datashard/ttl ydb/tests/fq/streaming ydb/tests/functional/benchmarks_init ydb/tests/functional/tpc/medium ydb/tests/functional/tpc/medium/tpch ydb/tests/sql ydb/tests/stress/kafka/tests ydb/tests/stress/kv/tests ydb/tests/stress/log/tests ydb/tests/stress/mixedpy/tests ydb/tests/stress/reconfig_state_storage_workload/tests ydb/tests/stress/scheme_board/pile_promotion/tests ydb/tests/stress/show_create/view/tests ydb/tests/stress/topic/tests ydb/tests/stress/topic_kafka/tests ydb/tests/stress/transfer/tests ) RECURSE ( ydb/apps/ydb ydb/core/kqp/tests/tpch ydb/library/workload/vector ydb/public/lib/ydb_cli/commands ydb/public/lib/ydb_cli/topic/ut ydb/services/ydb/ut ydb/tests/stability/tool ydb/tests/stress/kafka ydb/tests/stress/kafka/tests ydb/tests/stress/kafka/workload ydb/tests/stress/kv ydb/tests/stress/kv/workload ydb/tests/stress/log ydb/tests/stress/log/workload ydb/tests/stress/mixedpy ydb/tests/stress/mixedpy/workload ydb/tests/stress/topic ydb/tests/stress/topic/workload ydb/tests/stress/topic_kafka ydb/tests/stress/topic_kafka/workload )