bneradt commented on PR #11286: URL: https://github.com/apache/trafficserver/pull/11286#issuecomment-2075531344
Thanks for the review @maskit . > This change is fine, but it sounds like a design issue in AuTest... That's a good point. Maybe I can submit a patch so autest itself can keep the tests separate. At least it warns. :) > I actually get errors when I run autest because of too long path lengths. I'm familiar with this. The pathing issue isn't actually an autest framework problem. Some tests create sockets and the OS limits the path length of those. I generally get around this by using `--sandbox /tmp/sb`. `/tmp/sb` is short enough that it avoids the path length issues. -- 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]
