Revolyssup opened a new pull request, #2501:
URL: https://github.com/apache/apisix-ingress-controller/pull/2501

   
   - [ ] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   - [ ] Backport patches
   - [ ] Documentation
   - [ ] Refactor
   - [ ] Chore
   - [ ] CI/CD or Tests
   
   ### What this PR does / why we need it:
   
   Currently running tests in parallel doesn't work due to conflict of Shared 
resources. For instance, the tests in crds/v2 share GatewayProxy and 
IngressClass configuration causing issues while running tests in parallel. 
   Goal of this PR is to eliminate the use of shared resources and use unique 
resources for tests.
   
   1. For Ingress related tests, since each test gets a unique namespace. The 
name of Ingress Class and namespace of GatewayProxy both will be the namespace 
of that test (scaffold.Namespace)
   
   ### Pre-submission checklist:
   
   <!--
   Please follow the requirements:
   1. Use Draft if the PR is not ready to be reviewed
   2. Test is required for the feat/fix PR, unless you have a good reason
   3. Doc is required for the feat PR
   4. Use a new commit to resolve review instead of `push -f`
   5. Use "request review" to notify the reviewer once you have resolved the 
review
   -->
   
   - [ ] Did you explain what problem does this PR solve? Or what new features 
have been added?
   - [ ] Have you added corresponding test cases?
   - [ ] Have you modified the corresponding document?
   - [ ] Is this PR backward compatible? **If it is not backward compatible, 
please discuss on the [mailing 
list](https://github.com/apache/apisix-ingress-controller#community) first**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to