Updates Dapr to 1.12 in GitHub actions itest#1185
Conversation
Signed-off-by: joshvanl <me@joshvanl.dev>
halspang
left a comment
There was a problem hiding this comment.
Let's remove the commit ref as that's for updating the dapr version for a new feature (mid release).
Signed-off-by: joshvanl <me@joshvanl.dev>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1185 +/- ##
=======================================
Coverage 66.53% 66.53%
=======================================
Files 171 171
Lines 5752 5752
Branches 626 626
=======================================
Hits 3827 3827
Misses 1776 1776
Partials 149 149
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@halspang Done, but looks like a real failure |
|
Yeah, that sure does. @RyanLettieri, can you take a look at this workflow failure? |
|
@JoshVanL The error looks like it is coming from an assert statement after we purge an instance and attempt to get the workflow instance back. The current statement we use to check for this is the following: Due to Should().Contain() being case-sensitive, the error is probably coming from a change in the capitalization of the error message. From the error logs:
It appears we check for a capital N on the error whereas the error in 1.12 seems to use a lower-case N. I'd recommend changing that line and re-running the test |
Signed-off-by: joshvanl <me@joshvanl.dev>
|
Thanks @RyanLettieri! Really appreciate the detailed breakdown- I'm still getting used to dotnet so thanks for the help. |
* Updates Dapr to 1.12 in GitHub actions Signed-off-by: joshvanl <me@joshvanl.dev> * Remove commit ref from github actions Signed-off-by: joshvanl <me@joshvanl.dev> * Fix case sensitive error string match case Signed-off-by: joshvanl <me@joshvanl.dev> --------- Signed-off-by: joshvanl <me@joshvanl.dev> Co-authored-by: halspang <70976921+halspang@users.noreply.github.com> Signed-off-by: Divya Perumal <diperuma@microsoft.com>
No description provided.