Adds code to debug

test_branch
gindibay 2023-07-28 17:51:42 +03:00
parent afa7bf640d
commit 515627e3cc
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ session "s1"
step "s1-begin" step "s1-begin"
{ {
BEGIN; BEGIN;
select * from pg_dist_node;
SELECT get_shard_id_for_distribution_column('employee', 3);
} }
step "s1-pause-node" step "s1-pause-node"