-
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
Support static Properties overrides on DaprClientBuilder #1097
Conversation
@artursouza @cicoyle the issue in the pipeline seems to a flaky test more than an issue caused by the changes in this PR |
0eb4e69
to
d769850
Compare
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.
@salaboy everything looks good!
This looks to be a little more than flaky:
I dont know that its related to this PR, but its consistent |
@cicoyle now it is a different one: https://github.com/dapr/java-sdk/actions/runs/10318759933/job/28670836841?pr=1097
|
@cicoyle actually the test should be adjusted. I am not entirely sure how GRPC decides to fire a "StatusRuntimeException", but sometime it contains "DEADLINE context deadline ..." in other cases it contains "DEADLINE after timeout ...". I think looking for "DEADLINE" should be enough. Let me know your thoughts. |
@artur-ciocanu @cicoyle @artursouza For some reason, I was experimenting with similar "different" error messages popping up. For example, if I run some tests from my IDE, I will get different error messages than if I run them from the terminal or in CI. I don't know why but it makes me think that error codes are not super deterministic, if I don't remember wrong @cicoyle did you worked on that? |
@cicoyle @artursouza look at the issues now.. completely different and on setup .. |
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.
@salaboy the PR looks great, I have a left a tiny comment.
@artursouza and @cicoyle could you please review. Thank you. |
@salaboy something is off ... GitHub says that there are |
@salaboy could you please rebase from |
@artursouza is this going to be merged? |
One test run is not passing. Automerge takes care of updating the branch and merging after all tests pass. |
Arghh.. it was green before
- Blog: http://salaboy.com <http://salaboy.wordpress.com>
- Github user: http://github.com/salaboy
- Twitter: http://twitter.com/salaboy
- Mauricio "Salaboy" Salatino -
…On Thu, 22 Aug 2024 at 18:13, Artur Souza ***@***.***> wrote:
One test run is not passing. Automerge takes care of updating the branch
and merging after all tests pass.
—
Reply to this email directly, view it on GitHub
<#1097 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACCMXVVADD4AFMMAIIPCU3ZSZWDJAVCNFSM6AAAAABMIFUHRWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBVHA4TSNJTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Signed-off-by: Artur Souza <asouza.pro@gmail.com> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
* update dapr runtime + cli to latest rc * update install url version * add back v * trying things for pom.xml * Fix sdk-autogen proto code gen * Use 1.14.0-rc.3 CLI for build.yaml * debug scheduler connection. * Update CLI to rc6 and runtime to rc4 * Update gRPC and proto dependency in sdk-tests too. * Update to runtime RC6 * Update error message expectations in 1.15 --------- Signed-off-by: Cassandra Coyle <cassie@diagrid.io> Signed-off-by: Artur Souza <asouza.pro@gmail.com> Signed-off-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Cassie Coyle <cassie@diagrid.io> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
…1109) Signed-off-by: Artur Ciocanu <ciocanu@adobe.com> Co-authored-by: Artur Ciocanu <ciocanu@adobe.com> Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: salaboy <Salaboy@gmail.com>
@artursouza here we go again.. all tests are green now |
Description
After discussing this with @cicoyle and @artursouza I've created this PR to provide a way to override variables that are set using System properties and environments.
Issue reference
Fixes #1096
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: