+++ mktemp -d ++ workdir=/tmp/tmp.Mbs9Go7pZ1 ++ echo Workdir: /tmp/tmp.Mbs9Go7pZ1 Workdir: /tmp/tmp.Mbs9Go7pZ1 ++ echo Checkout base commit... Checkout base commit... ++ git checkout d3116ba962b179a5520aeaa456f014c35bdf74f9~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: d3116ba96 Merge f5020d45a866f02e89e565a8f8a0e180d53ce8a1 into 8d26f1b6f1c0543c4ae94eb5388e1acc69e92032 f5020d45a fix tests If you want to keep them by creating a new branch, this may be a good time to do so with: git branch d3116ba96 HEAD is now at 8d26f1b6f CMS: ignore tenant and cluster unavailable nodes limits in force availability mode (#20217) ++ 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/9029496443 [.........................................] OK Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 ++ echo Checkout head commit... Checkout head commit... ++ git checkout d3116ba962b179a5520aeaa456f014c35bdf74f9 Previous HEAD position was 8d26f1b6f CMS: ignore tenant and cluster unavailable nodes limits in force availability mode (#20217) HEAD is now at d3116ba96 Merge f5020d45a866f02e89e565a8f8a0e180d53ce8a1 into 8d26f1b6f1c0543c4ae94eb5388e1acc69e92032 ++ echo Build graph for head commit... Build graph for head commit... ++ ./ya make -Gj0 -ttt ydb --build release -k --cache-tests --build-all ++ jq '.graph[]' Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/ydb-tests-functional-tpc-medium: Requirement ram is redefined 16 -> 28 ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ cat /tmp/tmp.Mbs9Go7pZ1/graph_base ++ jq .uid ++ cat /tmp/tmp.Mbs9Go7pZ1/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.Mbs9Go7pZ1/uid_head ++ sort ++ uniq -d ++ cat /tmp/tmp.Mbs9Go7pZ1/uid_base ++ uniq -u ++ sort ++ cat /tmp/tmp.Mbs9Go7pZ1/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.Mbs9Go7pZ1/graph_head ++ jq -r --slurpfile uids /tmp/tmp.Mbs9Go7pZ1/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq