Craig Tiller
1bb53718bf
Disable writes_per_rpc on Windows
8 years ago
Craig Tiller
b0fd02ed06
Add examples from fuzzer server
8 years ago
Alex Polcyn
e364b9ac54
skip ruby tests on mac
8 years ago
Craig Tiller
a4354b0185
Speed up bm_fullstack test
8 years ago
Craig Tiller
61eb40ce56
Put files in a better place
8 years ago
Jan Tattermusch
dfb03bb94e
add cmake build to portability tests
8 years ago
Alexander Polcyn
2deed05365
re-run generate projects to fix sanity
8 years ago
Craig Tiller
8b1d59cafa
Add some debug utilities
...
This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing.
I expect to grow this library significantly over time to aid debugging tricky problems.
8 years ago
Jan Tattermusch
c98bde60cb
add cmake support to run_tests.py
8 years ago
Alexander Polcyn
c6e333e25b
add missing return statement
8 years ago
Sree Kuchibhotla
3883da2c45
add copyright
8 years ago
Sree Kuchibhotla
081b603527
Stress test client service config (in kubernetes) need not be of 'LoadBalancers'
...
This fixes the GCP console slowness for grpc-testing project
Fixed the docker image building script to remove the "-f" option (that
is now deprecated) from 'docker tag' command.
8 years ago
Craig Tiller
7dc4ea66f0
Make the microbenchmark profile gatherer run some in parallel
8 years ago
Alexander Polcyn
7f43bb25de
clean up bundle install wrapper and set SYSTEM within it
8 years ago
Alexander Polcyn
41fe579c6d
always render junit xml report after perf tests
8 years ago
Alexander Polcyn
b7dce2dbc9
wrap all bundle install commands outside docker with check for mac workaround
8 years ago
Alexander Polcyn
513e6b8599
ruby bundle install work around to build packages on mac
8 years ago
Muxi Yan
0a2fae9aed
Dynamically enable packet coalescing by channel args
8 years ago
Jan Tattermusch
bd0b0546a6
windows compilation fixes
8 years ago
Alexander Polcyn
76be306f9d
shorten qps worker timeouts and run remote workers under timeout
8 years ago
Craig Tiller
239af8b9fc
Fix fuzzing detected crash
8 years ago
Craig Tiller
f4484cdbab
Dont crash on API errors
8 years ago
Craig Tiller
ed277efbf7
Fix bug in api_fuzzer
...
If the slices to unref array was expanded after returning a pointer to a
slice, that pointer becomes invalidated. Instead, allocate and store
pointers to slices in that array to keep stability.
8 years ago
Muxi Yan
bb2e8af0b0
Move bidirectional_stream_c.h back to third_party/objective_c/Cronet
8 years ago
Craig Tiller
b23f4b7db9
Mark hybrid tests as flaky
8 years ago
yang-g
988b47c977
Add metadata_map.h to build.yaml
...
Add missing files to BUILD
8 years ago
Robbie Shade
ca7effcdff
Replace timeout/scaling macros with functions.
8 years ago
Craig Tiller
9a3997c853
Add a test verifying number of writes per RPC is reasonable
...
Mostly this is code copied from bm_fullstack and rephrased as a test.
I'm resisting the urge to unify it however, as I expect this code will evolve differently over time.
8 years ago
Craig Tiller
004a81936c
Fix bugs in api_fuzzer
8 years ago
Craig Tiller
fa6a71d6e5
Fix fuzzing detected failure
...
If both :authority and host appear in client initial headers, we either
leak (in opt builds) or crash (in dbg).
8 years ago
Sree Kuchibhotla
b5517ddf65
typo
8 years ago
Sree Kuchibhotla
70d9ca402a
Excluded async_client_sync_server_* tests for poll-cv engine since it
...
sometimes get stuck (or extremely slow).
(https://github.com/grpc/grpc/issues/8545 ) created to debug poll-cv
issues with async_client_sync_server perf tests
8 years ago
yang-g
0ed9fd4fef
update submodules
8 years ago
murgatroid99
cbdb9b808c
Fix electron portability test after scripts moved
8 years ago
Yuchen Zeng
d32dc3a188
Remove fallback files
8 years ago
Yuchen Zeng
c09fd8c58a
Update c-ares to 1.12.0
8 years ago
Yuchen Zeng
6694bb079a
Migrate to the new c-ares dir
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
4c26fdfe10
Expand corpora
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
ncteisen
459c93f147
Update name of Python negative interop test
8 years ago
Vizerai
0e5b67f4a2
update
8 years ago
Eric Gribkoff
4e51140789
Update path to http2 Java test client
8 years ago
Stanley Cheung
b39942f06f
Update boringssl to latest chromium-stable
8 years ago
Tsuyoshi Ozawa
4e0238d8d1
Using "/usr/bin/env python" in run_tests.py
8 years ago
Jan Tattermusch
c755424050
fix building protoc artifacts on windows
8 years ago
Jan Tattermusch
1985a6273f
upgrade third_party/gflags to v2.2.0
8 years ago
ncteisen
9c7a08d250
Simplify cpp stress flags
8 years ago
Craig Tiller
faa835c308
Add message sizes to sweeps
8 years ago
Craig Tiller
412fa2a0b7
Support setting request, response size
8 years ago