Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conformance: Make routability tests runnable #2207

Conversation

sunjayBhatia
Copy link
Member

What type of PR is this?

/kind bug
/kind cleanup
/kind test
/area conformance

What this PR does / why we need it:

The new routability tests are not runnable, they are not included in the set of all features and also have various issues

  • fix manifest file names
  • gateway names/typos
  • move to testify require statements to prevent tests to continue to execute when preconditions not met (to prevent panics) and to simplify test logic

Other issues still remain and will be covered in subsequent issues for discussion, this does not make a guarantee the logic of these tests is correct since there is no implementation that supports them yet.

Which issue(s) this PR fixes:

Fixes #2204

Does this PR introduce a user-facing change?:

NONE

- fix manifest file names
- gateway names/typos
- move to testify require statements to prevent tests to continue to
execute when preconditions not met (to prevent panics) and to simplify
test logic

Other issues still remain, this does not make a guarantee the logic of
these tests is correct since there is no implementation that supports
them yet.

Signed-off-by: Sunjay Bhatia <[email protected]>
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/test area/conformance cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 20, 2023
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 20, 2023
@sunjayBhatia
Copy link
Member Author

/cc @dprotaso

@k8s-ci-robot k8s-ci-robot requested a review from dprotaso July 20, 2023 16:45
@sunjayBhatia sunjayBhatia changed the title Make routability tests runnable conformance: Make routability tests runnable Jul 20, 2023
Copy link
Contributor

@dprotaso dprotaso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@robscott
Copy link
Member

Thanks @sunjayBhatia!

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 20, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dprotaso, robscott, sunjayBhatia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 20, 2023
@k8s-ci-robot k8s-ci-robot merged commit 2f95516 into kubernetes-sigs:main Jul 20, 2023
@sunjayBhatia sunjayBhatia deleted the make-routability-tests-runnable branch July 20, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/conformance cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/test lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conformance: Routability features not included in "all features" set
4 participants