nginxinc / nginx-gateway-fabric

NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Apache License 2.0
501 stars 97 forks source link

Data Race issue in unit tests run by github pipeline #2569

Closed bjee19 closed 1 month ago

bjee19 commented 1 month ago

Github pipeline unit tests occasionally fail due to Data Race issues.

Examples:

Notes: Could be related to the parallelization recently added to tests:

May be able to use the go-lang built in race detector: https://go.dev/doc/articles/race_detector

lucacome commented 1 month ago

2089 has the remaining tests that are not run in parallel because they fail consistently