Commit Graph

119 Commits

Author SHA1 Message Date
Yash Tibrewal 8a310e5063 Clang tidy 2019-06-17 16:48:30 -07:00
Yash Tibrewal e60c43ff3e Add out of bounds frame tests 2019-06-14 16:13:19 -07:00
Yash Tibrewal ea427791d3 Reviewer comments 2019-06-10 16:24:42 -07:00
Yash Tibrewal 597a67a2b5 Covert to GTEST 2019-06-06 18:18:30 -07:00
Yash Tibrewal 7994ea53fc Add detailed unknown frame type tests 2019-06-06 11:49:57 -07:00
Jan Tattermusch 486b1fe320 Fix bad_client_simple_request test.
The data of 0xffffffff is actually not illegal, the top bit should be
ingored according to the spec.
2019-02-07 10:21:09 +01:00
yang-g e75fc243da change tests to use the new class instead of grpc_test_init 2018-11-30 08:57:38 -08:00
Noah Eisen 4d20a66685 Run clang fmt 2018-02-09 09:34:04 -08:00
Noah Eisen be82e64b3d Autofix c casts to c++ casts 2018-02-09 09:16:55 -08:00
Mehrdad Afshari b9335ebe47 Upmerge branch 'v1.9.x' into 'master' 2018-02-05 23:23:42 -08:00
Ken Payson 1dc0833bed Don't segfault on header replay 2018-01-26 10:58:18 -08:00
Yash Tibrewal 153ebda1ba reduce send size for window overflow test 2018-01-24 17:35:54 -08:00
Yash Tibrewal ea8027a0b1 Merge branch 'master' into badclient 2018-01-24 10:58:25 -08:00
Yash Tibrewal 0d8b21e100 Add helper function for rst_stream 2018-01-23 19:46:42 -08:00
Yash Tibrewal 1791df0a72 Bad client changes to make large metadata test to work again 2018-01-22 03:18:38 -08:00
Mark D. Roth dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 2018-01-18 11:21:12 -08:00
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 2017-12-06 09:47:54 -08:00
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 2017-12-06 09:05:05 -08:00
Yash Tibrewal 81fc8c9c33 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx 2017-11-28 13:23:36 -08:00
Craig Tiller be98d24841 clang-format after nullptr changes 2017-11-10 15:26:57 -08:00
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 2017-11-10 14:14:17 -08:00
Yash Tibrewal 40422d5fa6 Merge master 2017-11-06 14:43:31 -08:00
Craig Tiller baa14a975e Update clang-format to 5.0 2017-11-03 09:09:36 -07:00
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 2017-10-25 16:23:01 -07:00
Craig Tiller ced7653a1c Merge branch 'flowctlN' into flowctl+millis 2017-10-02 11:54:10 -07:00
yang-g 6bf3184127 Fix bad_client_window_overflow_test at mac 2017-09-26 16:40:45 -07:00
Craig Tiller a42a22b2be Update window overflow test 2017-09-20 16:08:25 -07:00
Mark D. Roth 5dd24897a5 Do multiple reads if needed to read full server response. 2017-07-11 07:29:56 -07:00
Craig Tiller 0f016bdcf7 Fix test verification 2017-06-08 09:26:42 -07:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Nicolas "Pixel" Noble eb36b8ac77 Merge branch 'master' of https://github.com/grpc/grpc into import 2017-05-11 23:24:37 +02:00
Nicolas "Pixel" Noble 0444d98f17 C99->C89.
F-it. My sanity isn't worth it.
2017-05-11 17:02:49 +02:00
Craig Tiller dd36b15315 Call ref/unref, bugfixes 2017-03-31 08:27:28 -07:00
Robbie Shade ca7effcdff Replace timeout/scaling macros with functions. 2017-01-31 15:40:20 -05:00
Craig Tiller 7c70b6c144 Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97.
2017-01-23 07:48:42 -08:00
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 2017-01-20 18:11:52 -08:00
Craig Tiller 2e900b1fe3 Fix large metadata test - it was previously overconstrained now that we return better status 2017-01-10 06:48:34 -08:00
Craig Tiller 3b05e1da91 Move from cmp --> eq, and provide a good implementation for interning 2016-11-21 13:46:31 -08:00
Craig Tiller 7d4116fa44 All core tests compile without grpc_mdstr 2016-11-17 12:16:05 -08:00
Craig Tiller 10cd356662 Finish moving to new APIs 2016-11-09 15:20:59 -08:00
Craig Tiller a59c16c184 Progress towards making grpc_slice_unref_internal take an exec_ctx 2016-10-31 07:25:01 -07:00
Craig Tiller 618e67d655 s/GPR_SLICE/GRPC_SLICE/g 2016-10-26 21:08:10 -07:00
Craig Tiller d41a4a720f s/gpr_slice/grpc_slice, and move around tests, impls 2016-10-26 16:16:06 -07:00
Craig Tiller 6d0028ead3 Merge github.com:grpc/grpc into merge-write 2016-09-01 10:49:39 -07:00
Mark D. Roth 7187ab9866 Change cq_verifier to report file and line number for expectations. 2016-08-24 13:49:22 -07:00
Craig Tiller d09f45c625 Ensure ack is sent before relying on that 2016-08-22 09:32:46 -07:00
David Garcia Quintas 8f7365021f Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis 2016-05-18 10:29:57 -07:00
David Garcia Quintas 13878f494b Added missing memset to grpc_op in test 2016-05-13 12:21:01 -07:00
Mark D. Roth 5eba7971fb Switch from snprintf() to gpr_asprintf(). 2016-05-12 14:02:03 -07:00
Mark D. Roth 0eb3e13ea2 Fix large_metadata_bad_client_test to avoid C99 string literal length limit. 2016-05-12 12:33:11 -07:00