+++ mktemp -d ++ workdir=/tmp/tmp.lSlwxU2K0K ++ echo Workdir: /tmp/tmp.lSlwxU2K0K Workdir: /tmp/tmp.lSlwxU2K0K ++ echo Checkout base commit... Checkout base commit... ++ git checkout f6af74282e936072f338d52eeeb7bc27ec5ffb30~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: f6af74282 Merge d646dff9df0a60546466ddff14d0b79b6c3ed2d0 into 1c6e1f1d905ac77c5e5caccd0bb97570124c73d0 d646dff9d Add test for migration If you want to keep them by creating a new branch, this may be a good time to do so with: git branch f6af74282 HEAD is now at 1c6e1f1d9 YQ kqprun, added query parameters (#18050) ++ echo Build graph for base commit... Build graph for base commit... ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ jq '.graph[]' Downloading https://devtools-registry.s3.yandex.net/8580483288 [.........................................] OK ++ echo Checkout head commit... Checkout head commit... ++ git checkout f6af74282e936072f338d52eeeb7bc27ec5ffb30 Previous HEAD position was 1c6e1f1d9 YQ kqprun, added query parameters (#18050) HEAD is now at f6af74282 Merge d646dff9df0a60546466ddff14d0b79b6c3ed2d0 into 1c6e1f1d905ac77c5e5caccd0bb97570124c73d0 ++ echo Build graph for head commit... Build graph for head commit... ++ jq '.graph[]' ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ cat /tmp/tmp.lSlwxU2K0K/graph_base ++ jq .uid ++ cat /tmp/tmp.lSlwxU2K0K/graph_head ++ jq .uid ++ echo Create a list of changed uids in the head graph... Create a list of changed uids in the head graph... ++ cat /tmp/tmp.lSlwxU2K0K/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.lSlwxU2K0K/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.lSlwxU2K0K/uid_head ++ echo Create ya.make Create ya.make ++ echo '' ++ echo Generate list of test shard names from the head graph based on the list of uids... Generate list of test shard names from the head graph based on the list of uids... ++ cat /tmp/tmp.lSlwxU2K0K/graph_head ++ jq -r --slurpfile uids /tmp/tmp.lSlwxU2K0K/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq ++ echo Number of test suites: Number of test suites: ++ cat /tmp/tmp.lSlwxU2K0K/testsuites ++ wc -l 189 ++ echo Removing test suite name from the list to get target names... Removing test suite name from the list to get target names... ++ sed -E 's/\/[^/]*$//g;/^null$/d' /tmp/tmp.lSlwxU2K0K/testsuites ++ echo Append into ya.make RECURSE_FOR_TESTS to all required tests... Append into ya.make RECURSE_FOR_TESTS to all required tests... ++ cat /tmp/tmp.lSlwxU2K0K/ts2 ++ echo 'RECURSE_FOR_TESTS(' ++ cat ++ echo ')' ++ echo Generate list of module names from the head graph based on the list of uids... Generate list of module names from the head graph based on the list of uids... ++ cat /tmp/tmp.lSlwxU2K0K/graph_head ++ jq -r --slurpfile uids /tmp/tmp.lSlwxU2K0K/uids_new 'select( ."target_properties"."module_type" != null) | select( ( ."target_properties"."module_tag" // "-" | strings | contains("proto") ) | not ) | select( any( .uid; .==$uids[] )) | .target_properties.module_dir' ++ sort ++ uniq ++ echo Number of modules: Number of modules: ++ cat /tmp/tmp.lSlwxU2K0K/modules ++ wc -l 92 ++ echo Filter only modules in ydb Filter only modules in ydb ++ cat /tmp/tmp.lSlwxU2K0K/modules ++ grep '^ydb' ++ echo Number of modules: Number of modules: ++ cat /tmp/tmp.lSlwxU2K0K/modules2 ++ wc -l 92 ++ echo Append into ya.make RECURSE to all required modules... Append into ya.make RECURSE to all required modules... ++ cat /tmp/tmp.lSlwxU2K0K/modules2 ++ echo 'RECURSE(' ++ cat ++ echo ')' ++ echo 'ya.make content:' ya.make content: ++ cat ya.make RECURSE_FOR_TESTS( ydb/apps/ydb/ut ydb/core/fq/libs/checkpoint_storage/ut ydb/core/fq/libs/row_dispatcher/ut ydb/core/fq/libs/ydb/ut ydb/core/kqp/tests/kikimr_tpch ydb/core/viewer/tests ydb/core/viewer/tests ydb/library/yaml_config/ut_transform ydb/library/yaml_config/ut_transform ydb/public/sdk/cpp/tests/integration/basic_example ydb/public/sdk/cpp/tests/integration/bulk_upsert ydb/public/sdk/cpp/tests/integration/server_restart ydb/public/sdk/cpp/tests/integration/sessions ydb/public/sdk/cpp/tests/integration/sessions_pool ydb/public/tools/lib/cmds/ut ydb/public/tools/lib/cmds/ut ydb/public/tools/local_ydb ydb/public/tools/ydb_recipe ydb/tests/compatibility ydb/tests/compatibility ydb/tests/datashard/async_replication ydb/tests/datashard/async_replication ydb/tests/datashard/copy_table ydb/tests/datashard/copy_table ydb/tests/datashard/dml ydb/tests/datashard/dml ydb/tests/datashard/dump_restore ydb/tests/datashard/dump_restore ydb/tests/datashard/s3 ydb/tests/datashard/s3 ydb/tests/datashard/split_merge ydb/tests/datashard/split_merge ydb/tests/example ydb/tests/example ydb/tests/fq/common ydb/tests/fq/common ydb/tests/fq/control_plane_storage ydb/tests/fq/generic/analytics ydb/tests/fq/generic/streaming ydb/tests/fq/http_api ydb/tests/fq/http_api ydb/tests/fq/mem_alloc ydb/tests/fq/mem_alloc ydb/tests/fq/multi_plane ydb/tests/fq/multi_plane ydb/tests/fq/plans ydb/tests/fq/plans ydb/tests/fq/pq_async_io/ut ydb/tests/fq/restarts ydb/tests/fq/restarts ydb/tests/fq/s3 ydb/tests/fq/s3 ydb/tests/fq/yds ydb/tests/fq/yds ydb/tests/functional/api ydb/tests/functional/api ydb/tests/functional/audit ydb/tests/functional/audit ydb/tests/functional/autoconfig ydb/tests/functional/autoconfig ydb/tests/functional/backup/s3_path_style ydb/tests/functional/backup ydb/tests/functional/benchmarks_init ydb/tests/functional/benchmarks_init ydb/tests/functional/blobstorage ydb/tests/functional/blobstorage ydb/tests/functional/canonical ydb/tests/functional/canonical ydb/tests/functional/clickbench ydb/tests/functional/cms ydb/tests/functional/cms ydb/tests/functional/config ydb/tests/functional/config ydb/tests/functional/config ydb/tests/functional/encryption ydb/tests/functional/encryption ydb/tests/functional/hive ydb/tests/functional/hive ydb/tests/functional/kqp/kqp_indexes ydb/tests/functional/kqp/kqp_query_session ydb/tests/functional/kqp/kqp_query_svc ydb/tests/functional/large_serializable ydb/tests/functional/large_serializable ydb/tests/functional/limits ydb/tests/functional/limits ydb/tests/functional/minidumps ydb/tests/functional/minidumps ydb/tests/functional/postgresql ydb/tests/functional/postgresql ydb/tests/functional/query_cache ydb/tests/functional/query_cache ydb/tests/functional/rename ydb/tests/functional/rename ydb/tests/functional/replication ydb/tests/functional/restarts ydb/tests/functional/restarts ydb/tests/functional/scheme_shard ydb/tests/functional/scheme_shard ydb/tests/functional/scheme_tests ydb/tests/functional/scheme_tests ydb/tests/functional/script_execution ydb/tests/functional/script_execution ydb/tests/functional/sdk/cpp/sdk_credprovider ydb/tests/functional/serializable ydb/tests/functional/serializable ydb/tests/functional/serverless ydb/tests/functional/serverless ydb/tests/functional/sqs/cloud ydb/tests/functional/sqs/cloud ydb/tests/functional/sqs/common ydb/tests/functional/sqs/common ydb/tests/functional/sqs/large ydb/tests/functional/sqs/large ydb/tests/functional/sqs/merge_split_common_table/fifo ydb/tests/functional/sqs/merge_split_common_table/fifo ydb/tests/functional/sqs/merge_split_common_table/std ydb/tests/functional/sqs/merge_split_common_table/std ydb/tests/functional/sqs/messaging ydb/tests/functional/sqs/messaging ydb/tests/functional/sqs/multinode ydb/tests/functional/sqs/multinode ydb/tests/functional/sqs/with_quotas ydb/tests/functional/sqs/with_quotas ydb/tests/functional/suite_tests ydb/tests/functional/suite_tests ydb/tests/functional/tenants ydb/tests/functional/tenants ydb/tests/functional/tpc/large ydb/tests/functional/tpc/large ydb/tests/functional/tpc/medium ydb/tests/functional/tpc/medium ydb/tests/functional/ttl ydb/tests/functional/ttl ydb/tests/functional/wardens ydb/tests/functional/wardens ydb/tests/functional/ydb_cli ydb/tests/functional/ydb_cli ydb/tests/library/clients ydb/tests/library ydb/tests/library/ut ydb/tests/library/ut ydb/tests/olap/column_family/compression ydb/tests/olap/column_family/compression ydb/tests/olap/data_quotas ydb/tests/olap/data_quotas ydb/tests/olap/high_load ydb/tests/olap ydb/tests/olap/oom ydb/tests/olap/oom ydb/tests/olap ydb/tests/olap/s3_import ydb/tests/olap/s3_import ydb/tests/olap/scenario ydb/tests/olap/scenario ydb/tests/olap/ttl_tiering ydb/tests/olap/ttl_tiering ydb/tests/postgres_integrations/go-libpq ydb/tests/postgres_integrations/go-libpq ydb/tests/postgres_integrations/library/ut ydb/tests/postgres_integrations/library/ut ydb/tests/sql ydb/tests/sql/large ydb/tests/sql ydb/tests/stability/tool ydb/tests/stability/ydb ydb/tests/stress/kv/tests ydb/tests/stress/kv/tests ydb/tests/stress/log/tests ydb/tests/stress/log/tests ydb/tests/stress/mixedpy ydb/tests/stress/mixedpy ydb/tests/stress/olap_workload/tests ydb/tests/stress/olap_workload/tests ydb/tests/stress/oltp_workload ydb/tests/stress/oltp_workload/tests ydb/tests/stress/oltp_workload/tests ydb/tests/stress/simple_queue/tests ydb/tests/stress/simple_queue/tests ydb/tests/stress/statistics_workload ydb/tests/tools/kqprun/recipe ydb/tests/tools/kqprun/tests ydb/tests/tools/nemesis/driver ydb/tests/tools/nemesis/ut ydb/tests/tools/nemesis/ut ydb/tests/tools/pq_read/test ydb/tests/tools/pq_read/test ydb/tests/tools/ydb_serializable ydb/tests/tools/ydb_serializable/replay ) RECURSE( ydb/core/fq/libs/row_dispatcher/ut ydb/core/viewer/tests ydb/library/yaml_config/ut_transform ydb/public/tools/lib/cmds/ut ydb/public/tools/local_ydb ydb/public/tools/ydb_recipe ydb/tests/compatibility ydb/tests/datashard/async_replication ydb/tests/datashard/copy_table ydb/tests/datashard/dml ydb/tests/datashard/dump_restore ydb/tests/datashard/s3 ydb/tests/datashard/split_merge ydb/tests/example ydb/tests/fq/common ydb/tests/fq/generic/analytics ydb/tests/fq/generic/streaming ydb/tests/fq/http_api ydb/tests/fq/mem_alloc ydb/tests/fq/multi_plane ydb/tests/fq/plans ydb/tests/fq/pq_async_io/ut ydb/tests/fq/restarts ydb/tests/fq/s3 ydb/tests/fq/yds ydb/tests/functional/api ydb/tests/functional/audit ydb/tests/functional/autoconfig ydb/tests/functional/benchmarks_init ydb/tests/functional/blobstorage ydb/tests/functional/canonical ydb/tests/functional/cms ydb/tests/functional/config ydb/tests/functional/encryption ydb/tests/functional/hive ydb/tests/functional/large_serializable ydb/tests/functional/limits ydb/tests/functional/minidumps ydb/tests/functional/postgresql ydb/tests/functional/query_cache ydb/tests/functional/rename ydb/tests/functional/restarts ydb/tests/functional/scheme_shard ydb/tests/functional/scheme_tests ydb/tests/functional/script_execution ydb/tests/functional/serializable ydb/tests/functional/serverless ydb/tests/functional/sqs/cloud ydb/tests/functional/sqs/common ydb/tests/functional/sqs/large ydb/tests/functional/sqs/merge_split_common_table/fifo ydb/tests/functional/sqs/merge_split_common_table/std ydb/tests/functional/sqs/messaging ydb/tests/functional/sqs/multinode ydb/tests/functional/sqs/with_quotas ydb/tests/functional/suite_tests ydb/tests/functional/tenants ydb/tests/functional/tpc/large ydb/tests/functional/tpc/medium ydb/tests/functional/ttl ydb/tests/functional/wardens ydb/tests/functional/ydb_cli ydb/tests/library ydb/tests/library/clients ydb/tests/library/ut ydb/tests/olap ydb/tests/olap/column_family/compression ydb/tests/olap/data_quotas ydb/tests/olap/oom ydb/tests/olap/s3_import ydb/tests/olap/scenario ydb/tests/olap/ttl_tiering ydb/tests/postgres_integrations/go-libpq ydb/tests/postgres_integrations/library/ut ydb/tests/sql ydb/tests/sql/large ydb/tests/stability/tool ydb/tests/stability/ydb ydb/tests/stress/kv/tests ydb/tests/stress/log/tests ydb/tests/stress/mixedpy ydb/tests/stress/olap_workload/tests ydb/tests/stress/oltp_workload ydb/tests/stress/oltp_workload/tests ydb/tests/stress/simple_queue/tests ydb/tests/stress/statistics_workload ydb/tests/tools/kqprun/recipe ydb/tests/tools/nemesis/driver ydb/tests/tools/nemesis/ut ydb/tests/tools/pq_read/test ydb/tests/tools/ydb_serializable ydb/tests/tools/ydb_serializable/replay )