rabbitmq / rabbitmq-stream-dotnet-client

RabbitMQ client for the stream protocol
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html
Other
122 stars 41 forks source link

Improve test speed #308

Closed Gsantomaggio closed 1 year ago

Gsantomaggio commented 1 year ago

Speed up a bit the tests

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.13% :tada:

Comparison is base (20a43f3) 92.65% compared to head (a866c25) 92.79%. Report is 1 commits behind head on main.

:exclamation: Current head a866c25 differs from pull request most recent head 4edf0be. Consider uploading reports for the commit 4edf0be to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #308 +/- ## ========================================== + Coverage 92.65% 92.79% +0.13% ========================================== Files 112 112 Lines 9795 9804 +9 Branches 786 785 -1 ========================================== + Hits 9076 9098 +22 + Misses 547 536 -11 + Partials 172 170 -2 ``` | [Files Changed](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq) | Coverage Δ | | |---|---|---| | [RabbitMQ.Stream.Client/Reliable/Producer.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-UmFiYml0TVEuU3RyZWFtLkNsaWVudC9SZWxpYWJsZS9Qcm9kdWNlci5jcw==) | `83.92% <ø> (+2.53%)` | :arrow_up: | | [RabbitMQ.Stream.Client/RoutingClient.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-UmFiYml0TVEuU3RyZWFtLkNsaWVudC9Sb3V0aW5nQ2xpZW50LmNz) | `94.25% <ø> (ø)` | | | [Tests/ReliableTests.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-VGVzdHMvUmVsaWFibGVUZXN0cy5jcw==) | `99.24% <100.00%> (-0.01%)` | :arrow_down: | | [Tests/UnitTests.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-VGVzdHMvVW5pdFRlc3RzLmNz) | `98.29% <100.00%> (ø)` | | | [Tests/Utils.cs](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/308?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq#diff-VGVzdHMvVXRpbHMuY3M=) | `79.37% <100.00%> (+2.79%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/rabbitmq/rabbitmq-stream-dotnet-client/pull/308/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=rabbitmq)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.