Qi Zhao
5ebc6e6cbd
Merge pull request #774 from donnadionne/go-auth-tests
...
Adding auth test into suite to be run automatically
10 years ago
Donna Dionne
5d9f62a49a
Adding auth test into suite to be run automatically
...
Temporarly taking out time out as it is not working properly on gcloud command
Restore a flag incorrectly removed earlier
10 years ago
Masood Malekghassemi
59d9ff4d9f
Updated Python protoc plugin testing.
10 years ago
donnadionne
92eaffedf6
Merge pull request #773 from murgatroid99/node_cloud_prod_interop_command
...
Fixed node cloud-prod commands
10 years ago
donnadionne
a770a6bff4
Merge pull request #771 from murgatroid99/node_auth_dependency
...
Fixed import of google-auth-library
10 years ago
murgatroid99
09e4583751
Fixed node cloud-prod commands
10 years ago
murgatroid99
f5c6625847
Fixed environment variable passing in node cloud-prod command
10 years ago
Julien Boeuf
0170a6c662
Addressing another round of comments.
10 years ago
Nicolas Noble
c69786b3fa
Merge pull request #768 from ctiller/http
...
Add HTTP2 header tracing
10 years ago
Nicolas Noble
cdd8cff045
Merge pull request #772 from ctiller/stfu
...
Spam cleanup
10 years ago
David Klempner
c6bccc24d3
Move close() to when the fd refcount goes to zero
...
Instead, we do a shutdown() at the point we are currently closing, to
kick off socket teardown while ensuring an fd ref is sufficient to make
concurrent syscalls like epoll_ctl safe.
10 years ago
jayantkolhe
459c348f83
Merge remote-tracking branch 'upstream/master'
10 years ago
Craig Tiller
5c6f21eda4
Also get rid of CHTTP2 settings spam
10 years ago
Craig Tiller
2c04a53450
Spam cleanup
10 years ago
murgatroid99
042e63ca36
Fixed import of google-auth-library
10 years ago
Craig Tiller
cb0a28eb86
Merge pull request #755 from nicolasnoble/feedback
...
Second batch of feedback.
10 years ago
Michael Lumish
eef1103d3a
Merge pull request #769 from tbetbetbe/grpc_rb_temporarily_disable_some_failing_tests
...
Temporarily suspend some tests that started failing because during the f...
10 years ago
Nicolas Noble
085603c112
Second batch of feedback.
10 years ago
Julien Boeuf
9fff77e4f8
Addressing comments.
10 years ago
Nicolas Noble
9d316190e6
Merge pull request #763 from ctiller/fix2
...
Remove redundant variable set
10 years ago
Nicolas Noble
ce99abffe6
Merge pull request #764 from ctiller/fix3
...
Remove unused variable
10 years ago
Nicolas Noble
f4f0b685b6
Merge pull request #759 from ctiller/test
...
Support writes failing
10 years ago
Craig Tiller
d50e565cda
Add HTTP2 header tracing
...
HPACK makes headers on the wire very difficult to read. Add a trace facility to print them on the receive path.
Later this will be expanded no doubt for sending headers, stream creation, etc...
10 years ago
jboeuf
a6792f336b
Merge pull request #762 from ctiller/fix1
...
Fix potential leak
10 years ago
Tim Emiola
18180f0e84
Temporarily suspend some tests that started failing because during the final shutdown
10 years ago
Tim Emiola
ce5dd73193
Merge pull request #743 from murgatroid99/node_status_errors
...
Make status errors actual Error objects when passing them to callbacks
10 years ago
Michael Lumish
a8d8a96877
Merge pull request #765 from tbetbetbe/grpc_rb_rename_c_creds_api
...
Reflect a C-api name change
10 years ago
Tim Emiola
b7835ab788
Merge pull request #744 from ctiller/copyright
...
Add copyrights to some Dockerfiles
10 years ago
Tim Emiola
0e3e0ae843
Merge pull request #750 from murgatroid99/node_interop_compatibility
...
Updated interop proto for compatibility with proto3 servers
10 years ago
Tim Emiola
c667eb23d0
Merge pull request #760 from murgatroid99/node_default_credentials_fix
...
Fixed reference to grpc_default_credentials_create
10 years ago
Masood Malekghassemi
78c96071b6
Merge pull request #753 from nathanielmanistaatgoogle/cancellation-ticket-kind
...
Avoid CANCELLATION ticket kind for back-to-front tickets.
10 years ago
Yang Gao
ab399fa559
Merge pull request #761 from ctiller/chexxy
...
Add Server.Wait
10 years ago
Craig Tiller
9b070fa2de
Remove unused variable
10 years ago
Craig Tiller
4090993657
Remove redundant variable set
10 years ago
Craig Tiller
3be76ac74f
Fix potential leak
10 years ago
Craig Tiller
6e57b9edb1
Add Server.Wait
10 years ago
Tim Emiola
957537e016
Reflect a C-api name change
10 years ago
murgatroid99
e4939830c0
Fixed reference to grpc_default_credentials_create
10 years ago
Craig Tiller
23d2f3f2b1
Support writes failing
10 years ago
Nathaniel Manista
175533c8e4
Merge pull request #758 from ctiller/test
...
Use signals instead of sleep to wait for jobs
10 years ago
Craig Tiller
336ad50973
Use signals instead of sleep to wait for jobs
10 years ago
David Klempner
a512c33e74
Merge pull request #756 from ctiller/test
...
Support taking a regex on test short name
10 years ago
David Klempner
b505661b1a
Add a shutdown API to pollset
...
This allows us to safely asynchronously add FDs in the
possibly-promoting unary add case.
Also fix the unary add async path to properly handle more of the extra
cases it needs to handle.
10 years ago
Craig Tiller
fe406ec601
Support taking a regex on test short name
...
Allows run_tests to focus on one particular test if necessary.
Useful in combination with runs_per_test.
10 years ago
Nicolas Noble
47f523b508
Merge pull request #754 from yang-g/master
...
suppress output of 'which protoc'
10 years ago
Yang Gao
044fe221b1
suppress output of which
10 years ago
Nathaniel Manista
f4e3f3f8d6
Avoid CANCELLATION ticket kind for back-to-front tickets.
...
It's not (yet, see issue 752) allowed and code at the higher
level doesn't know how to deal with it.
10 years ago
Yang Gao
8e7a7dbdf3
Merge pull request #751 from nicolasnoble/typos
...
Fixing typo in Makefile.
10 years ago
Nicolas "Pixel" Noble
2c23a725c0
Fixing typo in Makefile.
...
Closes #742 .
10 years ago
murgatroid99
7d2adf0e11
Updated interop proto for compatibility with proto3 servers
10 years ago