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 Fix Sending100ContinueDoesNotStartResponse #2507 2018-04-24 09:07:20 -07:00
Kestrel.Tests
Kestrel.Transport.Libuv.FunctionalTests Add file logging to functional tests 2018-04-13 14:53:57 -07:00
Kestrel.Transport.Libuv.Tests
Kestrel.Transport.Sockets.FunctionalTests Add file logging to functional tests 2018-04-13 14:53:57 -07:00
SystemdActivation
shared Disable writing to console if exceptions are expected 2018-04-23 14:48:15 -07:00
Directory.Build.props
xunit.runner.json Revert "Enable xUnit diagnostic messages (#2505)" (#2522) 2018-04-24 17:24:43 -07:00