Skip to content

Commit aceec27

Browse files
authored
Merge pull request #1363 from abhijit-dev82/test-print-conditions
Print conditions for failed conformance tests
2 parents 0334d70 + 9e17b0a commit aceec27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conformance/utils/kubernetes/helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ func listenersMatch(t *testing.T, expected, actual []v1alpha2.ListenerStatus) bo
397397
return false
398398
}
399399
if !conditionsMatch(t, eListener.Conditions, aListener.Conditions) {
400+
t.Logf("Expected Conditions to be %v, got %v", eListener.Conditions, aListener.Conditions)
400401
return false
401402
}
402403
}

0 commit comments

Comments
 (0)