aspnetcore: Constantly failing dotnet watch tests on MacOS

RestartProcessThatTerminatesAfterFileChange, RunsWithDotnetWatchEnvVariable, ChangeExcludedFile

   at Microsoft.DotNet.Watcher.Tools.FunctionalTests.AwaitableProcess.GetOutputLineAsync(String predicateName, Predicate`1 predicate, CancellationToken cancellationToken) in /_/src/Tools/dotnet-watch/test/AwaitableProcess.cs:line 100
   at Microsoft.DotNet.Watcher.Tools.FunctionalTests.AwaitableProcess.GetOutputLineAsync(String message, TimeSpan timeout) in /_/src/Tools/dotnet-watch/test/AwaitableProcess.cs:line 85
   at Microsoft.DotNet.Watcher.Tools.FunctionalTests.WatchableApp.StartWatcherAsync(String[] arguments, String name) in /_/src/Tools/dotnet-watch/test/Scenario/WatchableApp.cs:line 122
   at Microsoft.DotNet.Watcher.Tools.FunctionalTests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange() in /_/src/Tools/dotnet-watch/test/NoDepsAppTests.cs:line 50
--- End of stack trace from previous location where exception was thrown ---

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 19 (19 by maintainers)

Most upvoted comments

These failures look very similar to https://github.com/dotnet/core-setup/pull/8775#issuecomment-551306746, so probably we can do something similar to https://github.com/dotnet/core-setup/pull/8802 to fix it.