Skip to content

E2E Testing: Dapr.Jobs#1674

Merged
WhitWaldo merged 9 commits intodapr:masterfrom
WhitWaldo:integration-testing-jobs
Dec 30, 2025
Merged

E2E Testing: Dapr.Jobs#1674
WhitWaldo merged 9 commits intodapr:masterfrom
WhitWaldo:integration-testing-jobs

Conversation

@WhitWaldo
Copy link
Copy Markdown
Contributor

Description

Adding a collection of E2E tests for the Dapr.Jobs package. This also includes two fixes for bugs identified while building out the tests:

  • The SDK properly includes the FailureDetails property on a DaprJobDetails response now and deserializes the properties of a Constant failure policy as expected.
  • The SDK properly deserializes the value of the Job payload instead of attempting to deserialize both the value and type as a single bytestring.

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: #1673

Checklist

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

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…n response as identified in new integration test

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…ad of just value

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo self-assigned this Dec 30, 2025
@WhitWaldo WhitWaldo requested review from a team as code owners December 30, 2025 23:11
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo merged commit 3589b8c into dapr:master Dec 30, 2025
47 checks passed
@WhitWaldo WhitWaldo deleted the integration-testing-jobs branch December 30, 2025 23:21
@nelson-parente nelson-parente added this to the v1.17 milestone Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add E2E Jobs Tests in .NET SDK

2 participants