apolcyn
|
c204647295
|
Merge pull request #8699 from apolcyn/run_perf_on_benchmarks
Add perf option to benchmark runner script, create text profiles and flamegraphs
|
8 years ago |
Alexander Polcyn
|
9f08d110f8
|
add a "perf" option to benchmarks script, generate profile text reports and flamegraphs
|
8 years ago |
apolcyn
|
ad13e597e5
|
Merge pull request #8969 from apolcyn/fix_netperf_quit_job_timeout
handle empty string for qps workers in driver and dont quit them after netperf test
|
8 years ago |
Craig Tiller
|
ef17501a60
|
Merge pull request #8898 from rjshade/fix_tsan
Fix TSAN failure when running DEBUG mode.
|
8 years ago |
Muxi Yan
|
17ebccffe7
|
Merge pull request #8344 from muxi/cronet-stream-read
Fix Cronet end2end tests
|
8 years ago |
David Garcia Quintas
|
ec7ba39317
|
PR comments
|
8 years ago |
David Garcia Quintas
|
3da4188176
|
Fix handling of streams waiting for concurrency
|
8 years ago |
Craig Tiller
|
5f5f470b13
|
Merge pull request #8930 from ctiller/fixit19
Make TCP error messages more descriptive
|
8 years ago |
Masood Malekghassemi
|
307ee65034
|
Merge pull request #8966 from soltanmm-google/this-is-okay
Fix #8285
|
8 years ago |
Masood Malekghassemi
|
dfd5199e0e
|
Unpin Python setuptools dependency
Fixes #8285, allows us to work on later versions of virtualenv without
getting problems with too-recent python packaging versions.
|
8 years ago |
Muxi Yan
|
58d68f0d49
|
Turn off Cronet logging
|
8 years ago |
David G. Quintas
|
e7825eae1e
|
Merge pull request #8986 from dgquintas/rename_gbench_2
Renamed google_benchmark submodule to benchmark (bis)
|
8 years ago |
Vijay Pai
|
bd3af4ec03
|
Merge pull request #8984 from murgatroid99/node_perf_test_quit_fix
Perform quit operations in a useful order in Node perf tests
|
8 years ago |
David Garcia Quintas
|
ff3112188b
|
Renamed google_benchmark submodule to benchmark
|
8 years ago |
murgatroid99
|
200ef28796
|
Perform quit operations in a useful order in Node perf tests
|
8 years ago |
Muxi Yan
|
7c9076ab7a
|
Merge pull request #8960 from muxi/test-timeout-flakiness
Increase and unify test timeout of Objective C tests
|
8 years ago |
Jan Tattermusch
|
bc4403ad74
|
Merge pull request #8948 from jtattermusch/internal_fuzzer
Try running client_fuzzer on internal CI
|
8 years ago |
Masood Malekghassemi
|
52493d84c2
|
Merge pull request #8965 from soltanmm-google/let's-try-that-again
Fix test runner failures for Python on Windows
|
8 years ago |
Alex Polcyn
|
ca5e92442f
|
clean up scenario.workers length check
|
8 years ago |
Alex Polcyn
|
fcf09ea42e
|
handle empty string for qps workers in driver and dont quit them on netperf
|
8 years ago |
Craig Tiller
|
dc74a4d58b
|
Merge pull request #8962 from ctiller/fixit29
Fix race if connector is shutdown while connecting
|
8 years ago |
Craig Tiller
|
eac8af7333
|
Merge pull request #8959 from vjpai/track_cq_finalize
Don't allow core CQ shutdown whille C++ CQ tags may still trigger new ops
|
8 years ago |
Muxi Yan
|
b1341a302b
|
Use unified test timeouts
|
8 years ago |
Craig Tiller
|
bc74e1b208
|
Merge pull request #8963 from ctiller/fixit31
Interop test might take a little longer to start up (esp. w/tsan)
|
8 years ago |
Craig Tiller
|
76b7ab431a
|
Interop test might take a little longer to start up (esp. w/tsan)
|
8 years ago |
Masood Malekghassemi
|
c4f5a2eed2
|
Fix test runner failures for Python on Windows
|
8 years ago |
Craig Tiller
|
4ee9bb06b9
|
Fix race if connector is shutdown while connecting
|
8 years ago |
Craig Tiller
|
749ccd99df
|
Merge branch 'track_cq_finalize' of github.com:vjpai/grpc into fixit29
|
8 years ago |
Craig Tiller
|
9c5318aba0
|
Fix shutdown problems with sync server
|
8 years ago |
Vijay Pai
|
7e499aa3fb
|
Bring back gli initializer summoning
|
8 years ago |
Muxi Yan
|
949309104a
|
Increase test timeout of testMetadata to 8s to alleviate flakiness under overloaded Jenkins mac machine
|
8 years ago |
Vijay Pai
|
6510d47c81
|
gpr_atm isn't automatically initialized to 0. Thanks Obama.
|
8 years ago |
Vijay Pai
|
bf24dd9e51
|
clang-format
|
8 years ago |
Vijay Pai
|
cbe1599250
|
Track requests that could cause other requests to be created, and don't do
a real core shutdown of a CQ until such requests are done
|
8 years ago |
Craig Tiller
|
1d3ad2b249
|
Merge pull request #8938 from ctiller/fixit23
Reliably handle failing streams during writes
|
8 years ago |
Jorge Canizales
|
b23c86bcd7
|
Merge pull request #8790 from pquerna/objc_fix_leak_of_buffer
Objective-C: Fix memory leak of every message sent
|
8 years ago |
Craig Tiller
|
032ca47012
|
Merge pull request #8944 from dgquintas/interop_server_atm
Fix data race with atomic for interop c++
|
8 years ago |
Craig Tiller
|
9b1ad661ba
|
Merge pull request #8955 from ctiller/fixit26
Update server_crash_test to account for longer reconnect timeouts
|
8 years ago |
Craig Tiller
|
c17cdb89c0
|
Merge pull request #8956 from markdroth/import_fix
Fix test name conflict in import. Also use low-thread-count variant for asan.
|
8 years ago |
Craig Tiller
|
73c4f8fce1
|
Readability improvements
|
8 years ago |
Craig Tiller
|
504ae4347b
|
Add parens
|
8 years ago |
Mark D. Roth
|
bf25e240bc
|
Fix test name conflict in import. Also use low-thread-count variant for asan.
|
8 years ago |
Craig Tiller
|
fbcd9a7344
|
Update server_crash_test to account for longer reconnect timeouts
|
8 years ago |
Paul Querna
|
d907370fc8
|
GPR Buffers need to be destroyed, not directly freed, otherwise it leaks reference counted backing slices.
|
8 years ago |
Craig Tiller
|
e5b661ec14
|
Merge github.com:grpc/grpc into fixit23
|
8 years ago |
Craig Tiller
|
9c6b5951af
|
Merge pull request #8953 from ctiller/fixit25
clang-format
|
8 years ago |
Craig Tiller
|
909935087b
|
Get idle edge reliably
|
8 years ago |
Craig Tiller
|
818d40ba7e
|
Merge branch 'fixit25' into fixit23
|
8 years ago |
Craig Tiller
|
e9c75e3f92
|
Merge github.com:grpc/grpc into fixit23
|
8 years ago |
Craig Tiller
|
73122ba8f5
|
clang-format
|
8 years ago |