-
Notifications
You must be signed in to change notification settings - Fork 74
E2E tests creating objects with gcloud #556
Comments
We should also test the reply mechanism as part of these tests |
Moving to v1beta1 seems that it might break gcloud. We need to make sure we are not. |
@danyinggu will start looking at this issue |
Great thanks @danyinggu! /assign @danyinggu |
@grantr: GitHub didn't allow me to assign the following users: danyinggu. Note that only google members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
We're going to test this elsewhere. |
Problem
Our e2e tests currently create the resources using the client-go. However, many users will be inclined to use gcloud. The experience there is to create a Trigger, which in turn will create a Source and hook them together.
We've seen problems because of gcloud sending nil values as empty, unkown fields, etc.
We should have e2e tests that create things using gcloud.
Persona:
Contributor
Exit Criteria
E2E tests that use gcloud to create objects
Time Estimate (optional):
?
The text was updated successfully, but these errors were encountered: