Muxi Yan
3305e5c94b
Add user-agent test and regex matching test to test suite
7 years ago
Craig Tiller
85516af26a
Fix tests
7 years ago
Craig Tiller
79c4f1fb14
Fix use after free
7 years ago
Craig Tiller
9d5d07f1e7
Merge branch 'fix_no_poll' of github.com:vjpai/grpc into epexinf
7 years ago
Craig Tiller
bfec10fdcf
clang-format
7 years ago
Craig Tiller
6b9a99c58d
Merge github.com:grpc/grpc into epexinf
7 years ago
Adele Zhou
091c3ebba8
Add suite name, client lang, server name to shortname for displaying on Sponge and being able to use upload_interop_results_to_bq func
7 years ago
Adele Zhou
1dcc10359c
Make cloud_to_prod test shortname format consistent with cloud_to_cloud
7 years ago
Vijay Pai
147a45ae80
Allow zero-duration polls in non-poller
7 years ago
Nicolas Noble
2ac511f44c
Merge pull request #12736 from markdroth/grpclb_update_simplification
...
Simplify grpclb update handling
7 years ago
Adele Zhou
10ab806d28
record results to bq
7 years ago
Vijay Pai
5b87a52b43
Merge pull request #12953 from vjpai/sanitized_non_polling
...
Sanity check that tests declared non-polling actually don't poll
7 years ago
Stanley Cheung
49cca04bfa
Merge pull request #12899 from simplesurance/fix/12898
...
php return the right classes
7 years ago
Vijay Pai
1ba537069c
Sanity check that tests declared non-polling actually don't poll
7 years ago
Craig Tiller
a4ea918631
Merge branch 'pid++' into flow++
7 years ago
Craig Tiller
28157f806c
Merge branch 'timer' into pid++
7 years ago
Craig Tiller
1ec8f8a920
Merge branch 'chttp2_timer' into timer
7 years ago
Craig Tiller
eab5bcb96f
Merge github.com:grpc/grpc into chttp2_timer
7 years ago
Craig Tiller
f4db2ea2a2
Fix sanity
7 years ago
Juanli Shen
df7583e0b6
Update load-balancing.md
7 years ago
Craig Tiller
58e5d90e20
Merge pull request #12863 from ctiller/no-pollers-for-you
...
Set gpr_mpscq_test to not use polling, make that bit work again
7 years ago
Vijay Pai
6e3245c99c
Merge pull request #12950 from vjpai/ssl_gtest
...
Move h2_ssl_cert_test out of end2end fixtures, use gtest
7 years ago
Craig Tiller
a6481f4d73
Fix uninitialized variable
7 years ago
Craig Tiller
c7ececaf59
Merge branch 'pid++' into flow++
7 years ago
Craig Tiller
c9f987426d
Merge branch 'timer' into pid++
7 years ago
Craig Tiller
e94374d0a5
Fix leak
7 years ago
Craig Tiller
0ca5d863e1
Fix leak
7 years ago
Craig Tiller
75aa96bd93
Merge branch 'flow++' of github.com:ctiller/grpc into flow++
7 years ago
Craig Tiller
53fb9f22dd
Merge branch 'timer' of github.com:ctiller/grpc into timer
7 years ago
Craig Tiller
7d5a6b877e
Merge branch 'chttp2_timer' into timer
7 years ago
Craig Tiller
4048569477
Fix compilation
7 years ago
Craig Tiller
99fafa17a3
Fix compilation
7 years ago
Craig Tiller
6b76532473
Merge branch 'vector' of github.com:ctiller/grpc into vector
7 years ago
Craig Tiller
6f2b5f0d22
Fix sanity
7 years ago
Vincent Batts
d149af0487
core: fix int conversion
...
build had failed with [-Werror=conversion] on gcc 7
```
src/core/ext/transport/cronet/transport/cronet_transport.c: In function ‘create_grpc_frame’:
src/core/ext/transport/cronet/transport/cronet_transport.c:693:10: error: conversion to ‘uint8_t {aka unsigned char}’ from ‘int’ may alter its value [-Werror=conversion]
*p++ = (flags & GRPC_WRITE_INTERNAL_COMPRESS) ? 1 : 0;
^
```
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
7 years ago
Vijay Pai
fed13916b0
Move h2_ssl_cert_test out of end2end fixtures, use gtest
7 years ago
Craig Tiller
4e86af77f5
Update CMakelists.txt
7 years ago
Vijay Pai
ca46ce10b0
Merge pull request #12939 from vjpai/proxy_e2e
...
Add a little sleep in end2end_test service to make short deadlines actually expire
7 years ago
Craig Tiller
effa873589
Merge branch 'verify' of github.com:ctiller/grpc into verify
7 years ago
Craig Tiller
4c2f702592
Fixes
7 years ago
Craig Tiller
72c9ba8457
Merge branch 'pid++' of github.com:ctiller/grpc into flow++
7 years ago
Craig Tiller
5d38ac60b8
Merge branch 'timer' into pid++
7 years ago
Craig Tiller
0a64225aab
Merge branch 'chttp2_timer' into timer
7 years ago
Craig Tiller
f78728a79a
Merge github.com:grpc/grpc into chttp2_timer
7 years ago
Craig Tiller
441a14fd43
Merge pull request #12856 from ctiller/qps_failya
...
Cleanup write path, fix some bugs
7 years ago
Vijay Pai
ac8921be5e
Merge branch 'proxy_inproc' into proxy_e2e
7 years ago
Vijay Pai
07165cbaf2
Only put server to sleep when explicitly requested
7 years ago
Vijay Pai
a6294056c8
Run ProxyEnd2End tests (without proxy) for inproc transport
7 years ago
Craig Tiller
35c10cb6da
Merge github.com:grpc/grpc into no-pollers-for-you
7 years ago
Craig Tiller
703d298521
Merge github.com:grpc/grpc into qps_failya
7 years ago