AlinsRan opened a new issue, #1077:
URL: https://github.com/apache/apisix-ingress-controller/issues/1077

   ### Issue description
   
   Running e2e on the local machine or CI is particularly unstable and 
occasionally failed.  
   It is stable for a single use case, but it is mutually exclusive for 
multiple use cases. In a multi-threaded environment, it often fails.  
   **proposal: It is recommended to use single thread to solve or refactor the 
e2e.**
   
   ### Environment
   
   - your apisix-ingress-controller version (output of 
apisix-ingress-controller version --long):
   - your Kubernetes cluster version (output of kubectl version):
   - if you run apisix-ingress-controller in Bare-metal environment, also show 
your OS version (uname -a):
   
   
   ### Minimal test code / Steps to reproduce
   
   1. The multiple use cases, concurrent running is not supported, they are 
mutually exclusive.
    
   * `cd test/e2e && ginkgo --focus='suite-ingress' --nodes=10`
   
   
![image](https://user-images.githubusercontent.com/79972061/172577287-54cdd682-e6e6-46c4-9b8e-80cbb6c8c414.png)
   
   
![image](https://user-images.githubusercontent.com/79972061/172577603-ec809e27-11ea-429f-ad70-139e741584c7.png)
   
   2. It is stable for single use cases.
   
   * `cd test/e2e && ginkgo --focus='all resources will be watched'`
   
   
![image](https://user-images.githubusercontent.com/79972061/172578296-85499466-4203-430d-bdf9-3101ddb48faa.png)
   
   
   
   ### Actual result
   
   Failed.
   
   ### Error log
   
   None.
   
   ### Expected result
   
   _No response_


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to