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

Bump dotnet/aspnet to 8.0.11-cbl-mariner2.0 in /build/docker #4722

Bump dotnet/aspnet in /build/docker

5d1d63d
Select commit
Loading
Failed to load commit list.
Merged

Bump dotnet/aspnet to 8.0.11-cbl-mariner2.0 in /build/docker #4722

Bump dotnet/aspnet in /build/docker
5d1d63d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Build & Deploy succeeded Nov 18, 2024 in 49s

Build #20305pr47222 had test failures

Details

Tests

  • Failed: 1,616 (5.17%)
  • Passed: 28,968 (92.68%)
  • Other: 673 (2.15%)
  • Total: 31,257
Code coverage

  • 9417 of 31946 branches covered (29.48%)
  • 26337 of 83922 lines covered (31.38%)

Annotations

Check failure on line 1 in Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportQuantitySearchTests(SqlServer, Json).GivenAQuantitySearchParameterWithQuantity_WhenSearched_ThenCorrectBundleShouldBeReturned(queryValue: "5||unit2", expectedIndices: [5])

See this annotation in the file changed.

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

Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportQuantitySearchTests(SqlServer, Json).GivenAQuantitySearchParameterWithQuantity_WhenSearched_ThenCorrectBundleShouldBeReturned(queryValue: "5||unit2", expectedIndices: [5])

System.Net.Http.HttpRequestException : Status code: NotFound; reason phrase: 'Not Found'; body: '<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.26.1</center>
</body>
</html>
'; health check: 'OK'
Raw output
   at Microsoft.Health.Fhir.Client.FhirClient.EnsureSuccessStatusCodeAsync(HttpResponseMessage response) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 672
   at Microsoft.Health.Fhir.Client.FhirClient.ImportAsync(Parameters parameters, CancellationToken cancellationToken) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 460
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTestHelper.CreateImportTaskAsync(TestFhirClient testFhirClient, ImportRequest request) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTestHelper.cs:line 176
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTestHelper.ImportCheckAsync(TestFhirClient testFhirClient, ImportRequest request) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTestHelper.cs:line 202
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTestHelper.ImportToServerAsync(TestFhirClient testFhirClient, ImportTestStorageAccount storageAccount, Resource[] resources) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTestHelper.cs:line 166
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTestHelper.ImportToServerAsync[TResource](TestFhirClient testFhirClient, ImportTestStorageAccount storageAccount, Action`1[] resourceCustomizer) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTestHelper.cs:line 126
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportQuantitySearchTestFixture.OnInitializedAsync() in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportQuantitySearchTestFixture.cs:line 27
   at Microsoft.Health.Fhir.Tests.E2E.Rest.HttpIntegrationTestFixture`1.InitializeAsync() in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/HttpIntegrationTestFixture{TStartup}.cs:line 57

Check failure on line 1 in Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTokenSearchTests(SqlServer, Json).GivenATokenSearchParameterWithNotModifier_WhenSearchedWithType_ThenCorrectBundleShouldBeReturned(queryValue: "code1", excludeIndices: [0, 5, 6])

See this annotation in the file changed.

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

Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTokenSearchTests(SqlServer, Json).GivenATokenSearchParameterWithNotModifier_WhenSearchedWithType_ThenCorrectBundleShouldBeReturned(queryValue: "code1", excludeIndices: [0, 5, 6])

System.Net.Http.HttpRequestException : Status code: NotFound; reason phrase: 'Not Found'; body: '<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.26.1</center>
</body>
</html>
'; health check: 'OK'
Raw output
   at Microsoft.Health.Fhir.Client.FhirClient.EnsureSuccessStatusCodeAsync(HttpResponseMessage response) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 672
   at Microsoft.Health.Fhir.Client.FhirClient.CreateAsync[T](String uri, T resource, String conditionalCreateCriteria, String provenanceHeader, CancellationToken cancellationToken) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 131
   at Microsoft.Health.Fhir.Client.FhirClientExtensions.CreateResourcesAsync[TResource](FhirClient client, Action`1[] resourceCustomizer) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClientExtensions.cs:line 64
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTokenSearchTestFixture.OnInitializedAsync() in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTokenSearchTestFixture.cs:line 28
   at Microsoft.Health.Fhir.Tests.E2E.Rest.HttpIntegrationTestFixture`1.InitializeAsync() in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/HttpIntegrationTestFixture{TStartup}.cs:line 57

Check failure on line 1 in Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTests(SqlServer, Json).GivenIncrementalLoad_SameLastUpdated_SameVersion_Run2Times_ShouldProduceSameResult

See this annotation in the file changed.

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

Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTests(SqlServer, Json).GivenIncrementalLoad_SameLastUpdated_SameVersion_Run2Times_ShouldProduceSameResult

System.Net.Http.HttpRequestException : Status code: NotFound; reason phrase: 'Not Found'; body: '<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.26.1</center>
</body>
</html>
'; health check: 'OK'
Raw output
   at Microsoft.Health.Fhir.Client.FhirClient.EnsureSuccessStatusCodeAsync(HttpResponseMessage response) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 672
   at Microsoft.Health.Fhir.Client.FhirClient.ImportAsync(Parameters parameters, CancellationToken cancellationToken) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 460
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTestHelper.CreateImportTaskAsync(TestFhirClient testFhirClient, ImportRequest request) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTestHelper.cs:line 176
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTests.ImportCheckAsync(ImportRequest request, TestFhirClient client, Nullable`1 errorCount) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTests.cs:line 1731
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTests.GivenIncrementalLoad_SameLastUpdated_SameVersion_Run2Times_ShouldProduceSameResult() in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTests.cs:line 974
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Health.Fhir.Tests.E2E.Rest.ConditionalDeleteTests(SqlServer, Xml).GivenOneMatchingResource_WhenDeletingConditionally_TheServerShouldDeleteSuccessfully(hardDeleteKey: "hardDelete", hardDeleteValue: False, deleteCount: 1)

See this annotation in the file changed.

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

Microsoft.Health.Fhir.Tests.E2E.Rest.ConditionalDeleteTests(SqlServer, Xml).GivenOneMatchingResource_WhenDeletingConditionally_TheServerShouldDeleteSuccessfully(hardDeleteKey: "hardDelete", hardDeleteValue: False, deleteCount: 1)

Microsoft.Health.Fhir.Client.FhirClientException : Unauthorized: Authentication failed. (b610f1c7-b16d-46ec-907e-5cfd09c3562d)
==============================================
Request ID: b610f1c7-b16d-46ec-907e-5cfd09c3562d
Url: (POST) https://f20305pr47222-r4-sql.azurewebsites.net/Encounter
Response code: Unauthorized(401)
Reason phrase: Unauthorized
Timestamp: 2024-11-15T21:52:45.5647470Z
Health Check Result: NotFound(404)
OperationOutcome: {"resourceType":"OperationOutcome","id":"b610f1c7-b16d-46ec-907e-5cfd09c3562d","issue":[{"severity":"error","code":"login","diagnostics":"Authentication failed."}]}
==============================================
Raw output
   at Microsoft.Health.Fhir.Client.FhirClient.EnsureSuccessStatusCodeAsync(HttpResponseMessage response) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 675
   at Microsoft.Health.Fhir.Client.FhirClient.CreateAsync[T](String uri, T resource, String conditionalCreateCriteria, String provenanceHeader, CancellationToken cancellationToken) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 131
   at Microsoft.Health.Fhir.Tests.E2E.Rest.ConditionalDeleteTests.CreateWithIdentifier(String identifier) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ConditionalDeleteTests.cs:line 151
   at Microsoft.Health.Fhir.Tests.E2E.Rest.ConditionalDeleteTests.GivenOneMatchingResource_WhenDeletingConditionally_TheServerShouldDeleteSuccessfully(String hardDeleteKey, Boolean hardDeleteValue, Int32 deleteCount) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/ConditionalDeleteTests.cs:line 71
--- End of stack trace from previous location ---