aspnetcore/test
Nate McMaster a24b4ee459
Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512)
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.
2018-11-06 09:57:17 -08:00
..
Microsoft.HttpRepl.Tests
Microsoft.Repl.Tests
Shared
dotnet-user-secrets.Tests
dotnet-watch.FunctionalTests Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00
dotnet-watch.Tests
Directory.Build.props