You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/09/16 16:21:35 UTC

[GitHub] [trafficserver] shinrich opened a new pull request #7197: Fix the active_timeout test to work without quic enabled

shinrich opened a new pull request #7197:
URL: https://github.com/apache/trafficserver/pull/7197


   The master autest job has been failing on active_timeout.  It also failed on my local build with the standard openssl library (no quic enabled).
   
   Looking in diags.log we see
   
   ```
   [Sep 16 16:12:33.112] traffic_server WARNING: Invalid option 'quic' in proxy port descriptor '2003:quic'
   [Sep 16 16:12:33.112] traffic_server WARNING: Invalid option 'quic' in proxy port descriptor '2004:quic:ipv6'
   ```
   
   and 
   
   ```
   [Sep 16 16:12:33.151] [ET_NET 10] ERROR: Could not bind or listen to port 2003 (error: -1)
   [Sep 16 16:12:33.151] [ET_NET 10] WARNING: unable to listen on port 2003: -1 98, Address already in use
   [Sep 16 16:12:33.151] [ET_NET 10] ERROR: Could not bind or listen to port 2004 (error: -1)
   [Sep 16 16:12:33.151] [ET_NET 10] WARNING: unable to listen on port 2004: -1 98, Address already in use
   [Sep 16 16:12:33.151] [ET_NET 10] NOTE: Traffic Server is fully initialized.
   ```
   
   By protecting the enable_quic option to the ts creation with the QUIC feature test, the errors go away and the test passes.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] shinrich merged pull request #7197: Fix the active_timeout test to work without quic enabled

Posted by GitBox <gi...@apache.org>.
shinrich merged pull request #7197:
URL: https://github.com/apache/trafficserver/pull/7197


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org