Make conformance test failures more actionable #763
Labels
area/test-and-release
It flags unit/e2e/conformance/perf test issues for product features
kind/bug
Categorizes issue or PR as related to a bug.
/area test-and-release
/kind bug
/assign @bobcatfish
Expected Behavior
When a conformance test fails, it should be as obvious as possible why the test failed so that folks submitting PRs which result in failing tests can get some idea of what might be going wrong.
Actual Behavior
Failures often look like this:
This means to debug them, folks have to run the tests and alongside run commands such as
watch kubectl get revisions -o yaml --namespace=pizzaplanet
to see what's going wrong.Steps to Reproduce the Problem
Additional Info
n/a
The text was updated successfully, but these errors were encountered: