Workdir: /tmp/tmpuvydudmq Checkout base commit... ++ git checkout e8c009320f9ebe71c941d3a756968592984d23ee~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: e8c009320 Merge d1bd6e2be1b302dd525875836c7e1f3dbad74c83 into 61c53ab1198f03f33692b0125af8cf7fb7e68f7f d1bd6e2be init scalar var If you want to keep them by creating a new branch, this may be a good time to do so with: git branch e8c009320 HEAD is now at 61c53ab11 Autodetect tiny mode in AS #27893 (#28291) 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 relwithdebinfo -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/tmpuvydudmq/graph_base.json Configuring dependencies for platform default-linux-x86_64-relwithdebinfo [2 ymakes processing] [8135/8141 modules configured] [2 ymakes processing] [9131/9136 modules configured] [2 ymakes processing] [9170/9170 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] [9789/9789 modules configured] [1487/5714 modules rendered] [3 ymakes processing] [9789/9789 modules configured] [2200/5872 modules rendered] [2 ymakes processing] [9789/9789 modules configured] [5793/5872 modules rendered] [2 ymakes processing] [9789/9789 modules configured] [5872/5872 modules rendered] Configuring dependencies for platform test_tool_tc1-global [0 ymakes processing] [9795/9795 modules configured] [5872/5872 modules rendered] Configuring tests execution Configuring local and dist store caches Configuration done. Preparing for execution Checkout head commit... ++ git checkout e8c009320f9ebe71c941d3a756968592984d23ee Previous HEAD position was 61c53ab11 Autodetect tiny mode in AS #27893 (#28291) HEAD is now at e8c009320 Merge d1bd6e2be1b302dd525875836c7e1f3dbad74c83 into 61c53ab1198f03f33692b0125af8cf7fb7e68f7f 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 relwithdebinfo -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/tmpuvydudmq/graph_head.json Configuring dependencies for platform default-linux-x86_64-relwithdebinfo 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 [1 ymakes processing] [9789/9789 modules configured] Configuring dependencies for platform test_tool_tc1-global [0 ymakes processing] [9795/9795 modules configured] [0 ymakes processing] [9795/9795 modules configured] [5872/5872 modules rendered] Configuring tests execution Configuring local and dist store caches Configuration done. Preparing for execution Generate diff graph... ++ ./ya tool ygdiff --old /tmp/tmpuvydudmq/graph_base.json --new /tmp/tmpuvydudmq/graph_head.json --cut /tmp/tmpuvydudmq/graph_diff.json --dump-uids-for-affected-nodes /tmp/tmpuvydudmq/affected_uids.json Read diff graph... Scan diff graph... Create ya.make ya.make content: ++ cat ya.make RECURSE_FOR_TESTS( ydb/apps/ydb/ut ydb/library/workload/tpcc/ut 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/dml 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/datashard/vector_index/medium ydb/tests/fq/streaming ydb/tests/functional/backup_collection ydb/tests/functional/benchmarks_init ydb/tests/functional/clickbench ydb/tests/functional/tpc/medium ydb/tests/functional/tpc/medium/tpch ydb/tests/functional/tpcc ydb/tests/functional/ydb_cli ydb/tests/olap ydb/tests/olap/data_quotas ydb/tests/sql ydb/tests/stability/tool ydb/tests/stress/kafka ydb/tests/stress/kafka/tests ydb/tests/stress/kv ydb/tests/stress/kv/tests ydb/tests/stress/log ydb/tests/stress/log/tests ydb/tests/stress/mixedpy 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 ydb/tests/stress/topic/tests ydb/tests/stress/topic_kafka ydb/tests/stress/topic_kafka/tests ydb/tests/stress/transfer/tests ) RECURSE ( ydb/apps/ydb ydb/core/kqp/tests/tpch ydb/library/workload/tpcc ydb/library/workload/tpcc/ut 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 )