aspnetcore/test/dotnet-watch.FunctionalTests/Scenario
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
..
ProjectToolScenario.cs Dispatch cancellation on CTRL+C to avoid deadlocks in killing the process tree 2018-05-15 14:50:26 -07:00
WatchableApp.cs Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00