Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
x4m committed Nov 23, 2023
1 parent 96bcffb commit 68a91b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/shell-test/pool_size_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x
set -e

ody-stop

# We set pool size to 1 and check that 3 clients can do pg_sleep(1) at once.
# We expect them to wait serially on 1 backend.
Expand All @@ -18,4 +18,6 @@ for _ in $(seq 1 3); do
([[ $code = "127" ]] && exit 0 || exit "$code")
break
}
done;
done;

ody-stop

0 comments on commit 68a91b3

Please sign in to comment.