Skip to content

Ruby: show error class and message instead of unknown#8668

Merged
apolcyn merged 2 commits intogrpc:masterfrom
lenage:master
Dec 22, 2016
Merged

Ruby: show error class and message instead of unknown#8668
apolcyn merged 2 commits intogrpc:masterfrom
lenage:master

Conversation

@lenage
Copy link
Copy Markdown
Contributor

@lenage lenage commented Nov 8, 2016

We need more info when an error raised, and unkown error handling call on server showing nothing useful. so in this PR, when you call gRPC service which implemented by ruby, it will show
error with below format to give you more information about error

"#{e.class}: #{e.message}"

I think we also need do this in other language, what do you think?

@googlebot
Copy link
Copy Markdown

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. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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
@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@lenage
Copy link
Copy Markdown
Contributor Author

lenage commented Nov 8, 2016

I signed it!

@googlebot
Copy link
Copy Markdown

CLAs look good, thanks!

@googlebot googlebot added cla: yes and removed cla: no labels Nov 8, 2016
@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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
@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@murgatroid99
Copy link
Copy Markdown
Member

this is ok to test

@lenage
Copy link
Copy Markdown
Contributor Author

lenage commented Nov 9, 2016

@murgatroid99 seem like some check didn't pass, any suggestions to fix ?

@grpc-kokoro
Copy link
Copy Markdown
Collaborator

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.

@apolcyn
Copy link
Copy Markdown
Contributor

apolcyn commented Dec 15, 2016

jenkins: test this please

@apolcyn
Copy link
Copy Markdown
Contributor

apolcyn commented Dec 16, 2016

test failures on known issues:

re-running tests, to run the interop tests

@apolcyn
Copy link
Copy Markdown
Contributor

apolcyn commented Dec 16, 2016

jenkins: test this please

@apolcyn
Copy link
Copy Markdown
Contributor

apolcyn commented Dec 16, 2016

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?

@lenage
Copy link
Copy Markdown
Contributor Author

lenage commented Dec 22, 2016

@apolcyn of course, just take it out of .gitignore in last commit

@lenage
Copy link
Copy Markdown
Contributor Author

lenage commented Dec 22, 2016

@apolcyn seems like intero still can not get pass

@lenage
Copy link
Copy Markdown
Contributor Author

lenage commented Dec 22, 2016

Just sycn with upstream master branch, let' see what happens

@apolcyn apolcyn merged commit 7376d4b into grpc:master Dec 22, 2016
@apolcyn
Copy link
Copy Markdown
Contributor

apolcyn commented Dec 22, 2016

all tests passed, LGTM

@lock lock bot locked as resolved and limited conversation to collaborators Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants