eventshub RBAC resources independent to avoid deletion conflicts#538
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d0b3f68 to
384493c
Compare
By having [1] and the fact that: - eventshub's RBAC resources are namespace global - multiple parallel tests might run in a single namespace we end up removing resources that are in active use by other tests. [1] knative-extensions@8a5db1b Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
384493c to
ac80065
Compare
|
/lgtm |
|
Curious. What does the error look like when the problem occurs? I've seen some issues so I want to compare them and see if this can be the root cause. |
|
@mgencur this is the error I get: |
|
and the test ifself just fails with: |
|
/cherry-pick release-1.10 |
|
@pierDipi: #538 failed to apply on top of branch "release-1.10": DetailsIn 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. |
…tive-extensions#538) By having [1] and the fact that: - eventshub's RBAC resources are namespace global - multiple parallel tests might run in a single namespace we end up removing resources that are in active use by other tests. [1] knative-extensions@8a5db1b Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> (cherry picked from commit cf14f44)
… (#565) By having [1] and the fact that: - eventshub's RBAC resources are namespace global - multiple parallel tests might run in a single namespace we end up removing resources that are in active use by other tests. [1] 8a5db1b Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> (cherry picked from commit cf14f44) Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
By having [1] and the fact that:
we end up removing resources that are in active use by other tests.
[1] 8a5db1b