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

Add SQL performance option #4785

Merged
merged 6 commits into from
Jan 24, 2025

Change to constant strings

8e0e11d
Select commit
Loading
Failed to load commit list.
Merged

Add SQL performance option #4785

Change to constant strings
8e0e11d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR Build & Deploy succeeded Jan 24, 2025 in 44m 33s

Build #20330pr47857 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 43,826 (98.04%)
  • Other: 872 (1.95%)
  • Total: 44,700
Code coverage

  • 9481 of 32200 branches covered (29.44%)
  • 26429 of 84117 lines covered (31.42%)

Annotations

Check failure on line 1 in Microsoft.Health.Fhir.Tests.E2E.Rest.BulkDeleteTests(CosmosDb, Json).GivenResourcesOfOneType_WhenBulkDeletedByType_ThenAllOfThatTypeAreDeleted(resourceType: "Patient")

See this annotation in the file changed.

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

Microsoft.Health.Fhir.Tests.E2E.Rest.BulkDeleteTests(CosmosDb, Json).GivenResourcesOfOneType_WhenBulkDeletedByType_ThenAllOfThatTypeAreDeleted(resourceType: "Patient")

System.Exception : Bulk delete at $https://f20330pr47857-r4b.azurewebsites.net/_operations/bulk-delete/5109861825255120516 did not complete within 30 attempts and a duration of 00:04:50.6825805
Raw output
   at Microsoft.Health.Fhir.Client.FhirClient.WaitForBulkDeleteStatus(Uri bulkDeleteJobUri) in /_/src/Microsoft.Health.Fhir.Shared.Client/FhirClient.cs:line 610
   at Microsoft.Health.Fhir.Tests.E2E.Rest.BulkDeleteTests.MonitorBulkDeleteJob(Uri location, Dictionary`2 expectedResults) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/BulkDeleteTests.cs:line 238
   at Microsoft.Health.Fhir.Tests.E2E.Rest.BulkDeleteTests.RunBulkDeleteRequest(Dictionary`2 expectedResults, Boolean addUndeletedResource, String path, Dictionary`2 queryParams) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/BulkDeleteTests.cs:line 208
   at Microsoft.Health.Fhir.Tests.E2E.Rest.BulkDeleteTests.GivenResourcesOfOneType_WhenBulkDeletedByType_ThenAllOfThatTypeAreDeleted(String resourceType) in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/BulkDeleteTests.cs:line 68
--- End of stack trace from previous location ---

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

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_LastUpdatedOnResourceCannotBeInTheFuture

System.InvalidOperationException : Sequence contains no elements
Raw output
   at System.Linq.ThrowHelper.ThrowNoElementsException()
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
   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 1753
   at Microsoft.Health.Fhir.Tests.E2E.Rest.Import.ImportTests.GivenIncrementalLoad_LastUpdatedOnResourceCannotBeInTheFuture() in /_/test/Microsoft.Health.Fhir.Shared.Tests.E2E/Rest/Import/ImportTests.cs:line 429
--- End of stack trace from previous location ---