discovery-engine
discovery-engine copied to clipboard
[Bug] ginkgo tests are flaky
issues with the tests :
- Sometimes Network Policies are not generated as per expectations. For ex - https://github.com/accuknox/discovery-engine/actions/runs/4371921390/jobs/7648698715#step:7:2100 here network policies should have
port: 3306
&protocol: TCP
for both the pods(wordpress as well as mysql). Right Now we iterate for 30 times to get an ideal policy, but we are still not getting them(sometimes).