We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5689dcd commit b359d0fCopy full SHA for b359d0f
e2e/suites/gke.go
@@ -148,7 +148,7 @@ func (ts *gkeTestSuite) Run(ctx context.Context, t *testing.T) {
148
}
149
150
if deployment.Status.UnavailableReplicas != 1 {
151
- return fmt.Errorf("nginx replica running")
+ return fmt.Errorf("%v replica running: %v", deployment.Name, deployment.Status.UnavailableReplicas)
152
153
154
return nil
0 commit comments