bjee19
bjee19
Github pipeline unit tests occasionally fail due to Data Race issues. Examples: - https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10908395436/job/30274342711?pr=2568#step:4:5123 - https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10855036901/job/30126828250?pr=2546#step:4:2771 - https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10929251093/job/30339638261?pr=2574#step:4:5451 Notes: Could be related to the parallelization recently added to tests: -...
In this pipeline run of the NFR test results on edge: https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/10872403318, the scale test for UpstreamServers encountered an error when ran on Plus. NGF Error: ```json { "level": "error",...
In the reconfiguration performance test, the majority of the time is spent on deleting namespaces. We currently delete namespaces one at a time. If we can find a way to...
The automated reconfiguration performance test currently uses specific log messages to determine the time to ready of each test. This could be an issue as logs can easily change which...