Add TestContainer support for .NET#1664
Merged
WhitWaldo merged 32 commits intodapr:masterfrom Dec 24, 2025
Merged
Conversation
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…based on the container configuration Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
… a configuration value Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
… and harnesses Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…andom app ID each invocation to avoid conflicts and facilitate parallel testing Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
… represented 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>
…vice properly initializes 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>
…hen not using a test app Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…cts the container name Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…ess to the container Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…ting code for starting up daprd and the start app, when specified Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…coded version - this leaves the door open to specific versions without having to manually update it each time Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…nches, not when using Docker Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…low. Starting with Jobs tests. Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…p and configuration Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…to run parallel E2E tests Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…es on the internal Docker network instead of through its external ports ensuring test isolation for parallel testing 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>
…ey're not lost locally after merging this PR. They should be replaced by real implementations against the current API when possible. Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This was referenced Mar 2, 2026
This was referenced Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR seeks to add TestContainers support for Dapr using the Dapr .NET SDK.
It has been initially tested and validated with a Dapr Jobs E2E test and will be improved on over time with additional tests. I'm going to go ahead and merge this PR as-is at this time though so I can start utilizing what's here to build out E2E tests for the new Dapr.Workflows PR.
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: