yang-g
aab6992c00
Remove call from sibling list when it is not first child.
8 years ago
Makarand Dharmapurikar
996a673423
minor changes to get docker building on osx
...
docker on osx needs slightly different command line option
8 years ago
yang-g
fdd908b01a
Clamp memory usage estimate
8 years ago
ncteisen
7cd4f6890b
Add fuzzer bug
8 years ago
Matt Kwong
504adae372
Add a TODO to enable microbenmarking for performance testing
8 years ago
Vijay Pai
52f50d44b0
Resolve a circular dependence that was being generated between
...
create_test_channel.o and libgrpc++_test_util.a .
8 years ago
Michael Warres
c46b3ebeb9
Add socket factory support to udp_server.c
8 years ago
Alexander Polcyn
50fdc8ab19
add http2 server test for unary calls that uses small frames and padding
8 years ago
Matt Kwong
063adf3fb4
Add additional benchmarks
8 years ago
Matt Kwong
d0ee10df9b
Change jenkins/run_performance.sh to use microbenchmarking
8 years ago
Makarand Dharmapurikar
226098c9f1
added b64.c to the sources neede for grpc_base
8 years ago
Craig Tiller
407101b2c4
Add bm
8 years ago
Craig Tiller
9fb3131dba
Enroll bm_chttp2_transport into bigquery pipeline
8 years ago
Yuchen Zeng
c88fd35f97
Add reproduction
8 years ago
Sree Kuchibhotla
bf18428740
Introduce grpc_completion_queue_factory API
...
Just the API and a bare-bone implementation
8 years ago
David Garcia Quintas
e63cde9f7d
Fix sanity, generated projects
8 years ago
Mark D. Roth
f7c2cd274e
Ran generate_projects.sh.
8 years ago
Craig Tiller
18f09a01f6
Add benchmark suite for chttp2
8 years ago
Alexander Polcyn
ea282e9c4c
add passing test that kills a process while there are active watch chan state calls
8 years ago
Craig Tiller
c9bb78f2f8
Make fuzzers run on mac (but not on mac on jenkins)
8 years ago
Yuchen Zeng
15618625ed
Turn off c_ares resolver by default
8 years ago
Mark D. Roth
fecba535d9
Switch to using a CAS loop to update the token value.
8 years ago
Eric Gribkoff
2f59cf2dc3
move health check to just before running test cases
8 years ago
Eric Gribkoff
246c0eee33
delay health check, increase timeout
8 years ago
Eric Gribkoff
6ce6166bd0
reenable health check, disable other interop tests
8 years ago
Eric Gribkoff
f9d0804daa
disable wait for healthy
8 years ago
Eric Gribkoff
92a5d28a4c
increase wait for healthy timeout
8 years ago
Eric Gribkoff
d86a19efd0
check error for docker inspect
8 years ago
Eric Gribkoff
d3b160010e
add comments for health check docker flags
8 years ago
Eric Gribkoff
22afddf53c
add health check for http2 server
8 years ago
Eric Gribkoff
bee6ec2473
refactor common_options, correct output for manual run
8 years ago
Eric Gribkoff
61335ec086
use docker port mapping for http2 server
8 years ago
Matt Kwong
aff1c05ed7
Make Jenkins post microbenchmarking diff in a comment
8 years ago
Alexander Polcyn
70bc4921e1
add another currently failing test related to channels and deadlock
8 years ago
Alexander Polcyn
f3147b3a7c
watch channel state without the gil to fix deadlock on abrupt SIGTERM
8 years ago
Alexander Polcyn
16d97edf56
add failing test revealing bug in channel state api
8 years ago
Alexander Polcyn
c44c16e330
add initial framework for full end2end tests outside of rspec
8 years ago
Yuchen Zeng
68745bbf8a
Resolve dependency issues
8 years ago
murgatroid99
aaef11aa29
Drop support for io.js, fix minor issue with node extension
8 years ago
Craig Tiller
dd9b597bd7
UBSAN cleanup
8 years ago
Yuchen Zeng
47155ed254
Split ifaddr related functions out into a separate file
8 years ago
Craig Tiller
9202b3fdfd
Arena allocator for grpc
8 years ago
Siddharth Shukla
8e64d901fd
Modify shebang on python scripts
...
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
8 years ago
Nathaniel Manista
21e7dfc712
Ignore the number of failed skipped tests
...
jobset.run was changed on 16 October 2015 in e4c3561074
to return the number of failures and the result set. On 20 October 2016
in 5c691c634d
jobset.run was changed to
allow jobs to be skipped, but the introduced code path only returned
the result set, giving jobset.run inconsistent return value semantics.
On 24 October 2016 7e9bd6ca9a
introduced
a use of jobset.run's "skip_jobs" return value semantics, and on 8
March 2017 d159af31fc
resolved
jobset.run's inconsistent return value semantics but failed to correct
run_tests_matrix's use of the inconsistent "skip_jobs" return value
semantics.
8 years ago
Siddharth Shukla
d194f59939
Make testing scripts python3.x compatible
...
Update run_tests/*.py to use six based isomorphisms and print function
from __future__ module.
8 years ago
Craig Tiller
7e43bfa1fa
Fix fuzzing detected error
8 years ago
Vijay Pai
a582defdad
Temporarily disable resource quota QPS tests
8 years ago
Craig Tiller
47f37f3db3
Change execution order
8 years ago
Craig Tiller
3a35189f9b
Fix build
8 years ago
Jan Tattermusch
7134a316f6
add --manual_run option for running interop tests
8 years ago