Commit Graph

3 Commits

Author SHA1 Message Date
Tig
dc6ddcb898 WIP: submitting #4429 2025-12-02 14:06:55 -07:00
copilot-swe-agent[bot]
a1cbb42bc1 Address code review comments
- Changed Task.Wait() to task.GetAwaiter().GetResult() to avoid deadlocks
- Added named constant for killEntireProcessTree parameter
- Added clarifying comment for FakeInput creation
- Added comment explaining relative path construction for Examples directory

Co-authored-by: tig <585482+tig@users.noreply.github.com>
2025-12-01 22:11:01 +00:00
copilot-swe-agent[bot]
cd392456ca Phase 2: Update examples with attributes and add test infrastructure
- Updated Example, FluentExample, and RunnableWrapperExample with example attributes
- Added support for driver name detection from test context in examples
- Created ExampleTests class in UnitTestsParallelizable with tests for:
  - Example metadata validation
  - Out-of-process execution
  - In-process execution
  - Context serialization
- Examples now properly detect and use FakeDriver from test context
- Tests pass for metadata validation and serialization

Co-authored-by: tig <585482+tig@users.noreply.github.com>
2025-12-01 22:06:23 +00:00