commit | 86352b4821085d63861deab59c46ef1042fbfe81 | [log] [tgz] |
---|---|---|
author | zeshuai007 <51382517@qq.com> | Mon Jun 15 17:00:33 2020 +0800 |
committer | Jens Geyer <jensg@apache.org> | Sat Jul 25 12:13:53 2020 +0200 |
tree | 6c9c441d4125e4bb115e9989a769c99b36212677 | |
parent | 23c8e52fa0708c53f74958944ecf04b293d1db73 [diff] [blame] |
THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class Client: cpp Patch: Zezeng Wang This closes #2185
diff --git a/lib/cpp/test/CMakeLists.txt b/lib/cpp/test/CMakeLists.txt index 48e2fd3..ced78a2 100644 --- a/lib/cpp/test/CMakeLists.txt +++ b/lib/cpp/test/CMakeLists.txt
@@ -81,6 +81,7 @@ TypedefTest.cpp TServerSocketTest.cpp TServerTransportTest.cpp + ThrifttReadCheckTests.cpp ) add_executable(UnitTests ${UnitTest_SOURCES})