-
Notifications
You must be signed in to change notification settings - Fork 423
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
New TestEventListenerCreate test fail because cluster level resources are not deleted #418
Labels
area/testing
Issues or PRs related to testing
Comments
cc @piyush-garg I wonder how CI is passing 🤔 |
/area testing |
/assign |
@dibyom I think the CI is passing because we always spin a new environment for CI |
piyush-garg
added a commit
to piyush-garg/triggers
that referenced
this issue
Feb 6, 2020
This will delete the clusterscoped resources we are creating in event listener e2e tests during teardown Fix tektoncd#418
3 tasks
tekton-robot
pushed a commit
that referenced
this issue
Feb 6, 2020
This will delete the clusterscoped resources we are creating in event listener e2e tests during teardown Fix #418
Thank you all! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
When I run the e2e test, it should pass as before
Actual Behavior
TestEventListenerCreate test fails because the cluster level resources are not deleted:
Steps to Reproduce the Problem
Additional Info
https://github.com/tektoncd/triggers/blob/master/test/eventlistener_test.go#L156-L216
After I removed them manually, the second test passed.
Pls clean these resources after test
The text was updated successfully, but these errors were encountered: