We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e41a9 commit 143bcccCopy full SHA for 143bccc
.github/workflows/smoke-test.yml
@@ -50,7 +50,7 @@ jobs:
50
export PGUSER=postgres
51
export PGPASSWORD=test1234
52
MAX_CONNECTIONS=$(PGPASSWORD=test1234 psql -h localhost -U postgres -d postgres -c "SHOW max_connections;" | grep -oP '(?<=row )[0-9]+')
53
- if [ "$MAX_CONNECTIONS" -ne "100" ]; then
+ if [ "$MAX_CONNECTIONS" -ne "10" ]; then
54
echo "Max connections is not set correctly!"
55
exit 1
56
fi
0 commit comments