We were using PID to assert that dotnet-watch had restarted processes. The OS does not guaranteed the uniqueness of PID, so I've changed tests to use PID + process start time to distinguish between processes. |
||
|---|---|---|
| .. | ||
| Scenario | ||
| TestProjects | ||
| AppWithDepsTests.cs | ||
| AwaitableProcess.cs | ||
| DotNetWatcherTests.cs | ||
| FileWatcherTests.cs | ||
| GlobbingAppTests.cs | ||
| NoDepsAppTests.cs | ||
| dotnet-watch.FunctionalTests.csproj | ||