[
https://issues.apache.org/jira/browse/THRIFT-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952099#comment-14952099
]
Hudson commented on THRIFT-3371:
--------------------------------
SUCCESS: Integrated in Thrift #1682 (See
[https://builds.apache.org/job/Thrift/1682/])
THRIFT-3371: added test for abstract namespace domain sockets. (roger: rev
dd08f6e43cf1d9eccf5e5de702106bbbbd9b2b07)
* test/cpp/src/TestServer.cpp
* test/crossrunner/test.py
* test/crossrunner/run.py
* test/cpp/src/TestClient.cpp
THRIFT-3371 Abstract namespace Unix domain sockets broken in C++ (roger: rev
5d93b04f9ee4b75dc9b82122fef2a759f88d9fdb)
* lib/cpp/src/thrift/transport/TSocket.cpp
* lib/cpp/src/thrift/transport/TServerSocket.cpp
> Abstract namespace Unix domain sockets broken in C++
> ----------------------------------------------------
>
> Key: THRIFT-3371
> URL: https://issues.apache.org/jira/browse/THRIFT-3371
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Environment: Linux
> Reporter: Pavlo Penenko
> Assignee: Roger Meier
>
> According to http://man7.org/linux/man-pages/man7/unix.7.html :
> The socket's address in this namespace is given by the
> additional bytes in sun_path that are covered by the specified
> length of the address structure. (Null bytes in the name have no
> special significance.)
> This used to work after the THRIFT-1481 change because the structure was
> 0-initialized but was probably broken later in
> 3e50a9a1d01950f356242aaab0cbf5fae778b81c
> I have an abstract namespace unit test and a fix coming up on GitHub.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)