Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
aa24e9a77d1865d2bfea3227720446cda7496c36
/
tools
/
run_tests
314f439
Increase test timeouts
by Craig Tiller
· 8 years ago
503653e
Merge pull request #8456 from ctiller/pid_ctl
by Craig Tiller
· 8 years ago
3b476d4
Merge pull request #8613 from matt-kwong/try-using-jessie
by matt-kwong
· 8 years ago
0b48db4
Merge pull request #8537 from markdroth/remove_fake_resolver
by Mark D. Roth
· 8 years ago
453d563
Merge github.com:grpc/grpc into microbench
by Craig Tiller
· 8 years ago
83c45bb
Merge pull request #8620 from nicolasnoble/master
by David G. Quintas
· 8 years ago
733a420
Removing dependency between tsi and grpc.
by Nicolas "Pixel" Noble
· 8 years ago
d3f25b3
Merge remote-tracking branch 'upstream/master' into remove_fake_resolver
by Mark D. Roth
· 8 years ago
b37ace5
Merge pull request #8602 from vjpai/turn_it_to_11
by Vijay Pai
· 8 years ago
9895a56
Merge pull request #8598 from ctiller/rst_stream
by Muxi Yan
· 8 years ago
1347e40
Use Jessie instead of Ubuntu Dockerfile for GCC-4.8 tests
by Matt Kwong
· 8 years ago
739a93e
Merge branch 'master' into turn_it_to_11
by Vijay Pai
· 8 years ago
11c2ccc
Merge pull request #8600 from matt-kwong/disable-c++-gcc4.4-tests
by matt-kwong
· 8 years ago
029ed10
Enable port tests to be run using gcc4.8
by Matt Kwong
· 8 years ago
6c8492d
Merge remote-tracking branch 'upstream/master' into remove_fake_resolver
by Mark D. Roth
· 8 years ago
57f30d1
Merge pull request #8523 from markdroth/lb_policy_name_channel_arg
by Mark D. Roth
· 8 years ago
105b394
Merge pull request #8568 from dgquintas/grpclb_leaks_fix
by David G. Quintas
· 8 years ago
6e7baf7
generate projects
by David Garcia Quintas
· 8 years ago
320ed13
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
by Vijay Pai
· 8 years ago
e140d5c
Regenerate all projects
by Vijay Pai
· 8 years ago
e3beac9
Disable gcc4.4 C++ tests - DO NOT MERGE INTO V1.0.X
by Matt Kwong
· 8 years ago
c939022
More data massaging
by Craig Tiller
· 8 years ago
ac119ba
Merge github.com:grpc/grpc into microbench
by Craig Tiller
· 8 years ago
7bc42d2
Missed file
by Craig Tiller
· 8 years ago
87a066e
Ran generate_projects.sh
by Mark D. Roth
· 8 years ago
ed531b8
More data massaging
by Craig Tiller
· 8 years ago
0df7d34
Merge pull request #8380 from y-zeng/reflection_header
by Yuchen Zeng
· 8 years ago
6e3e39f
Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver
by Mark D. Roth
· 8 years ago
7e0c2f8
Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg
by Mark D. Roth
· 8 years ago
77fbc1c
Fix some typos
by Craig Tiller
· 8 years ago
2634595
Merge pull request #8583 from ctiller/new_fields
by Craig Tiller
· 8 years ago
bd3ab19
Add some fields to bigquery
by Craig Tiller
· 8 years ago
9ba10d8
Merge pull request #8542 from matt-kwong/decrease-test-time
by matt-kwong
· 8 years ago
fef9896
Add --inner_jobs args to run_tests_matrix.py
by Matt Kwong
· 8 years ago
1e088b4
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
3935263
Merge pull request #8552 from ncteisen/cpp_unimplemented_service
by Noah Eisen
· 8 years ago
15b04e4
Merge pull request #8559 from murgatroid99/v1.0.1_upmerge
by Michael Lumish
· 8 years ago
a12e6d8
Merge pull request #8367 from soltanmm-google/blurb
by Masood Malekghassemi
· 8 years ago
5d6ae93
Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge
by murgatroid99
· 8 years ago
fa014a8
Merge github.com:grpc/grpc into pid_ctl
by Craig Tiller
· 8 years ago
6628e36
Merge pull request #8239 from ctiller/buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
d28417c
Merge pull request #8484 from jtattermusch/performance_tests_report
by Jan Tattermusch
· 8 years ago
bba5285
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
c02bd2d
Merge branch 'master' of https://github.com/grpc/grpc into cpp_unimplemented_service
by Noah Eisen
· 8 years ago
846a18a
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
7fc1d4e
Update infrastructure to call new unimplemented_service interop test
by Noah Eisen
· 8 years ago
51fc01d
Merge pull request #8419 from murgatroid99/node_express_benchmark
by Michael Lumish
· 8 years ago
aea3105
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
c293f72
Merge pull request #8524 from soltanmm-google/grit-in-the-eye
by Masood Malekghassemi
· 8 years ago
612ca22
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
eebc8c8
Merge pull request #8498 from sreecha/sync_streaming
by Sree Kuchibhotla
· 8 years ago
50cc196
npm cache clean is not a good idea in the artifact build
by murgatroid99
· 8 years ago
6476170
Mark disappearing_server as flaky: this was always so, but is more pronounced now - and will be fixed with retries
by Craig Tiller
· 8 years ago
e127a39
Change tests to use channel args instead of fake_resolver query args.
by Mark D. Roth
· 8 years ago
cb356b2
Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_arg
by Mark D. Roth
· 8 years ago
3d357d9
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
5282cdb
Run benchamrks to ensure zero bitrot
by Craig Tiller
· 8 years ago
06fbca0
Don't try to build Node 7 artifacts yet
by murgatroid99
· 8 years ago
ebf8820
Decrease Node module cache time to avoid errors with out-of-date modules
by murgatroid99
· 8 years ago
cad0908
Break out of build process if in vanilla MSYS
by Masood Malekghassemi
· 8 years ago
4522876
Add test for setting LB policy via C++ API.
by Mark D. Roth
· 8 years ago
5a3f862
Add missing comma in run_tests.py
by murgatroid99
· 8 years ago
e4e457e
Merge remote-tracking branch 'upstream/master' into circular_dependency_fix
by Mark D. Roth
· 8 years ago
d4a5971
Merge pull request #8462 from markdroth/resolver_channel_args
by Mark D. Roth
· 8 years ago
bfe5680
Move method_config module from ext/client_channel to lib/transport.
by Mark D. Roth
· 8 years ago
49607a8
Ran generate_projects.sh
by Mark D. Roth
· 8 years ago
fb809b7
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
by Mark D. Roth
· 8 years ago
9700788
Merge pull request #8449 from ncteisen/new_python_interop_tests
by Noah Eisen
· 8 years ago
4c2e3e7
Merge pull request #8377 from htuch/alpn
by Craig Tiller
· 8 years ago
42fea2a
Initial google_benchmark integration: generated files
by Craig Tiller
· 8 years ago
d3cd017
Initial google_benchmark integration: source changes
by Craig Tiller
· 8 years ago
9785c8f
Implement the advanced interop tests for Python
by Noah Eisen
· 8 years ago
59792a3
Build Node artifacts and allow Node tests for Node 7
by murgatroid99
· 8 years ago
a83ee60
New streaming scenario
by Sree Kuchibhotla
· 8 years ago
dc39353
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
3a96ee3
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
b40a8fa
Merge pull request #8437 from makdharma/stress_test_options
by makdharma
· 8 years ago
9193119
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
8e386a6
Merge remote-tracking branch 'upstream/master' into reflection_header
by Yuchen Zeng
· 8 years ago
3cb89bc
Merge pull request #8281 from gcasto/cronet_cpp_api
by Yang Gao
· 8 years ago
fe8c501
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
d30699c
Merge remote-tracking branch 'upstream/master' into reflection_header
by Yuchen Zeng
· 8 years ago
1e31973
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
94d40cb
make benchmarks create report.xml
by Jan Tattermusch
· 8 years ago
7be1322
Restrict handshake_{client,server} to linux platform.
by Harvey Tuch
· 8 years ago
93ca807
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
by Mark D. Roth
· 8 years ago
62b2a90
Fix handshake_client bind flakes and build issues.
by Harvey Tuch
· 8 years ago
8cdf17a
Introduce a grpc-exp ALPN protocol identifier.
by Harvey Tuch
· 8 years ago
f89a4a1
Merge pull request #8397 from apolcyn/fix_performance_test_silent_failures
by apolcyn
· 8 years ago
898a2e9
clean up error message
by Alexander Polcyn
· 8 years ago
447548b
show logs from qps workers
by Jan Tattermusch
· 8 years ago
b516cad
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
ae07f7f
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
by Mark D. Roth
· 8 years ago
99e61f8
Merge pull request #8418 from markdroth/interop_flags
by Mark D. Roth
· 8 years ago
af84245
Remove resolver_result.
by Mark D. Roth
· 8 years ago
d9cbec4
Merge pull request #8095 from markdroth/rename_client_config
by Mark D. Roth
· 8 years ago
c5fb957
Merge branch 'master' into rpc_mgr
by Sree Kuchibhotla
· 8 years ago
8269d7d
Merge pull request #8215 from sreecha/new_scenario
by Nicolas Noble
· 8 years ago
213793b
added platform test suites and other fixes
by Matt Kwong
· 8 years ago
f62140d
improve pull request test filtering
by Matt Kwong
· 8 years ago
Next »