You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, this test allocated 6 nodes: 3 in us-east1, 2 in us-west1,
and 1 in europe-west2. When using survival regions, we would have 5
replicas and 2 would be allowed to be virtually anywhere without
constraints. However, this proved problematic in serverless
environments, as the additional regions could fall outside the user's
configured regions. We later modified this logic to use the same
constraints as super regions, which now forces one region to have more
replicas. This patch adjusts the test so that the Europe region has one
more replica to account for this logic.
Fixes: #143333Fixes: #143199
Release note: None
0 commit comments