Add EventPipe/DiagnosticsIpc tests (#25457)
authorJohn Salem <josalem@microsoft.com>
Tue, 16 Jul 2019 00:28:57 +0000 (17:28 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2019 00:28:57 +0000 (17:28 -0700)
commit8fa6bd4aaa949bbfd3dd263e7327996ab8fa7966
tree0ab928ecdb21eacabb5285488c9d8dc9364755f8
parent7fe3cc73d1ee4bbe81b2a5e8a62667b78a02f7ae
Add EventPipe/DiagnosticsIpc tests (#25457)

* Add Microsoft.Diagnostics.Tools.RuntimeClient to dependencies.props
* add EventPipe tests for provider coherence, buffer size resilience, and rundown event presence
dependencies.props
tests/src/Common/test_dependencies/test_dependencies.csproj
tests/src/tracing/eventpipe/buffersize/buffersize.cs [new file with mode: 0644]
tests/src/tracing/eventpipe/buffersize/buffersize.csproj [new file with mode: 0644]
tests/src/tracing/eventpipe/common/IpcTraceTest.cs [new file with mode: 0644]
tests/src/tracing/eventpipe/common/common.csproj [new file with mode: 0644]
tests/src/tracing/eventpipe/providervalidation/providervalidation.cs [new file with mode: 0644]
tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj [new file with mode: 0644]
tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.cs [new file with mode: 0644]
tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj [new file with mode: 0644]