Change of the method of invalidation #28
pipeline.yml
on: pull_request
build-and-test
49s
deploy-to-nuget
0s
Annotations
17 errors and 2 warnings
Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests ► EndpointWithCachePolicyShouldNotReturnETagHeader:
tests/Kros.Ocelot.ETagCaching.Test/ETagCachingIntegrationTests.cs#L51
Failed test found in:
TestResults/_fv-az1380-759_2024-05-13_05_27_11.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 404 (Not Found).
|
Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests ► EndpointWithCachePolicyShouldReturn200OK_WhenETagIsInvalid:
tests/Kros.Ocelot.ETagCaching.Test/ETagCachingIntegrationTests.cs#L31
Failed test found in:
TestResults/_fv-az1380-759_2024-05-13_05_27_11.trx
Error:
Expected response.StatusCode to be HttpStatusCode.OK {value: 200}, but found HttpStatusCode.NotFound {value: 404}.
|
Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests ► EndpointWithCachePolicyShouldReturn200OK_WhenIfNoneMatchHeaderIsNotPresent:
tests/Kros.Ocelot.ETagCaching.Test/ETagCachingIntegrationTests.cs#L41
Failed test found in:
TestResults/_fv-az1380-759_2024-05-13_05_27_11.trx
Error:
Expected response.StatusCode to be HttpStatusCode.OK {value: 200}, but found HttpStatusCode.NotFound {value: 404}.
|
Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests ► EndpointWithCachePolicyShouldReturn200OK_WhenResourceIsCreated:
tests/Kros.Ocelot.ETagCaching.Test/ETagCachingIntegrationTests.cs#L92
Failed test found in:
TestResults/_fv-az1380-759_2024-05-13_05_27_11.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 404 (Not Found).
|
Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests ► EndpointWithCachePolicyShouldReturn304NotModified_WhenETagIsValid:
tests/Kros.Ocelot.ETagCaching.Test/ETagCachingIntegrationTests.cs#L74
Failed test found in:
TestResults/_fv-az1380-759_2024-05-13_05_27_11.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 404 (Not Found).
|
Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests ► EndpointWithCachePolicyShouldReturnDownstreamData_WhenIfNoneMatchHeaderIsNotPresent:
tests/Kros.Ocelot.ETagCaching.Test/ETagCachingIntegrationTests.cs#L62
Failed test found in:
TestResults/_fv-az1380-759_2024-05-13_05_27_11.trx
Error:
Expected response.StatusCode to be HttpStatusCode.OK {value: 200}, but found HttpStatusCode.NotFound {value: 404}.
|
Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests ► EndpointWithCachePolicyShouldReturnETagHeader:
tests/Kros.Ocelot.ETagCaching.Test/ETagCachingIntegrationTests.cs#L17
Failed test found in:
TestResults/_fv-az1380-759_2024-05-13_05_27_11.trx
Error:
System.Net.Http.HttpRequestException : Response status code does not indicate success: 404 (Not Found).
|
build-and-test
Failed test were found and 'fail-on-error' option is set to true
|
build-and-test
[xUnit.net 00:00:00.93] Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests.EndpointWithCachePolicyShouldReturnDownstreamData_WhenIfNoneMatchHeaderIsNotPresent [FAIL]
|
build-and-test
[xUnit.net 00:00:00.94] Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests.EndpointWithCachePolicyShouldReturn200OK_WhenETagIsInvalid [FAIL]
|
build-and-test
[xUnit.net 00:00:00.95] Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests.EndpointWithCachePolicyShouldReturn200OK_WhenResourceIsCreated [FAIL]
|
build-and-test
[xUnit.net 00:00:00.95] Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests.EndpointWithCachePolicyShouldReturnETagHeader [FAIL]
|
build-and-test
[xUnit.net 00:00:00.96] Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests.EndpointWithCachePolicyShouldNotReturnETagHeader [FAIL]
|
build-and-test
[xUnit.net 00:00:00.96] Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests.EndpointWithCachePolicyShouldReturn304NotModified_WhenETagIsValid [FAIL]
|
build-and-test
[xUnit.net 00:00:00.97] Kros.Ocelot.ETagCaching.Test.ETagCachingIntegrationTests.EndpointWithCachePolicyShouldReturn200OK_WhenIfNoneMatchHeaderIsNotPresent [FAIL]
|
build-and-test
Target "Test" has thrown an exception
|
build-and-test
Process completed with exit code 255.
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|