-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed Moq dependency from Exporter.OpenTelemetryProtocol.Tests #5118
Removed Moq dependency from Exporter.OpenTelemetryProtocol.Tests #5118
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5118 +/- ##
==========================================
+ Coverage 82.81% 83.05% +0.23%
==========================================
Files 296 296
Lines 12320 12320
==========================================
+ Hits 10203 10232 +29
+ Misses 2117 2088 -29
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
||
namespace OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests.Mock; | ||
|
||
internal class MockExportClient<T>(bool throwException = false) : IExportClient<T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as #5116 (comment)
...er.OpenTelemetryProtocol.Tests/Implementation/ExportClient/OtlpHttpTraceExportClientTests.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/OtlpLogExporterTests.cs
Outdated
Show resolved
Hide resolved
Test failed due a Docker error 503 Service Unavailable in SqlClient.Tests. |
Related to #4758.
Refactor in order to remove the Moq dependency from the
OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests
project.Changes
MockHttpMessageHandler
MockExportClient
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes