Existing tests using TaskEnvironmentHelper.CreateForTest() only execute with a multiprocess environment. This leaves gaps in correctness validation for multithreaded behavior. Update tests to cover both task environments.
For tests using MT environment, move the current directory to a temporary path to properly ensure the output is correct.
Existing tests using
TaskEnvironmentHelper.CreateForTest()only execute with a multiprocess environment. This leaves gaps in correctness validation for multithreaded behavior. Update tests to cover both task environments.For tests using MT environment, move the current directory to a temporary path to properly ensure the output is correct.