Commit 749dd16
Enable test logging in DistributedApplicationPipelineTests (#13072)
* Initial plan
* Use WithTestAndResourceLogging and real logger in DistributedApplicationPipelineTests
Co-authored-by: davidfowl <[email protected]>
* Use extension method WithTestAndResourceLogging instead of explicit args
Co-authored-by: davidfowl <[email protected]>
* Add TestPipelineActivityReporter for test logging to ITestOutputHelper/ILogger
Co-authored-by: davidfowl <[email protected]>
* Simplify TestPipelineActivityReporter to only use ILogger
Co-authored-by: davidfowl <[email protected]>
* Simplify TestPipelineActivityReporter DI registration with generic ILogger
Co-authored-by: davidfowl <[email protected]>
* Add TestPipelineActivityReporter to all DistributedApplicationPipelineTests
Co-authored-by: davidfowl <[email protected]>
* Add DefaultTimeout() to all pipeline.ExecuteAsync calls to prevent hanging tests
Co-authored-by: davidfowl <[email protected]>
* Fix infinite recursion in TestPipelineActivityReporter by removing logger calls
Co-authored-by: davidfowl <[email protected]>
* Change TestPipelineActivityReporter to use ITestOutputHelper instead of ILogger
Co-authored-by: davidfowl <[email protected]>
* Add WriteLine calls to TestPipelineActivityReporter methods for test output
Co-authored-by: davidfowl <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: davidfowl <[email protected]>1 parent 7dbef0d commit 749dd16
File tree
3 files changed
+450
-316
lines changed- tests
- Aspire.Hosting.Tests
- Pipelines
3 files changed
+450
-316
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments