Skip to content
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

Adds .net 9 support #4763

Merged
merged 5 commits into from
Jan 23, 2025

Merge remote-tracking branch 'origin/main' into feature/dotnet-9

00ffca4
Select commit
Loading
Failed to load commit list.
Merged

Adds .net 9 support #4763

Merge remote-tracking branch 'origin/main' into feature/dotnet-9
00ffca4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Build & Deploy succeeded Jan 23, 2025 in 58m 21s

Build #20329pr47636 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 46,711 (98.42%)
  • Other: 749 (1.58%)
  • Total: 47,461
Code coverage

  • 9527 of 32180 branches covered (29.61%)
  • 26500 of 84073 lines covered (31.52%)

Annotations

Check failure on line 1 in Microsoft.Health.Fhir.Core.UnitTests.Features.Operations.Export.ExportJobWorkerTests.GivenAcquireExportJobThrowsException_WhenExecuted_ThenWeHaveADelayBeforeWeRetry

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR Build & Deploy

Microsoft.Health.Fhir.Core.UnitTests.Features.Operations.Export.ExportJobWorkerTests.GivenAcquireExportJobThrowsException_WhenExecuted_ThenWeHaveADelayBeforeWeRetry

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	AcquireLegacyExportJobsAsync(any UInt16, any TimeSpan, any CancellationToken)
Actually received 2 matching calls:
	AcquireLegacyExportJobsAsync(1, 00:10:00, System.Threading.CancellationToken)
	AcquireLegacyExportJobsAsync(1, 00:10:00, System.Threading.CancellationToken)
Raw output
   at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
   at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
   at NSubstitute.Routing.Route.Handle(ICall call)
   at NSubstitute.Core.CallRouter.Route(ICall call)
   at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept(IInvocation invocation)
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.ObjectProxy_42.AcquireLegacyExportJobsAsync(UInt16 numberOfJobsToAcquire, TimeSpan jobHeartbeatTimeoutThreshold, CancellationToken cancellationToken)
   at Microsoft.Health.Fhir.Core.UnitTests.Features.Operations.Export.ExportJobWorkerTests.GivenAcquireExportJobThrowsException_WhenExecuted_ThenWeHaveADelayBeforeWeRetry() in /_/src/Microsoft.Health.Fhir.Core.UnitTests/Features/Operations/Export/ExportJobWorkerTests.cs:line 152
--- End of stack trace from previous location ---