bneradt commented on PR #13586: URL: https://github.com/apache/trafficserver/pull/13586#issuecomment-5669965431
Fixed the session-error AuTest failure from CI build #43457 in a993e2a6d1. The parallel runner repeats the test name in its serial sandbox path. This made the first ATS JSON-RPC socket path 111 bytes long, exceeding the Unix-domain socket pathname limit. ATS handled the test traffic, but traffic_ctl could not connect to read metrics. Direct local runs had shorter paths and missed this failure. The test is now named abuse_shield_h2_errors.test.py, with its serial-test entry updated. In asfats5, the original test reproduced the CI failure with `./autest.sh -j 2 -v --sandbox /tmp/sandbox -f abuse_shield_session_errors`; the renamed suite passed all scenarios with the same runner options. Build/install and formatting also passed. This verifies the CI runner layout locally; it is not a claim that Jenkins has completed a new run. -- 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]
