aspnetcore/test/dotnet-watch.FunctionalTests
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
..
Scenario Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00
TestProjects Reduce flakiness in tests caused by the OS re-using the PID on test processes (#512) 2018-11-06 09:57:17 -08:00
AppWithDepsTests.cs
AwaitableProcess.cs Resolve flaky tests (#497) 2018-10-02 09:17:04 -07:00
DotNetWatcherTests.cs Resolve flaky tests (#497) 2018-10-02 09:17:04 -07:00
FileWatcherTests.cs
GlobbingAppTests.cs Resolve flaky tests (#497) 2018-10-02 09:17:04 -07:00
NoDepsAppTests.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
dotnet-watch.FunctionalTests.csproj