diff --git a/.github/workflows/integration-enterprise.yaml b/.github/workflows/integration-enterprise.yaml index 5f1ad384a..97a29c6a8 100644 --- a/.github/workflows/integration-enterprise.yaml +++ b/.github/workflows/integration-enterprise.yaml @@ -30,6 +30,8 @@ jobs: - 'kong/kong-gateway:3.1' - 'kong/kong-gateway:3.2' - 'kong/kong-gateway:3.3' + - 'kong/kong-gateway:3.4' + - 'kong/kong-gateway:3.5' - 'kong/kong-gateway-dev:latest' env: KONG_ANONYMOUS_REPORTS: "off" diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f5ebd2df3..d6fd3eb21 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -32,6 +32,8 @@ jobs: - 'kong:3.1' - 'kong:3.2' - 'kong:3.3' + - 'kong:3.4' + - 'kong:3.5' - 'kong/kong:master-alpine' env: KONG_ANONYMOUS_REPORTS: "off" diff --git a/tests/integration/sync_test.go b/tests/integration/sync_test.go index 6cbacfcbe..1040e7693 100644 --- a/tests/integration/sync_test.go +++ b/tests/integration/sync_test.go @@ -781,7 +781,7 @@ var ( "database": float64(0), "host": nil, "keepalive_backlog": nil, - "keepalive_pool_size": float64(256), + "keepalive_pool_size": float64(30), "password": nil, "port": nil, "read_timeout": nil, @@ -830,7 +830,7 @@ var ( "database": float64(0), "host": nil, "keepalive_backlog": nil, - "keepalive_pool_size": float64(256), + "keepalive_pool_size": float64(30), "password": nil, "port": nil, "read_timeout": nil, @@ -876,7 +876,7 @@ var ( "database": float64(0), "host": nil, "keepalive_backlog": nil, - "keepalive_pool_size": float64(256), + "keepalive_pool_size": float64(30), "password": nil, "port": nil, "read_timeout": nil, @@ -4483,7 +4483,7 @@ func Test_Sync_ConsumerGroupsScopedPluginsKonnect(t *testing.T) { }, }, }, - Plugins: consumerGroupScopedPlugins, + Plugins: consumerGroupScopedPlugins35x, Services: svc1_207, Routes: route1_20x, KeyAuths: []*kong.KeyAuth{