Denis Kovalchuk <denis.kovalc...@visualsvn.com> writes: > The change affects test_ssl_handshake() and test_ssl_alpn_negotiate() tests > that > use ssl_server_cert_cb_expect_failures() callback with > SERF_SSL_CERT_UNKNOWNCA. > The callback will now be called one more time with failures = 0, which results > in REPORT_TEST_SUITE_ERROR().
Hello Denis, What do you think about a slightly alternative fix with changing the ssl_server_cert_cb_expect_failures() callback so that it would not result in the test error if there are no `failures`? Maybe that could allow for a more robust fix that doesn't require rewriting the tests to a different callback, depending on the kind of failures that should be ignored. Thanks, Evgeny Kotkov