We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a4acd commit 12b5555Copy full SHA for 12b5555
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/test/FdSocketTest.cpp
@@ -159,7 +159,7 @@ class FdWriteBatchingTest : public testing::TestWithParam<bool> {
159
}
160
161
folly::SocketAddress sockAddr;
162
- sockAddr.setFromPath((tempDir_.path() / "fd-test-socket").string());
+ sockAddr.setFromPath((tempDir_.path() / "sock").string());
163
164
runner_ = std::make_unique<ScopedServerInterfaceThread>(
165
std::make_shared<ServerResponseEnqueuedInterface>(&sendQueue_, baton_),
0 commit comments