Ruby: show error class and message instead of unknown#8668
Ruby: show error class and message instead of unknown#8668apolcyn merged 2 commits intogrpc:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
5 similar comments
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
I signed it! |
|
CLAs look good, thanks! |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
5 similar comments
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
this is ok to test |
|
@murgatroid99 seem like some check didn't pass, any suggestions to fix ? |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
jenkins: test this please |
|
test failures on known issues:
re-running tests, to run the interop tests |
|
jenkins: test this please |
|
test failures again in:
@lenage I think this is ok, but the interop build failures look somewhat unusual. Just to keep things minimal, can we please take out the changes to .gitignore? |
|
@apolcyn of course, just take it out of .gitignore in last commit |
|
@apolcyn seems like intero still can not get pass |
|
Just sycn with upstream master branch, let' see what happens |
|
all tests passed, LGTM |
We need more info when an error raised, and
unkown error handling call on servershowing nothing useful. so in this PR, when you call gRPC service which implemented by ruby, it will showerror with below format to give you more information about error
I think we also need do this in other language, what do you think?