-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
v1alpha1 e2e tests not being updated along with v1beta1 tests #3163
Comments
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale i think we should find a way (if possible) to write our e2e tests such that the same test can be run for multiple API versions instead of having to duplicate the tests for each API |
@bobcatfish I am not sure to entirely follow. The "framework" of test can make it as simple as possible to write test (aka removing any noise) — #3550 is a first step attempt at doing that — but other than "we should update tests in both |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
ah whoops, let this get rotten and close XD
the API is frozen, but the logic in the tests may still need updates as we maintain them over time /reopen |
@bobcatfish: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
Actual Behavior
The tests have diverged and updates are happening to v1beta1 and not v1alpha1.
For example compare v1beta1 timeout_test.go and v1alpha1 timeout_test.go and recent fixes such as fb613dc
Additional Info
I wonder if we could set up these tests such that the same tests (when appropriate) can be run for both (all) api versions by passing the types in or creating some kind of agnostic builders.
The text was updated successfully, but these errors were encountered: