Skip to content

Fix test assertions for k8s integration tests

What does this MR do?

Fix test assertions for k8s integration tests

Why was this MR needed?

In !1915 (diffs) we starting wrapping the build failure so we end up returning a fmt.Wrapf error type instead of the raw common.BuildError which causes our assertions to fail.

Ideally, this failure should have been caught in !1915 (merged) but we don't run kubernetes integration tests which is being worked on #25768

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #25969 (closed)

Merge request reports