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

feat: conformance report summary field #2799

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

mlavacca
Copy link
Member

@mlavacca mlavacca commented Feb 22, 2024

What type of PR is this?

/kind feature
/area conformance

What this PR does / why we need it:

The conformance report .profiles[*].summary field is now automatically filled by the conformance test suite with a human-readable message about the outcome of the tests run.

Which issue(s) this PR fixes:

Fixes #2235

Does this PR introduce a user-facing change?:

The conformance report `.profiles[*].summary` field is now automatically filled by the conformance test suite with a human-readable message about the outcome of the tests run.

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. area/conformance cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 22, 2024
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Feb 22, 2024
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
Copy link
Member

@shaneutt shaneutt left a comment

Choose a reason for hiding this comment

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

Cool! Thanks for adding this @mlavacca

conformance/utils/suite/experimental_reports.go Outdated Show resolved Hide resolved
Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
Copy link
Member

@shaneutt shaneutt left a comment

Choose a reason for hiding this comment

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

Thanks @mlavacca! I assume we've already tested this out on an implementation?

/approve
/cc @youngnick @robscott

@shaneutt shaneutt added this to the v1.1 milestone Feb 22, 2024
@mlavacca
Copy link
Member Author

Thanks @mlavacca! I assume we've already tested this out on an implementation?

Yes, this has been tested with the Kong Ingress Controller

Copy link
Member

@sunjayBhatia sunjayBhatia left a comment

Choose a reason for hiding this comment

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

haven't tested it out in a conformance report, but logic and added test cases LGTM

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mlavacca, shaneutt, 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

@robscott
Copy link
Member

Thanks @mlavacca!

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 22, 2024
@k8s-ci-robot k8s-ci-robot merged commit 8e9525b into kubernetes-sigs:main Feb 22, 2024
8 checks passed
@kubernetes-sigs kubernetes-sigs deleted a comment from mlavacca Feb 23, 2024
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/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conformance Profiles: summaries for profiles without content
5 participants