chore: Address flaky integration tests#1813
Conversation
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…t tested features Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1813 +/- ##
=======================================
Coverage 65.42% 65.42%
=======================================
Files 296 296
Lines 8694 8694
Branches 1009 1009
=======================================
Hits 5688 5688
Misses 2761 2761
Partials 245 245
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@copilot I'm seeing that the Dapr.Workflow integration tests for 1.15 and 1.16 of the runtime appear to be getting stuck or timing out partway through and there's nothing in the log to indicate which test it might be. Can you please work out which workflow tests did not pass successfully then do an analysis as to which of those might be responsible for hanging so I might flag with them with a |
Agent-Logs-Url: https://github.com/dapr/dotnet-sdk/sessions/3f327d55-2698-49ae-9b0c-1021aec6d1c8 Co-authored-by: WhitWaldo <2238529+WhitWaldo@users.noreply.github.com>
I traced the workflow matrix jobs in run Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Agent-Logs-Url: https://github.com/dapr/dotnet-sdk/sessions/72bdff95-810b-40a6-a9d7-b22917836138 Co-authored-by: WhitWaldo <2238529+WhitWaldo@users.noreply.github.com>
…me 1.17 Agent-Logs-Url: https://github.com/dapr/dotnet-sdk/sessions/798b3e3a-a557-47a9-9199-88cb2236b08e Co-authored-by: WhitWaldo <2238529+WhitWaldo@users.noreply.github.com>
Description
Especially now that we're adding integration tests to N-2 stable versions + RCs (if any), it means that several of the integration tests are now running against less-optimized versions of the runtime and missing performance test benchmarks or using features not yet supported. This simply adds a skip flag to those tests so they don't run on the older versions as they aren't supported.
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: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: