You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated tests to validate the nodereuse flag value in task command-line arguments:
- Scenarios 1 & 3 (explicit TaskHostFactory): Validates /nodereuse:False for short-lived hosts
- Scenario 4 (no explicit factory, non-matching runtime): Validates /nodereuse:True for long-lived sidecar
- Scenario 2 (in-proc): No nodereuse validation needed as task runs in-process
Tests now properly verify the core behavior through the task's perspective by
checking the command-line arguments it receives.
Co-authored-by: ViktorHofer <7412651+ViktorHofer@users.noreply.github.com>
0 commit comments