maskit opened a new pull request, #13372:
URL: https://github.com/apache/trafficserver/pull/13372

   The async_handshake test plugin is only built with OpenSSL 
(TS_USE_TLS_ASYNC). SkipUnless does not evaluate its conditions where it 
appears; it only registers them for the framework to check later, so the test 
file keeps executing and PrepareTestPlugin ran at load time and raised a 
ValueError when the plugin was missing, reported as a test exception instead of 
a skip. Guard the call on file existence so the test skips cleanly on 
non-OpenSSL builds.


-- 
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]

Reply via email to