masaori335 opened a new pull request #8436:
URL: https://github.com/apache/trafficserver/pull/8436


   I faced SSLAddressLookup test failure under the below condition. It looks 
like the `make_endpoint()` returns invalid `IpEndpoint`.
   
   ## Test Failure
   ```
   $ ./test_certlookup
   ...
   REGRESSION TEST SSLAddressLookup started
   RPRINT SSLAddressLookup: insert IPv6 address w/ port
   RPRINT SSLAddressLookup: IPv6 longest match lookup w/ port
   RPRINT SSLAddressLookup: insert IPv4 address
   RPRINT SSLAddressLookup: IPv4 exact match lookup
   RPRINT SSLAddressLookup: IPv4 exact match lookup w/ port
   RPRINT SSLAddressLookup: insert IPv4 address w/ port
   RPRINT SSLAddressLookup: IPv4 longest match lookup
   RPRINT SSLAddressLookup: IPv4 longest match lookup w/ port
       REGRESSION_RESULT SSLAddressLookup:                         FAILED
   ```    
   
   ## Debug log
   ```
   [Oct 19 05:47:09.711] test_certlookup DEBUG: (ssl) indexed '' with SSL_CTX 
0x7fb090e57400 [0]
   [Oct 19 05:47:09.711] test_certlookup DEBUG: (ssl) previously indexed '' 
with SSL_CTX 0, cannot index it with SSL_CTX #1 now
   [Oct 19 05:47:09.711] test_certlookup DEBUG: (ssl) previously indexed '' 
with SSL_CTX 0, cannot index it with SSL_CTX #1 now
   [Oct 19 05:47:09.711] test_certlookup DEBUG: (ssl) previously indexed '' 
with SSL_CTX 0, cannot index it with SSL_CTX #1 now
   ```
   
   ## Conditions
   - ATS master, 9.1.x, and 9.0.x
   - CentOS 7
   - Clang 12.0.1
   - CXXFLAGS: -O3 -DNDEBUG
   


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