Nicolas Noble
|
383e0d5b0e
|
Merge pull request #3801 from ctiller/port-server-fixes
Robustness work for port_server startup
|
9 years ago |
Nicolas Noble
|
9c476adc58
|
Merge pull request #3785 from jboeuf/boringssl_type_issues
Removing warnings when using boringssl.
|
9 years ago |
murgatroid99
|
6fe015e492
|
Add some tests to increase coverage, fix some failures
|
9 years ago |
Craig Tiller
|
367d41d304
|
Trying harder to avoid Jenkins killing us
|
9 years ago |
Craig Tiller
|
41a7bf5449
|
Close standard pipes
|
9 years ago |
Vijay Pai
|
b1004103a8
|
Stop using atm operations on fd->shutdown since that is already used
within fd->mu anyway (and is not the right size for atm in some cases)
|
9 years ago |
Craig Tiller
|
d2c39713bc
|
Attempt to daemonize port server
|
9 years ago |
Michael Lumish
|
154c3c88f3
|
Merge pull request #3790 from stanley-cheung/php_validate_metadata_keys
PHP: validate and normalize metadata keys
|
9 years ago |
Stanley Cheung
|
f438ee17b0
|
fixed comment
|
9 years ago |
Craig Tiller
|
f0a293ed67
|
Robustness work for port_server startup
|
9 years ago |
Craig Tiller
|
86490e267d
|
Merge github.com:grpc/grpc into latent-see
|
9 years ago |
Craig Tiller
|
3e1b97225d
|
Merge pull request #3766 from soltanmm/pink-floyd
Give Python tests 15 minutes
|
9 years ago |
Craig Tiller
|
9519009cf0
|
Update gyp
|
9 years ago |
Craig Tiller
|
56198dea25
|
Merge github.com:grpc/grpc into latent-see
|
9 years ago |
Craig Tiller
|
b8e82670ce
|
Fix race conditions
|
9 years ago |
Craig Tiller
|
8344daa1df
|
Make getting metadata user data a lock free operation
|
9 years ago |
Craig Tiller
|
63bda56884
|
Make metadata unref atomic
We used to need to lock the metadata context to unref an mdelem. This
change makes it possible to lock only when the mdelem refcount would
reach zero.
|
9 years ago |
Nicolas "Pixel" Noble
|
3fcd3bf8f3
|
Adds coverage reports for C and C++.
|
9 years ago |
Nicolas Noble
|
c2ee8140a5
|
Merge pull request #3783 from murgatroid99/node_preinstall_cache_dependencies
Preinstall and cache dependencies in docker test runs
|
9 years ago |
Craig Tiller
|
2783ced6f4
|
Merge branch 'latent-see' into try-this-simple-trick-to-double-performance
|
9 years ago |
Craig Tiller
|
42cc378a4c
|
Merge branch 'latent-see' into cache-accept-enc
|
9 years ago |
Craig Tiller
|
2b15f1e25a
|
Merge github.com:grpc/grpc into latent-see
|
9 years ago |
Craig Tiller
|
cde54ba69f
|
Merge branch 'latent-see' into latent-more-see
|
9 years ago |
Jan Tattermusch
|
b733c74ffc
|
Merge pull request #3760 from murgatroid99/node_unified_installation_failure
Fix issue with Node installation
|
9 years ago |
Nicolas Noble
|
1e2b606c06
|
Merge pull request #3752 from ctiller/just-keep-trying!
Retry timeouts on pull requests
|
9 years ago |
Craig Tiller
|
8e30e25b14
|
Fix asan compile error
|
9 years ago |
Stanley Cheung
|
b0cd08acab
|
php: validate and normalize metadata keys
|
9 years ago |
Craig Tiller
|
0ba432d445
|
Move profiling system to gpr
|
9 years ago |
David Garcia Quintas
|
5994bd167a
|
Avoid lock/unlock for common client channel pick.
|
9 years ago |
Jan Tattermusch
|
abaf47c3a5
|
Merge pull request #3746 from murgatroid99/node_interop_compliance
Made node interop tests maximally compliant with the spec
|
9 years ago |
Craig Tiller
|
cb7bf8a057
|
Set current worker for longer
==> Less self kicking
==> Double performance for sync_unary_ping_pong_test on my machine
|
9 years ago |
Craig Tiller
|
44011e8ab3
|
More markup
|
9 years ago |
Craig Tiller
|
ce1f19e531
|
More markup
|
9 years ago |
Julien Boeuf
|
01ac4f0e46
|
Removing warnings when using boringssl.
boringssl and openssl do not have the same method signatures (integer
types differ).
|
9 years ago |
murgatroid99
|
28c06d8520
|
Added persistent caching for npm dependencies in Jenkins Dockerfiles
|
9 years ago |
Yang Gao
|
8aad5a07bf
|
Merge pull request #3751 from jboeuf/fix_3680
Fixing #3680
|
9 years ago |
murgatroid99
|
e754079d0d
|
Fixed spelling error
|
9 years ago |
murgatroid99
|
ae369de3b8
|
Added node pre-build steps to run_tests.py
|
9 years ago |
Craig Tiller
|
3ff2754738
|
Enable cache for encodings accepted by peer
|
9 years ago |
Masood Malekghassemi
|
26ea9e2881
|
Give Python tests 15 minutes
Also refactors configurations to setting timeout multipliers and
allowing individual test languages to set their desired absolute
timeouts.
|
9 years ago |
Craig Tiller
|
423cce4caf
|
Merge pull request #3702 from nicolasnoble/docker-inception
Trying to allow docker-within-docker.
|
9 years ago |
Michael Lumish
|
cdb5f435df
|
Merge pull request #3763 from nicolasnoble/node-coverage-report-fix
Adding basic redirect for the node coverage report html.
|
9 years ago |
Craig Tiller
|
4c351aafed
|
Merge pull request #3701 from yang-g/unreachable
mark unreachable code with a macro
|
9 years ago |
Craig Tiller
|
1f41b6b5ed
|
Simplify adding annotations, annotate more things
|
9 years ago |
Nicolas "Pixel" Noble
|
0ca8c06b19
|
Adding basic redirect for the node coverage report html.
|
9 years ago |
Jan Tattermusch
|
798d8ba25f
|
Merge pull request #3761 from jtattermusch/fix_interop_tests
Various run_interop_tests.py fixes
|
9 years ago |
Jan Tattermusch
|
cc6a2b89fc
|
eat output from docker kill as well
|
9 years ago |
Jan Tattermusch
|
ab5bc721a0
|
prevent polluting output by subprocesses
|
9 years ago |
murgatroid99
|
5dbbd9178d
|
Revert "Added interval_us delay in Node interop server"
This reverts commit 83815eab40 .
|
9 years ago |
murgatroid99
|
be13d81824
|
Fixed some issues with the tests
|
9 years ago |