Craig Tiller
3d8798445e
Dont fail build if no report generated
9 years ago
Craig Tiller
b361b4edfb
Fix building submodules at head
...
- ensure failure propogates through run_jenkins.sh
- don't try to regenerate projects on non-linux environments
9 years ago
Craig Tiller
4083977c14
Update copyrights
9 years ago
Craig Tiller
1676f914a4
Add ability to update submodules before build
9 years ago
Craig Tiller
db21899edc
Delay reading stdout from disk until process terminates
...
The current code reads the stdout of each running process each time it
goes through a reap() iteration, and throws it away if the process is
still running.
On Windows, where we poll for completion every 100ms, I expect this is
having a serious impact on Jenkins performance, especially for noisier
tests.
9 years ago
Craig Tiller
befa1fff76
Copyright checker fixes
9 years ago
Craig Tiller
e959827ec0
Update copyrights
9 years ago
Masood Malekghassemi
2e8c2ef7dc
Add Cython files to check_copyright.py
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Craig Tiller
482234f456
Get better output for clang-format diffs
9 years ago
Craig Tiller
64195a7ded
Attempt to get docker clang-format working
9 years ago
Craig Tiller
de3da74866
Add copyright checks to sanity; make them verify copyright year is valid
9 years ago
Craig Tiller
ab23045414
Add a test that public headers compile as C99
9 years ago
Craig Tiller
769567e769
Eliminate a layer of libraries in the end2end tests
9 years ago
Craig Tiller
897e4fe2ad
Update copyrights
9 years ago
Craig Tiller
67f23d7832
Updating 32 bit dockerfile
9 years ago
Craig Tiller
0fe5ee7be3
BoringSSL integration: non-vsprojects changes
9 years ago
Jan Tattermusch
1212f05d84
add run_portability.sh script
9 years ago
Jan Tattermusch
68016a1f3c
fix build_step_environ()
9 years ago
Jan Tattermusch
e4a6918a41
polishing run_tests.py
9 years ago
Stanley Cheung
c66ff0934b
re-arrange dockerfile
9 years ago
Stanley Cheung
c9589daba2
remove dockerfile hack;;
9 years ago
Craig Tiller
a7615892f9
Allow . in header names
9 years ago
Craig Tiller
0607671fe5
Tweak run_latency_profile.sh to run better on Jenkins
...
- More robustly run processes in the background
- Detect and use pypy if available
- Add a --latency_profile flag to control whether to run the latency profiling stuff
9 years ago
Craig Tiller
fc51234af3
Capture latency trace for ping pong during performance runs
9 years ago
David G. Quintas
38d02d8974
run_lcov.sh fix
...
So that it can be invoked with no arguments
9 years ago
Jan Tattermusch
03c010611b
split up C# tests into separate processes
9 years ago
Craig Tiller
83399c99e5
Add a test that reproduces server partial message read bug
9 years ago
Craig Tiller
4bf292890c
Fix proxy end2end tests
...
Some transport callbacks weren't getting triggered. We now ensure that
this always occurs.
Additionally: left some debug only code around to make this class of bug
easier to diagnose in the future.
9 years ago
Craig Tiller
5e9add5219
Dont run on Windows just yet
9 years ago
Craig Tiller
7bbedf20ea
Dont run the servers as tests
9 years ago
Craig Tiller
abd20f3c69
Add tests for failed SSL connections: bad cert, and bad alpn config
9 years ago
Nicolas "Pixel" Noble
11c320da08
Increasing json code coverage.
9 years ago
Carl Mastrangelo
756beae6bf
Add test to check that all settings frames are acked
9 years ago
David Garcia Quintas
48ec806249
Done!
9 years ago
Craig Tiller
147c4f4662
Add dns resolver test
9 years ago
Craig Tiller
27493204fc
Add tests for socket utilities
9 years ago
Craig Tiller
795764bf3a
Hit a few more paths in http_server_filter.c, sockaddr_resolver.c
9 years ago
Nicolas "Pixel" Noble
f0e3354b4e
Improving local test coverage with options.
9 years ago
Jan Tattermusch
a6b2c4ce46
Get rid of SSL_CERT_FILE env entirely
9 years ago
Hongyu Chen
134cac2004
Address comments: revert all changes except adding two new metadata keys
...
"census" and "census-bin"
9 years ago
Craig Tiller
b8bd62e975
Add a test for sockaddr_resolver
9 years ago
Jan Tattermusch
c00f215fce
add run_performance.sh script
9 years ago
Craig Tiller
f218c8bf0d
Add tests for pipe usage
9 years ago
yang-g
c3d94fb82a
add tests for public server apis
9 years ago
Stanley Cheung
0149cb19f7
attempt to force update to PHP docker image
9 years ago
yang-g
d482e59d3a
add a test for secure_channel_create and fix cleanup code
9 years ago
Craig Tiller
c586f4e9be
Expand census coverage: make this a fixture instead of a simple test
9 years ago
Jan Tattermusch
a86b41e746
Temporarily disable c# status_code_and_message client.
9 years ago
Craig Tiller
cf79fc1116
Disable httpscli_test on mac: its openssl is old
9 years ago