-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure we use the same GRPC version everywhere #1137
Conversation
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
@artursouza and @cicoyle this another tiny PR that should make our life easier, since having two GRPC versions on the classpath can lead to "interesting" issues. If everything looks good, please approve and merge. Thank you 🙇 |
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
@salaboy @cicoyle @artursouza I have addressed the PR comments. Could you please take another look. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
529db5a
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
@artursouza and @cicoyle would you be so kind to approve one more time. I have tried a few things to ensure the failing test passes. Thank you. |
Signed-off-by: Artur Ciocanu <ciocanu@adobe.com>
@artursouza @salaboy and @cicoyle the build is finally 🟢 could you please approve and merge. Thank you! 🙇 |
* Ensure we use the same GRPC version everywhere Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Fix actors tests assert Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert Dapr exception asserts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase sleep to allow Spring Context to bootstrap Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert sleep value Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase the sleep for messaging test Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Move sleep before each, to ensure Spring context starts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Add more delays to ensure Spring Controller gets the messages Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> --------- Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> Co-authored-by: Artur Ciocanu <ciocanu@adobe.com> Signed-off-by: salaboy <Salaboy@gmail.com>
* Ensure we use the same GRPC version everywhere Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Fix actors tests assert Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert Dapr exception asserts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase sleep to allow Spring Context to bootstrap Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert sleep value Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase the sleep for messaging test Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Move sleep before each, to ensure Spring context starts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Add more delays to ensure Spring Controller gets the messages Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> --------- Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> Co-authored-by: Artur Ciocanu <ciocanu@adobe.com> Signed-off-by: salaboy <Salaboy@gmail.com>
* Ensure we use the same GRPC version everywhere Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Fix actors tests assert Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert Dapr exception asserts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase sleep to allow Spring Context to bootstrap Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert sleep value Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase the sleep for messaging test Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Move sleep before each, to ensure Spring context starts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Add more delays to ensure Spring Controller gets the messages Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> --------- Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> Co-authored-by: Artur Ciocanu <ciocanu@adobe.com> Signed-off-by: salaboy <Salaboy@gmail.com>
* Ensure we use the same GRPC version everywhere Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Fix actors tests assert Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert Dapr exception asserts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase sleep to allow Spring Context to bootstrap Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Revert sleep value Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Increase the sleep for messaging test Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Move sleep before each, to ensure Spring context starts Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> * Add more delays to ensure Spring Controller gets the messages Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> --------- Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> Co-authored-by: Artur Ciocanu <ciocanu@adobe.com> Signed-off-by: salaboy <Salaboy@gmail.com>
Description
Ensure we use the same GRPC version everywhere
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: #1136
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: