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

v1beta1 api conformance testing #4369

Merged
merged 4 commits into from Jun 14, 2019
Merged

Conversation

mattmoor
Copy link
Member

This change has two main parts:

  1. Generate clients for our v1beta1 APIs.
  2. Clone our ./test/conformance/api/v1alpha1 testing targeting v1beta1.

Two notable deviations I made as part of this work are:

  1. Generalized PatchFoo to take a list of functional options to determine the patch.
  2. Eliminated the Options type in favor of functional options everywhere.

I fleshed out enough of the v1beta1 directories a few places to create these end-to-end tests.

Fixes: #4365

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Jun 14, 2019
@knative-prow-robot knative-prow-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jun 14, 2019
@mattmoor
Copy link
Member Author

/hold

For now.

@knative-prow-robot knative-prow-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 14, 2019
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mattmoor

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

@knative-prow-robot knative-prow-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/API API objects and controllers area/test-and-release It flags unit/e2e/conformance/perf test issues for product features labels Jun 14, 2019
@mattmoor
Copy link
Member Author

cc @cooperneil FYI

@mattmoor
Copy link
Member Author

/hold cancel

@knative-prow-robot knative-prow-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 14, 2019
@dgerd
Copy link

dgerd commented Jun 14, 2019

/lgtm

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 14, 2019
@knative-prow-robot knative-prow-robot merged commit 73db9ec into knative:master Jun 14, 2019
@mattmoor mattmoor deleted the e2e-v1b1 branch June 14, 2019 20:55
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/API API objects and controllers area/networking area/test-and-release It flags unit/e2e/conformance/perf test issues for product features cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement generic e2e patch methods using functional options to express the mutation.
4 participants