+++ mktemp -d ++ workdir=/tmp/tmp.zeyFiJrDyH ++ echo Workdir: /tmp/tmp.zeyFiJrDyH Workdir: /tmp/tmp.zeyFiJrDyH ++ echo Checkout base commit... Checkout base commit... ++ git checkout 4717607c12e9d34a2a9c88253020999d1a2fefb5~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: 4717607c12 Merge 3664b875a7fedab9524d63143ca4e39a03874f41 into fa206767fd4991b1663fd18096e2bb18483583e1 3664b875a7 [*] restart instead of logging If you want to keep them by creating a new branch, this may be a good time to do so with: git branch 4717607c12 HEAD is now at fa206767fd YQ-4545 added config for pq provider (#24626) ++ 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/9985398958 [..........................................] OK 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 ++ echo Checkout head commit... Checkout head commit... ++ git checkout 4717607c12e9d34a2a9c88253020999d1a2fefb5 Previous HEAD position was fa206767fd YQ-4545 added config for pq provider (#24626) HEAD is now at 4717607c12 Merge 3664b875a7fedab9524d63143ca4e39a03874f41 into fa206767fd4991b1663fd18096e2bb18483583e1 ++ 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 Warn[-WPluginErr]: in $B/ydb/tests/functional/tpc/medium/tpch/ydb-tests-functional-tpc-medium-tpch: Requirement ram is redefined 16 -> 28 ++ echo Generate lists of uids for base and head... Generate lists of uids for base and head... ++ jq .uid ++ cat /tmp/tmp.zeyFiJrDyH/graph_base ++ cat /tmp/tmp.zeyFiJrDyH/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.zeyFiJrDyH/uid_head ++ uniq -d ++ sort ++ cat /tmp/tmp.zeyFiJrDyH/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.zeyFiJrDyH/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.zeyFiJrDyH/graph_head ++ jq -r --slurpfile uids /tmp/tmp.zeyFiJrDyH/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq