Matt Kwong
|
3c8f6dbffd
|
Remove leftover instance of clear_alarms
|
7 years ago |
Nicolas Noble
|
81ad19d4be
|
Merge pull request #12513 from grpc/revert-12289-sig_hand
Revert "Let alarms trigger at end of jobset.py instead of clearing them"
|
7 years ago |
Craig Tiller
|
459098eead
|
Merge branch 'revert-12289-sig_hand' of github.com:grpc/grpc into stats_json
|
7 years ago |
Craig Tiller
|
5d6156033e
|
Review feedback
|
7 years ago |
Craig Tiller
|
0852acd8b3
|
Revert "Let alarms trigger at end of jobset.py instead of clearing them"
|
7 years ago |
Craig Tiller
|
9a009f776f
|
Merge github.com:grpc/grpc into stats_json
|
7 years ago |
Craig Tiller
|
ed63aac195
|
Merge pull request #12486 from ctiller/auto-schema
Automatically fetch schema from BigQuery
|
7 years ago |
Alexander Polcyn
|
3a24364b48
|
Fix a memory leak in cares wrapper
|
7 years ago |
ZhouyihaiDing
|
d5e390b509
|
No newline at the end of file
|
7 years ago |
Vijay Pai
|
da27ee22a4
|
Merge pull request #7 from ZhouyihaiDing/qps_php
php qps update
|
7 years ago |
Vijay Pai
|
13784dd684
|
Merge branch 'phpqps_auto' into qps_php
|
7 years ago |
Vijay Pai
|
11b48c766e
|
typo
|
7 years ago |
Vijay Pai
|
9b2a91306b
|
php7 is new default for ubuntu 16.04
|
7 years ago |
ZhouyihaiDing
|
3c77ee8ad1
|
dir bug
|
7 years ago |
ZhouyihaiDing
|
644676fb12
|
vjpai's PR
|
7 years ago |
Vijay Pai
|
649c95eadc
|
Make sure to get all PHP dependences set up properly
|
7 years ago |
Vijay Pai
|
f9da3a7bc4
|
Start setting up files for autorun of php_to_cpp qps tests
|
7 years ago |
Matt Kwong
|
e0de23ed32
|
Merge pull request #12289 from matt-kwong/sig_hand
Let alarms trigger at end of jobset.py instead of clearing them
|
7 years ago |
Craig Tiller
|
f11a40d23b
|
Upload core stats to qps_test
|
7 years ago |
Nathaniel Manista
|
fb056f0fe6
|
Merge pull request #12484 from nathanielmanistaatgoogle/more_cython_tests
Add more Cython-layer tests.
|
7 years ago |
Jay Lee
|
d6c4e937ce
|
update template
|
7 years ago |
Jan Tattermusch
|
ea7807876c
|
regenerate
|
7 years ago |
Jan Tattermusch
|
44a2563cab
|
add missing template for grpcio_testing versining
|
7 years ago |
Jan Tattermusch
|
29828c58d3
|
differentiate run_tests suite runtime
|
7 years ago |
Jan Tattermusch
|
ecbda80e00
|
Merge pull request #12469 from jtattermusch/cpp_distrib_cmake
Add distribtest for using grpc as a pre-installed cmake package
|
7 years ago |
Jan Tattermusch
|
4fa3364975
|
bump version to 1.6.1
|
7 years ago |
Vijay Pai
|
4b7ef4d525
|
Build a wall and make 'u' pay for it
|
7 years ago |
Jay Lee
|
bfcbad3b86
|
cmake: fix cares configuration
|
7 years ago |
Matt Kwong
|
6d11e90926
|
Add Kokoro test filtering for MacOS/Windows
|
7 years ago |
Craig Tiller
|
c890c3b7d9
|
Merge github.com:grpc/grpc into pollset_kick_stats
|
7 years ago |
Craig Tiller
|
af57a57a5a
|
Merge pull request #12398 from ctiller/server_stats
Add stats for server request serving path
|
7 years ago |
Nicolas Noble
|
b40b770c4e
|
Merge pull request #12497 from yapkke/patch-1
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
|
7 years ago |
K.K. Yap
|
a6721a0979
|
Comment that IPv6 Any accepts both IPv4 and IPv6 connections.
|
7 years ago |
Nathaniel Manista
|
4138889086
|
Ignore all Python 3 virtual environments
How soon could Python 4 happen anyway? :-P
|
7 years ago |
Muxi Yan
|
f6e61bf768
|
Add comment for timeout; assert on negative timeout value; fix timeout test
|
7 years ago |
Craig Tiller
|
20104ce596
|
Add a clamp to remove ubsan failure
|
7 years ago |
Mark D. Roth
|
1b96418c0e
|
Merge pull request #12297 from markdroth/moar_client_channel_cleanup
More cleanup in client_channel code.
|
7 years ago |
Vijay Pai
|
4433973242
|
Address review comments
|
7 years ago |
Craig Tiller
|
8e87c74fe9
|
Fix compilation for C++
|
7 years ago |
Craig Tiller
|
4b7fe94a97
|
Automatically generate BigQuery schema details for all counters
|
7 years ago |
Nathaniel Manista
|
3747ce3803
|
Merge pull request #12466 from nathanielmanistaatgoogle/metadata_leak
Fix metadata leak.
|
7 years ago |
Craig Tiller
|
54f3c2eefe
|
Automatically fetch schema from BigQuery
|
7 years ago |
Matt Kwong
|
e29d497fa9
|
Merge pull request #12234 from matt-kwong/kokoro_perf
Add performance profiling jobs to Kokoro
|
7 years ago |
Matt Kwong
|
e72255f011
|
Merge branch 'master' into sig_hand
|
7 years ago |
Muxi Yan
|
afa4700501
|
Use Apple internal type for timeout
|
7 years ago |
Nathaniel Manista
|
c75ae78b08
|
Add more Cython-layer tests
I wrote these in the course of a bug hunt. I haven't yet caught and
fixed the bug, but that's no reason not to check in perfectly good
tests. :-)
|
7 years ago |
Craig Tiller
|
f97a4836d5
|
Merge github.com:grpc/grpc into tpcq
|
7 years ago |
Vijay Pai
|
9f0c86afcc
|
Merge pull request #12480 from vjpai/ownit
Temporarily take ownership of cpp generator to prevent changes
|
7 years ago |
Craig Tiller
|
4aac9a664a
|
Merge github.com:grpc/grpc into pollset_kick_stats
|
7 years ago |
Craig Tiller
|
f73fe507b6
|
Merge github.com:grpc/grpc into server_stats
|
7 years ago |