Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 8a45443

Browse files
committed
Debugging tests
1 parent fcf4d1c commit 8a45443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/framework/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ func (j *ClusterTestJig) waitForConditionOrFail(namespace, name string, timeout
136136
func (j *ClusterTestJig) WaitForClusterReadyOrFail(namespace, name string, timeout time.Duration) *v1alpha1.Cluster {
137137
Logf("Waiting up to %v for Cluster \"%s/%s\" to be ready", timeout, namespace, name)
138138
cluster := j.waitForConditionOrFail(namespace, name, timeout, "have all nodes ready", func(cluster *v1alpha1.Cluster) bool {
139+
Logf("Cluster conditions: %#v", cluster.Status.Conditions)
139140
return clusterutil.IsClusterReady(cluster)
140141
})
141142
return cluster

0 commit comments

Comments
 (0)