envoyproxy / envoyproxy/gateway

Run e2e test with a binary built with `-race` flag

Open
#5,539 0 comments 0 reactions 0 assignees View on GitHub
area/ci help wanted
Dominant language
Go
Stars
3k
Forks
864
Avg merge
2d 2h
Merged PRs (30d)
140

Description

*Description*:

I have discovered quite a few race conditions around the main routine of `envoy-gateway` program #5538 #5505 #5522 in the last few days, and I believe there are still more to be discovered due to the lack of the test around the main program.

Critical orchestration of many goroutines happens in the main routine, so I believe this is really important to make this project more robust.

I recommend that we write comprehensive main program unit tests for all the EG configuration (not partially like i did in AI Gateway but this must include Kubernetes provider) or run e2e/integration tests with the binary built with `-race`, which I think is easier to test k8s provider.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.