+++ mktemp -d ++ workdir=/tmp/tmp.mP3O1hOxqE ++ echo Workdir: /tmp/tmp.mP3O1hOxqE Workdir: /tmp/tmp.mP3O1hOxqE ++ echo Checkout base commit... Checkout base commit... ++ git checkout e33671977ac87691848745b1f361e679177878f6~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: e33671977 Merge 64fdfc3ab0355d90db58309c0bc9e95594e678f4 into 3c6ff7f8dd76860a8b381425765734d3ccf65a76 64fdfc3ab Improve formatting If you want to keep them by creating a new branch, this may be a good time to do so with: git branch e33671977 HEAD is now at 3c6ff7f8d default value has been disabled for column tables (#16088) ++ 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/8330124139 [.......................................] OK ++ echo Checkout head commit... Checkout head commit... ++ git checkout e33671977ac87691848745b1f361e679177878f6 Previous HEAD position was 3c6ff7f8d default value has been disabled for column tables (#16088) HEAD is now at e33671977 Merge 64fdfc3ab0355d90db58309c0bc9e95594e678f4 into 3c6ff7f8dd76860a8b381425765734d3ccf65a76 ++ 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.mP3O1hOxqE/graph_base ++ jq .uid ++ cat /tmp/tmp.mP3O1hOxqE/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... ++ sort ++ cat /tmp/tmp.mP3O1hOxqE/uid_head ++ uniq -d ++ cat /tmp/tmp.mP3O1hOxqE/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.mP3O1hOxqE/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.mP3O1hOxqE/graph_head ++ jq -r --slurpfile uids /tmp/tmp.mP3O1hOxqE/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq ++ echo Number of test suites: Number of test suites: ++ wc -l ++ cat /tmp/tmp.mP3O1hOxqE/testsuites 0 ++ 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.mP3O1hOxqE/testsuites ++ echo Append into ya.make RECURSE_FOR_TESTS to all required tests... Append into ya.make RECURSE_FOR_TESTS to all required tests... ++ echo 'RECURSE_FOR_TESTS(' ++ cat /tmp/tmp.mP3O1hOxqE/ts2 ++ 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.mP3O1hOxqE/graph_head ++ jq -r --slurpfile uids /tmp/tmp.mP3O1hOxqE/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.mP3O1hOxqE/modules ++ wc -l 0 ++ echo Filter only modules in ydb Filter only modules in ydb ++ grep '^ydb' ++ cat /tmp/tmp.mP3O1hOxqE/modules ++ true ++ echo Number of modules: Number of modules: ++ cat /tmp/tmp.mP3O1hOxqE/modules2 ++ wc -l 0 ++ echo Append into ya.make RECURSE to all required modules... Append into ya.make RECURSE to all required modules... ++ cat /tmp/tmp.mP3O1hOxqE/modules2 ++ echo 'RECURSE(' ++ cat ++ echo ')' ++ echo 'ya.make content:' ya.make content: ++ cat ya.make RECURSE_FOR_TESTS( ) RECURSE( )