aspnetcore/test/dotnet-watch.FunctionalTests/TestProjects
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
..
AppWithDeps Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00
Dependency
GlobbingApp Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00
KitchenSink Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00
NoDepsApp Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00