Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Sep 19, 2024
1 parent d0d9957 commit 4f5c62c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fbthrift
Submodule fbthrift updated 99 files
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+1 −1 build/deps/github_hashes/facebook/mvfst-rev.txt
+1 −1 build/deps/github_hashes/facebook/wangle-rev.txt
+3 −1 thrift/compiler/generate/t_mstch_cpp2_generator.cc
+3 −3 thrift/compiler/generate/templates/cpp2/service_async_client_cpp/coroutine_functions.mustache
+14 −17 thrift/compiler/generate/templates/cpp2/service_async_client_cpp/future_functions.mustache
+4 −4 thrift/compiler/generate/templates/cpp2/service_async_client_cpp/sync_functions.mustache
+1 −1 thrift/compiler/generate/templates/cpp2/service_cpp/async_client_cpp.mustache
+5 −5 thrift/compiler/generate/templates/cpp2/service_h/async_client_functions.mustache
+1 −1 thrift/compiler/test/fixtures/basic-annotations/out/cpp2/gen-cpp2/BadServiceAsyncClient.cpp
+44 −24 thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/FactoriesAsyncClient.cpp
+12 −12 thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/FactoriesAsyncClient.h
+2 −2 thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/InteractWithSharedAsyncClient.cpp
+47 −27 thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/MyServiceAsyncClient.cpp
+12 −12 thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/MyServiceAsyncClient.h
+3 −3 thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/PerformAsyncClient.cpp
+1 −1 thrift/compiler/test/fixtures/interactions/out/cpp2_shared/gen-cpp2/InteractLocallyAsyncClient.cpp
+2 −2 thrift/compiler/test/fixtures/single_file_service/out/cpp2/gen-cpp2/module_clients.cpp
+13 −7 thrift/compiler/whisker/expected.h
+85 −0 thrift/compiler/whisker/test/expected_test.cc
+3 −3 thrift/conformance/GTestHarness.cpp
+3 −3 thrift/conformance/cpp2/RPCClient.cpp
+3 −3 thrift/conformance/rpcclient/GTestHarnessRPCClient.cpp
+1 −1 thrift/conformance/rpcserver/RPCServerConformanceHandler.cpp
+4 −4 thrift/conformance/stresstest/StressTest.h
+2 −2 thrift/conformance/stresstest/client/BaseLoadGenerator.h
+1 −1 thrift/conformance/stresstest/client/ClientRunner.cpp
+2 −2 thrift/conformance/stresstest/client/ClientRunner.h
+1 −1 thrift/conformance/stresstest/client/PoissonLoadGenerator.h
+1 −1 thrift/conformance/stresstest/client/StressTestBase.h
+1 −1 thrift/conformance/stresstest/client/StressTestClient.cpp
+1 −1 thrift/conformance/stresstest/client/StressTestClient.h
+4 −4 thrift/conformance/stresstest/server/StressTestHandler.cpp
+4 −4 thrift/doc/contributions/patch.md
+66 −21 thrift/lib/cpp/ContextStack.cpp
+10 −1 thrift/lib/cpp/ContextStack.h
+1 −1 thrift/lib/cpp/server/test/ServerEventHandlerTest.cpp
+1 −1 thrift/lib/cpp2/GeneratedCodeHelper.h
+11 −4 thrift/lib/cpp2/async/AsyncClient.cpp
+9 −2 thrift/lib/cpp2/async/AsyncClient.h
+2 −2 thrift/lib/cpp2/async/ClientBufferedStream.h
+20 −0 thrift/lib/cpp2/async/ClientInterceptorBase.h
+3 −3 thrift/lib/cpp2/async/ClientSinkBridge.h
+1 −1 thrift/lib/cpp2/async/Interaction.h
+4 −4 thrift/lib/cpp2/async/ServerGeneratorStream.h
+3 −3 thrift/lib/cpp2/async/ServerSinkBridge.h
+1 −1 thrift/lib/cpp2/async/ServerStream.h
+2 −2 thrift/lib/cpp2/async/Sink.h
+2 −2 thrift/lib/cpp2/async/SinkBridgeUtil.h
+1 −1 thrift/lib/cpp2/async/tests/AsyncClientTest.cpp
+1 −1 thrift/lib/cpp2/async/tests/ClientBufferedStreamTest.cpp
+11 −0 thrift/lib/cpp2/async/tests/ClientInterceptor.thrift
+224 −3 thrift/lib/cpp2/async/tests/ClientInterceptorTest.cpp
+3 −3 thrift/lib/cpp2/async/tests/ServerStreamTest.cpp
+1 −1 thrift/lib/cpp2/async/tests/SinkServiceTest.cpp
+2 −2 thrift/lib/cpp2/async/tests/StreamServiceTest.cpp
+1 −1 thrift/lib/cpp2/async/tests/util/TestSinkService.cpp
+1 −1 thrift/lib/cpp2/async/tests/util/TestStreamService.cpp
+2 −2 thrift/lib/cpp2/async/tests/util/Util.h
+3 −3 thrift/lib/cpp2/gen/client_h.h
+1 −1 thrift/lib/cpp2/gen/service_h.h
+4 −4 thrift/lib/cpp2/server/PerturbSource.h
+1 −1 thrift/lib/cpp2/server/PolledServiceHealth.h
+3 −3 thrift/lib/cpp2/server/ServiceHealthPoller.cpp
+1 −1 thrift/lib/cpp2/server/ServiceHealthPoller.h
+1 −1 thrift/lib/cpp2/server/ServiceInterceptorBase.h
+4 −4 thrift/lib/cpp2/server/ThriftServer.cpp
+1 −1 thrift/lib/cpp2/server/ThriftServer.h
+1 −1 thrift/lib/cpp2/server/test/ServiceInterceptorTest.cpp
+2 −2 thrift/lib/cpp2/test/ClientBench.cpp
+1 −1 thrift/lib/cpp2/test/ClientTest.cpp
+2 −2 thrift/lib/cpp2/test/CoroutineTest.cpp
+1 −1 thrift/lib/cpp2/test/GuardedRequestChannelTest.cpp
+1 −1 thrift/lib/cpp2/test/InstrumentationTest.cpp
+12 −8 thrift/lib/cpp2/test/InteractionTest.cpp
+1 −1 thrift/lib/cpp2/test/ProcessorEventHandlerTest.cpp
+3 −3 thrift/lib/cpp2/test/ReconnectingRequestChannelTest.cpp
+3 −3 thrift/lib/cpp2/test/RetryingRequestChannelTest.cpp
+7 −7 thrift/lib/cpp2/test/ServiceHealthPollerTest.cpp
+1 −1 thrift/lib/cpp2/test/ThriftServerExceptionTest.cpp
+2 −2 thrift/lib/cpp2/test/server/ServiceHealthPollingTest.cpp
+2 −2 thrift/lib/cpp2/test/server/ThriftServerTest.cpp
+2 −2 thrift/lib/cpp2/test/util/ScopedServerInterfaceThreadTest.cpp
+1 −1 thrift/lib/cpp2/transport/rocket/server/test/FdSocketTest.cpp
+1 −1 thrift/lib/cpp2/transport/rocket/test/StreamingTest.cpp
+3 −3 thrift/lib/cpp2/transport/rocket/test/network/RocketNetworkTest.cpp
+91 −0 thrift/lib/go/thrift/header_server_test.go
+45 −0 thrift/lib/go/thrift/rocket_server_test.go
+1 −1 thrift/lib/go/thrift/rocket_server_transport.go
+1 −1 thrift/lib/python/client/OmniClient.cpp
+2 −2 thrift/lib/python/client/test/omni_client_test.cpp
+38 −12 thrift/lib/python/mutable_types.pyx
+2 −0 thrift/lib/python/server/PythonAsyncProcessorFactory.cpp
+16 −6 thrift/lib/python/test/mutable_structs.py
+2 −2 thrift/lib/python/util.h
+1 −1 thrift/lib/thrift/RpcMetadata.thrift
+1 −1 thrift/lib/thrift/metadata.thrift
+94 −4 thrift/test/thrift-python/struct_test.py
+1 −0 thrift/test/thrift-python/struct_test.thrift
2 changes: 1 addition & 1 deletion cachelib/external/fizz
2 changes: 1 addition & 1 deletion cachelib/external/folly

0 comments on commit 4f5c62c

Please sign in to comment.