+++ mktemp -d ++ workdir=/tmp/tmp.N7N1QhVlsO ++ echo Workdir: /tmp/tmp.N7N1QhVlsO Workdir: /tmp/tmp.N7N1QhVlsO ++ echo Checkout base commit... Checkout base commit... ++ git checkout fef652bbb6953e86a8390b7c96de6269496273b6~1 Warning: you are leaving 2 commits behind, not connected to any of your branches: fef652bbb Merge 0eb6597f1a178dd30fc3de94e4cf076ad71e7fa5 into 38df75e71658c14d2047afaa44b4c48082d32dc5 0eb6597f1 Supported stream lookup join If you want to keep them by creating a new branch, this may be a good time to do so with: git branch fef652bbb HEAD is now at 38df75e71 YQ-4540 supported s3 and ydb join for streaming queries (#25732) ++ 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/9824437962 [..........................................] 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 fef652bbb6953e86a8390b7c96de6269496273b6 Previous HEAD position was 38df75e71 YQ-4540 supported s3 and ydb join for streaming queries (#25732) HEAD is now at fef652bbb Merge 0eb6597f1a178dd30fc3de94e4cf076ad71e7fa5 into 38df75e71658c14d2047afaa44b4c48082d32dc5 ++ 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... ++ cat /tmp/tmp.N7N1QhVlsO/graph_base ++ jq .uid ++ cat /tmp/tmp.N7N1QhVlsO/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.N7N1QhVlsO/uid_head ++ uniq -d ++ cat /tmp/tmp.N7N1QhVlsO/uid_base ++ sort ++ uniq -u ++ cat /tmp/tmp.N7N1QhVlsO/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.N7N1QhVlsO/graph_head ++ jq -r --slurpfile uids /tmp/tmp.N7N1QhVlsO/uids_new 'select( ."node-type"=="test") | select( any( .uid; .==$uids[] )) | .kv.path' ++ sort ++ uniq