Yash Tibrewal
|
ea427791d3
|
Reviewer comments
|
6 years ago |
Yash Tibrewal
|
597a67a2b5
|
Covert to GTEST
|
6 years ago |
Yash Tibrewal
|
7994ea53fc
|
Add detailed unknown frame type tests
|
6 years ago |
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.
|
6 years ago |
yang-g
|
e75fc243da
|
change tests to use the new class instead of grpc_test_init
|
6 years ago |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
7 years ago |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
7 years ago |
Ken Payson
|
1dc0833bed
|
Don't segfault on header replay
|
7 years ago |
Yash Tibrewal
|
153ebda1ba
|
reduce send size for window overflow test
|
7 years ago |
Yash Tibrewal
|
0d8b21e100
|
Add helper function for rst_stream
|
7 years ago |
Yash Tibrewal
|
1791df0a72
|
Bad client changes to make large metadata test to work again
|
7 years ago |
Mark D. Roth
|
dbdf495f61
|
Split lib/support into lib/gpr and lib/gpr++.
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
Yash Tibrewal
|
8cf1470a51
|
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
|
7 years ago |
Yash Tibrewal
|
ad4d2dde00
|
Revert "All instances of exec_ctx being passed around in src/core removed"
|
7 years ago |
Yash Tibrewal
|
81fc8c9c33
|
Fix tests to call grpc_init and grpc_shutdown before using exec_ctx
|
7 years ago |
Craig Tiller
|
be98d24841
|
clang-format after nullptr changes
|
7 years ago |
Craig Tiller
|
4ac2b8e585
|
Enable clang-tidy as a sanity check, fix up all known failures
|
7 years ago |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
7 years ago |
Yash Tibrewal
|
34a57d0346
|
rename all test core files to cc and a lot of C++ style conversions
|
7 years ago |
yang-g
|
6bf3184127
|
Fix bad_client_window_overflow_test at mac
|
7 years ago |
Craig Tiller
|
a42a22b2be
|
Update window overflow test
|
7 years ago |
Mark D. Roth
|
5dd24897a5
|
Do multiple reads if needed to read full server response.
|
8 years ago |
Craig Tiller
|
0f016bdcf7
|
Fix test verification
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Nicolas "Pixel" Noble
|
0444d98f17
|
C99->C89.
F-it. My sanity isn't worth it.
|
8 years ago |
Alexander Polcyn
|
f5521c33f9
|
Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a , reversing
changes made to dc36f4df6a .
|
8 years ago |
Craig Tiller
|
dd36b15315
|
Call ref/unref, bugfixes
|
8 years ago |
Robbie Shade
|
ca7effcdff
|
Replace timeout/scaling macros with functions.
|
8 years ago |
Craig Tiller
|
7c70b6c144
|
Revert "Revert "Metadata handling rewrite""
This reverts commit 5e01e2ac97 .
|
8 years ago |
Craig Tiller
|
5e01e2ac97
|
Revert "Metadata handling rewrite"
|
8 years ago |
Craig Tiller
|
2e900b1fe3
|
Fix large metadata test - it was previously overconstrained now that we return better status
|
8 years ago |
Craig Tiller
|
3b05e1da91
|
Move from cmp --> eq, and provide a good implementation for interning
|
8 years ago |
Craig Tiller
|
7d4116fa44
|
All core tests compile without grpc_mdstr
|
8 years ago |
Craig Tiller
|
10cd356662
|
Finish moving to new APIs
|
8 years ago |
Craig Tiller
|
a59c16c184
|
Progress towards making grpc_slice_unref_internal take an exec_ctx
|
8 years ago |
Craig Tiller
|
618e67d655
|
s/GPR_SLICE/GRPC_SLICE/g
|
8 years ago |
Craig Tiller
|
d41a4a720f
|
s/gpr_slice/grpc_slice, and move around tests, impls
|
8 years ago |
Mark D. Roth
|
7187ab9866
|
Change cq_verifier to report file and line number for expectations.
|
8 years ago |
Craig Tiller
|
d09f45c625
|
Ensure ack is sent before relying on that
|
8 years ago |
David Garcia Quintas
|
13878f494b
|
Added missing memset to grpc_op in test
|
9 years ago |
Mark D. Roth
|
5eba7971fb
|
Switch from snprintf() to gpr_asprintf().
|
9 years ago |
Mark D. Roth
|
0eb3e13ea2
|
Fix large_metadata_bad_client_test to avoid C99 string literal length limit.
|
9 years ago |
Mark D. Roth
|
067cce56d4
|
Fix asan test failure.
|
9 years ago |
Mark D. Roth
|
22b338e210
|
Apply clang-format diffs.
|
9 years ago |
Mark D. Roth
|
a4edeb3372
|
Fix build breakage in bad_client tests.
|
9 years ago |
Mark D. Roth
|
8a1d8052eb
|
Added bad_client test to check that the server rejects requests with too
much metadata and refuses to send responses with too much metadata.
|
9 years ago |
Mark D. Roth
|
1f3319bc88
|
Fixed clang formatting problems.
|
9 years ago |
Mark D. Roth
|
c5b1eef8b1
|
Change C implementation to not log an "Unexpected content-type" message
when the header includes a semicolon.
|
9 years ago |
Craig Tiller
|
307a7207a0
|
Add a failing test due to a head of line blocking bug in the server
|
9 years ago |