Dan Wittmer
6d18fcd3ab
Add ServerStartedCondition to hold the mutex, condition variable and condition. Changes allow callers to correctly handle spurious wakeups.
7 years ago
Dan Wittmer
728f1d2c44
s//used
7 years ago
Dan Wittmer
572dd8e897
Change adds a version of grpc::testing::interop::RunServer that allows clients to pass in optional condition_variable which will be notified when the server has started and port to use, avoiding the need for callers to work with command line options.
...
Above is used to support clients running the server in a separate thread in the same process as the tests are run to support local only tests.
Existing grpc::testing::interop::RunServer calls into new version passing in FLAGS_port and null condition variable.
7 years ago
jboeuf
e5bca395f9
Merge pull request #13235 from jboeuf/jwt_audience
...
Removing port 443 for the service name (used as jwt audience) for https
7 years ago
Julien Boeuf
a274f341d5
Removing port 443 for the service name (used as audience) when the url is https.
7 years ago
Vijay Pai
6da4f51e06
Merge pull request #13257 from vjpai/pb_header
...
Make gRPC C++ library depend on protobuf_headers, not protobuf
7 years ago
Yuchen Zeng
9ec467343d
Merge pull request #13232 from y-zeng/connectivity_watcher
...
Lower backup poll interval in async_end2end_test
7 years ago
Vijay Pai
5e7ceebf6b
Need explicit "protobuf" dependence on proto_utils_test
7 years ago
Vijay Pai
dc7c50e6a4
Switch PB dependence to PB headers dependence
7 years ago
Yash Tibrewal
8cbb89a722
Merge pull request #13246 from yashykt/testlinkage1
...
Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to pr…
7 years ago
Mark D. Roth
e9e77918d1
Merge pull request #13161 from markdroth/service_config_fixes
...
Fix service config parsing bugs
7 years ago
Yuchen Zeng
89f86c08e2
Lower backup poll interval in async_end2end_test
7 years ago
Jan Tattermusch
1238cad6b5
Merge pull request #13252 from jtattermusch/fix_typo_basictests_dbg
...
Fix typo in grpc_basictests_dbg
7 years ago
Jan Tattermusch
c2038b0977
Merge pull request #13251 from jtattermusch/unsimplify_win_debug_worker
...
Windows debug worker needs drive T:
7 years ago
David G. Quintas
ef68fe7239
Merge pull request #13121 from dgquintas/backoff_spec
...
Improvements to C Core's backoff code and API
7 years ago
Jan Tattermusch
1f99078bb9
typo in grpc_basictests_dbg
7 years ago
Jan Tattermusch
64ef0400dd
larger boot drive
7 years ago
Jan Tattermusch
1e9af124f1
fix indentation
7 years ago
Jan Tattermusch
041802c951
Revert "simplify create windows debug worker script"
...
This reverts commit 4160ec4dc0
.
7 years ago
Jan Tattermusch
fb57c665c6
Merge pull request #13239 from jtattermusch/shard_win_basictests_master
...
Shard windows basictests on master to dbg/opt
7 years ago
David Garcia Quintas
eca25f3746
Improvements to C Core's backoff code and API
7 years ago
Yash Tibrewal
cd987a0b2f
Adding public_headers_must_be_c89 as a clang exception
7 years ago
Yash Tibrewal
2f921a3f97
Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to
7 years ago
Noah Eisen
05547052d0
Merge pull request #13243 from grpc/revert-13053-fcfix
...
Revert "Fix benchmark crash"
7 years ago
Noah Eisen
ac5522bef7
Revert "Fix benchmark crash"
7 years ago
Yash Tibrewal
744630d39d
Merge pull request #13234 from yashykt/windowstimerfix
...
Add a grpc_exec_ctx_invalidate_now in grpc_pollset_work for windows
7 years ago
Yash Tibrewal
670106ebb2
Add grpc_exec_ctx_invalidate_now in grpc_pollset_work right after gpr_cv_wait
7 years ago
Jan Tattermusch
e9874c950b
shard windows basictests on master
7 years ago
Jan Tattermusch
53417d6e5e
Merge pull request #13237 from jtattermusch/improve_win_debug_worker_script
...
Simplify create windows debug worker script
7 years ago
Jan Tattermusch
4160ec4dc0
simplify create windows debug worker script
7 years ago
Jan Tattermusch
e8019b21e7
Merge pull request #13229 from jtattermusch/create_windows_debug_worker_script
...
Script for creating windows debug worker
7 years ago
yihuaz
256333d6b0
Merge pull request #13022 from yihuazhang/TSI_TEST_LIB_FIX
...
Modify TSI test library to correctly handle the case of TSI_INCOMPLETE_DATA
7 years ago
Yash Tibrewal
dc84ed63d7
Add a grpc_exec_ctx_invalidate_now at the end of cq_next loop
7 years ago
Craig Tiller
66b740a8c6
Merge pull request #13053 from ctiller/fcfix
...
Fix benchmark crash
7 years ago
Jan Tattermusch
2152b6c368
script for creating windows debug worker
7 years ago
Vijay Pai
b611e249f3
Merge pull request #13216 from vjpai/tst_fixes
...
Remove unused code from thread_stress_test
7 years ago
Abhishek Kumar
8c2d222875
Merge pull request #13210 from y-zeng/end2end_fix
...
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test
7 years ago
Yuchen Zeng
0d573083b9
Add comments for setting the env variable
7 years ago
David G. Quintas
e1d91cfd58
Merge pull request #13208 from dgquintas/lb_poll2
...
Make the BG poller poll very frequently in LB tests
7 years ago
Vijay Pai
4afcf5b566
Remove unused code from thread_stress_test
7 years ago
Noah Eisen
49e2ce3b78
Merge pull request #13205 from ncteisen/pollset-kick
...
Add missing kick counter increment
7 years ago
Yuchen Zeng
452b987a0d
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test
7 years ago
David Garcia Quintas
4b6f3b8c4f
Re-enabled all polling engines for LB tests
7 years ago
David Garcia Quintas
77827e1fb2
BG-poll very frequently to pick up subchannels's updates in LB tests
7 years ago
ncteisen
0961509ebf
Add missing kick counter increment
7 years ago
Matt Kwong
5fa58d5dbe
Merge pull request #13197 from matt-kwong/mac-filter-fix
...
Update brew before using it
7 years ago
apolcyn
0f59869001
Merge pull request #13146 from apolcyn/update_ruby_googleauth_dep_master
...
Update max-allowed-version of googleauth ruby dependency
7 years ago
Jan Tattermusch
c0fe6025b4
Merge pull request #13185 from jtattermusch/reasonable_multipliers
...
Use reasonable multiplier values for C/C++ tests
7 years ago
Noah Eisen
09b4d7cc7d
Merge pull request #13123 from ncteisen/disable-trickle
...
Disable bm_trickle from running under TSAN
7 years ago
Jim King
3e0769957e
Merge pull request #13106 from Vizerai/census_update
...
Cleaning up census code.
7 years ago