index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
end2end
Commit message (
Expand
)
Author
Age
*
Provide a way to use custom search path for gmock.h
yang-g
2017-12-22
*
Merge pull request #13494 from dgquintas/backoff_cpp
David G. Quintas
2017-12-19
|
\
|
*
Fix another data race in client_lb_end2end
David Garcia Quintas
2017-12-19
|
*
fix tsan issue in client_lb_end2end
David Garcia Quintas
2017-12-18
|
*
Removed exec_ctx from new client_lb_end2end code
David Garcia Quintas
2017-12-18
*
|
Mark a couple of test binaries asa testonly
Alexander Polcyn
2017-12-15
|
*
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
David Garcia Quintas
2017-12-15
|
|
\
|
|
/
|
/
|
|
*
PR comments, round 3
David Garcia Quintas
2017-12-15
|
*
PR comments
David Garcia Quintas
2017-12-14
*
|
Merge pull request #13710 from ctiller/fix17it1
Craig Tiller
2017-12-13
|
\
\
|
|
*
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
David Garcia Quintas
2017-12-13
|
|
|
\
|
|
_
|
/
|
/
|
|
|
|
*
Added tests for initial and min connect backoffs
David Garcia Quintas
2017-12-13
|
*
|
Fixes
Craig Tiller
2017-12-13
*
|
|
Merge pull request #13678 from sreecha/rpc-deadline-fix
Sree Kuchibhotla
2017-12-11
|
\
\
\
|
|
*
|
Fix test helper binaries
Craig Tiller
2017-12-11
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped
Noah Eisen
2017-12-08
|
\
\
\
|
*
|
|
Reviewer feedback
ncteisen
2017-12-08
*
|
|
|
Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx
Yash Tibrewal
2017-12-08
|
\
\
\
\
|
*
\
\
\
Merge master
Yash Tibrewal
2017-12-07
|
|
\
\
\
\
*
|
|
|
|
|
Make it possible to ignore result of SendRPC() in test
David Garcia Quintas
2017-12-07
|
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
Tweak the RpcDeadline test to reduce flakes
Sree Kuchibhotla
2017-12-07
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
PR comments
David Garcia Quintas
2017-12-06
*
|
|
|
Fixed ClientLbEnd2endTest.RoundRobinReresolve flakiness
David Garcia Quintas
2017-12-06
|
*
|
|
Revert "Revert "All instances of exec_ctx being passed around in src/core rem...
Yash Tibrewal
2017-12-06
|
/
/
/
*
|
|
Revert "All instances of exec_ctx being passed around in src/core removed"
Yash Tibrewal
2017-12-06
*
|
|
Merge master into execctx
Yash Tibrewal
2017-12-05
|
\
\
\
|
|
*
|
Add tests
ncteisen
2017-12-04
|
|
|
/
|
*
/
Fix UpdatesTest.UpdateBalancersDeadUpdate expectation
David Garcia Quintas
2017-12-04
|
|
/
*
|
Remove _ prefixed variable names
Yash Tibrewal
2017-11-29
*
|
Merge master
Yash Tibrewal
2017-11-16
|
\
|
*
|
Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...
Yash Tibrewal
2017-11-14
*
|
Address some PR comments
Yash Tibrewal
2017-11-14
|
*
clang-format after nullptr changes
Craig Tiller
2017-11-10
|
*
Enable clang-tidy as a sanity check, fix up all known failures
Craig Tiller
2017-11-10
*
|
Removing more exec_ctx instances
Yash Tibrewal
2017-11-09
*
|
Merge with master
Yash Tibrewal
2017-11-09
|
\
|
|
*
Merge pull request #13147 from yashykt/testc++ize
Yash Tibrewal
2017-11-07
|
|
\
|
*
|
Use same cq for client and server
yang-g
2017-11-07
|
|
*
Merge master
Yash Tibrewal
2017-11-06
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge github.com:grpc/grpc into 50
Craig Tiller
2017-11-06
|
|
\
\
|
|
*
|
Lower backup poll interval in async_end2end_test
Yuchen Zeng
2017-11-03
|
*
|
|
Update clang-format to 5.0
Craig Tiller
2017-11-03
|
|
/
/
|
|
*
Merge master
Yash Tibrewal
2017-11-02
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #13216 from vjpai/tst_fixes
Vijay Pai
2017-11-01
|
|
\
\
|
*
\
\
Merge pull request #13210 from y-zeng/end2end_fix
Abhishek Kumar
2017-11-01
|
|
\
\
\
|
|
|
|
*
Merge master
Yash Tibrewal
2017-11-01
|
|
|
|
|
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
Add comments for setting the env variable
Yuchen Zeng
2017-11-01
|
|
|
*
|
Remove unused code from thread_stress_test
Vijay Pai
2017-11-01
|
|
*
|
|
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test
Yuchen Zeng
2017-10-31
|
|
|
/
/
|
*
/
/
BG-poll very frequently to pick up subchannels's updates in LB tests
David Garcia Quintas
2017-10-31
|
|
/
/
[next]