Skip to content

Added timeout command for Incidents Batch Resolution saga #802

Added timeout command for Incidents Batch Resolution saga

Added timeout command for Incidents Batch Resolution saga #802

Triggered via push February 6, 2024 17:38
Status Success
Total duration 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests ► Delete_Should_Return_OK_And_Cancel_Shopping_Cart: Sample/EventStoreDB/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net8.0/test-results.trx#L0
Failed test found in: Sample/EventStoreDB/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net8.0/test-results.trx Error: Expected string to be ""1"", but ""0"" differs near "0"" (index 1).
Helpdesk.Api.Tests.Incidents.BatchResolutionTests ► Batch_ShouldComplete: Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/IntegrationContext.cs#L115
Failed test found in: Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/bin/TestResults/net8.0/test-results.trx Error: System.AggregateException : One or more errors occurred. (Marten Command Failure:$ $ $ 23503: insert or update on table "mt_events" violates foreign key constraint "fkey_mt_events_stream_id" DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.) (Object reference not set to an instance of an object.) (Object reference not set to an instance of an object.) (Marten Command Failure:$ $ $ 23505: duplicate key value violates unique constraint "pkey_mt_events_seq_id" DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.) ---- Marten.Exceptions.MartenCommandException : Marten Command Failure:$ $ $ 23503: insert or update on table "mt_events" violates foreign key constraint "fkey_mt_events_stream_id" DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information. -------- Npgsql.PostgresException : 23503: insert or update on table "mt_events" violates foreign key constraint "fkey_mt_events_stream_id" DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information. ---- System.NullReferenceException : Object reference not set to an instance of an object. ---- System.NullReferenceException : Object reference not set to an instance of an object. ---- Marten.Exceptions.MartenCommandException : Marten Command Failure:$ $ $ 23505: duplicate key value violates unique constraint "pkey_mt_events_seq_id" DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information. -------- Npgsql.PostgresException : 23505: duplicate key value violates unique constraint "pkey_mt_events_seq_id" DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests ► ResolvingTwiceTheSame_Incident_Succeeds: Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/Incidents/Fixtures/Scenarios.cs#L35
Failed test found in: Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/bin/TestResults/net8.0/test-results.trx Error: Alba.ScenarioAssertionException : Expected status code 201, but was 500 Actual body text was: {"title":"MartenCommandException","status":500,"detail":"Marten Command Failure:$\n$\n$\n23505: duplicate key value violates unique constraint \"pkey_mt_events_seq_id\"\n\nDETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information."}
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests ► RecordCustomerResponseCommand_RecordsResponse: Sample/Helpdesk/Helpdesk.Api.Tests/Incidents/RecordCustomerResponseToIncidentTests.cs#L15
Failed test found in: Sample/Helpdesk/Helpdesk.Api.Tests/bin/TestResults/net8.0/test-results.trx Error: Expected the enum to be HttpStatusCode.OK {value: 200}, but found HttpStatusCode.InternalServerError {value: 500}.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.