Skip to content

Commit

Permalink
tests(api) run kong with a single worker
Browse files Browse the repository at this point in the history
ensure kong runs with a single worker; resolves
worker consistency issues, decreasing flakiness
  • Loading branch information
gszr committed May 6, 2021
1 parent f2280a8 commit 2777597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/kong-tests-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
KONG_PROXY_LISTEN: "0.0.0.0:8000"
KONG_ADMIN_LISTEN: "0.0.0.0:8001"
KONG_PLUGINS: "${KONG_PLUGINS:-bundled}"
KONG_NGINX_WORKER_PROCESSES: "${KONG_NGINX_WORKER_PROCESSES:-1}"
KONG_CASSANDRA_CONTACT_POINTS: db
KONG_DATABASE: postgres
KONG_PG_DATABASE: ${KONG_PG_DATABASE:-kong}
Expand Down

0 comments on commit 2777597

Please sign in to comment.