[
https://issues.apache.org/jira/browse/TS-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14903595#comment-14903595
]
ASF subversion and git services commented on TS-3885:
-----------------------------------------------------
Commit ddadf76dab5da54e6c42973e4a21b380b683dce4 in trafficserver's branch
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=ddadf76 ]
Revert "TS-3885: Clang format"
This reverts commit 9cb0b497b5bd5e209d728a0aaca22d6c6a7ed7a3.
These commits breaks CI in that the regressions can segfault.
See TS-3926 for details.
> Regression tests SDK_API_TSNetVConn and SDK_API_TSPortDescriptor run forever
> ----------------------------------------------------------------------------
>
> Key: TS-3885
> URL: https://issues.apache.org/jira/browse/TS-3885
> Project: Traffic Server
> Issue Type: Bug
> Components: TS API
> Reporter: Pushkar Pradhan
> Assignee: Pushkar Pradhan
> Fix For: 6.1.0
>
>
> The regression tests SDK_API_TSNetVConn and SDK_API_TSPortDescriptor run
> forever. This happens because on a vanilla build
> proxy.config.net.defer_accept is non-zero.
> If this value is non-zero it tells the kernel on the server to notify the
> listening process only when the client sends any data on the socket.
> Since the client_handler code in these tests never sends any data, the
> server_handler is never invoked.
> Since the server_handler code is the one that sets the regression test as
> passed, it just runs forever.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)