aspnetcore/test
Mike Harder cc29a503e6
Revert "Enable xUnit diagnostic messages (#2505)" (#2522)
- xUnit diagnostic messages were enabled in #2505 to help identify hung tests
- However, this also enables log messages for non-serializable theory data (https://github.com/aspnet/KestrelHttpServer/issues/2509), which adds noise to logs
- It doesn't seem possible to disable the "non-serializable data" messages but keep the "long-running test" messages
- Converting all tests to serializable theory data is expensive and complicates test code
- The best solution for now is to revert xUnit diagnostic messages to disabled, and re-enable when needed to identify hung tests
2018-04-24 17:24:43 -07:00
..
Kestrel.Core.Tests Remove unused theory data (#2519) 2018-04-24 14:47:39 -07:00
Kestrel.FunctionalTests
Kestrel.Tests
Kestrel.Transport.Libuv.FunctionalTests
Kestrel.Transport.Libuv.Tests
Kestrel.Transport.Sockets.FunctionalTests
SystemdActivation
shared
Directory.Build.props
xunit.runner.json Revert "Enable xUnit diagnostic messages (#2505)" (#2522) 2018-04-24 17:24:43 -07:00