dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
262 stars 207 forks source link

Add failure messages to GRPC method invoke IT test #1077

Closed artur-ciocanu closed 4 months ago

artur-ciocanu commented 4 months ago

Description

This is another PR related to #1050 where we try to add more details to failing IT tests to see what is the underlying issue.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1076

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

artur-ciocanu commented 4 months ago

@artursouza @cicoyle @yaron2 could you please review and merge. It won't fix the IT test, but it should provide more meaningful test failure message.

Thank you.