aspnetcore/test/dotnet-watch.FunctionalTests
Nate McMaster 4c49d5ce80
Resolve flaky tests (#497)
1. Prevent an ObjectDisposedException in dotnet-watch on slower machines
2. Fix flakiness caused by PID reuse
3. Fix flakiness in tests that await the restart of dotnet-watch. The `.TimeoutAfter` method doesn't cancel the long-running task. This left 2 readers running on dotnet-watch output which caused indeterminate test outcome.
2018-10-02 09:17:04 -07:00
..
Scenario Dispatch cancellation on CTRL+C to avoid deadlocks in killing the process tree 2018-05-15 14:50:26 -07:00
TestProjects Add support for DOTNET_WATCH_ITERATION (#443) 2018-05-24 08:24:56 -07: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 Resolve flaky tests (#497) 2018-10-02 09:17:04 -07:00
dotnet-watch.FunctionalTests.csproj