bneradt opened a new pull request, #13508: URL: https://github.com/apache/trafficserver/pull/13508
The gRPC test server can stop after the final handler starts but before its response reaches the client, producing a spurious 502. The port allocator also treats bound UDP sockets as available because they have no listening state, which can prevent HTTP/3 tests from starting. This patch addresses these races by waiting for RPC termination callbacks before stopping the gRPC server and excluding locally bound UDP ports from AuTest's allocation pool. -- 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]
