Skip to content

feat/filter out product positions from GetDepartmentPersonnel #2492

feat/filter out product positions from GetDepartmentPersonnel

feat/filter out product positions from GetDepartmentPersonnel #2492

Re-run triggered August 29, 2024 08:49
Status Failure
Total duration 7m 12s
Artifacts

test-api.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 13 warnings
Fusion.Resources.Api.Tests.IntegrationTests.DepartmentRequestsTests.GetTimelineShouldNotIncludePositionsOutsideTimeframe: src/backend/tests/Fusion.Resources.Api.Tests/IntegrationTests/DepartmentRequestsTests.cs#L630
Expected successfull http response but found InternalServerError. GET: http://localhost/departments/PDP BTAD AWQ/resources/personnel/?$expand=timeline&api-version=1.0&timelineStart=2020-03-01T00:00:00.0000000&timelineEnd=2020-03-31T00:00:00.0000000
Fusion.Resources.Api.Tests.IntegrationTests.DepartmentRequestsTests.GetTimelineShouldIncludeEmploymentStatusesWithAppliesToNull: src/backend/tests/Fusion.Resources.Api.Tests/IntegrationTests/DepartmentRequestsTests.cs#L684
Expected successfull http response but found InternalServerError. GET: http://localhost/departments/TPD TST TIL DPT3/resources/personnel/?$expand=timeline&api-version=1.0&timelineStart=2022-04-01T00:00:00.0000000&timelineEnd=2022-09-30T00:00:00.0000000
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/backend/api/Fusion.Resources.Database/Authentication/AzureTokenAuthenticationManager.cs#L23
Non-nullable field 'connectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/backend/api/Fusion.Resources.Application/LineOrg/LineOrgClient.cs#L61
Dereference of a possibly null reference.