Skip to content

Brought back missing files for Helpdesk.Wolverine sample #755

Brought back missing files for Helpdesk.Wolverine sample

Brought back missing files for Helpdesk.Wolverine sample #755

GitHub Actions / Tests Results failed Aug 29, 2023 in 1s

188 passed, 1 failed and 1 skipped

Tests failed

Report Passed Failed Skipped Time
Core.EventStoreDB.Tests/bin/TestResults/net7.0/test-results.trx 3✔️ 2s
Core.Kafka.Tests/bin/TestResults/net7.0/test-results.trx 992ms
Core.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 2s
EventSourcing.Integration.Tests/bin/TestResults/net7.0/test-results.trx 1s
Marten.Integration.Tests/bin/TestResults/net7.0/test-results.trx 1s
Sample/decider/Decider.Tests/TestResults/test-results.trx 1✔️ 1s
Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 22s
Sample/ECommerce/Carts/Carts.Tests/bin/TestResults/net7.0/test-results.trx 4✔️ 1s
Sample/ECommerce/Orders/Orders.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 6s
Sample/ECommerce/Orders/Orders.Tests/bin/TestResults/net7.0/test-results.trx 822ms
Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 6s
Sample/ECommerce/Payments/Payments.Tests/bin/TestResults/net7.0/test-results.trx 864ms
Sample/ECommerce/Shipments/Shipments.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 4s
Sample/ECommerce/Shipments/Shipments.Tests/bin/TestResults/net7.0/test-results.trx 904ms
Sample/EventPipelines/EventPipelines.Tests/bin/TestResults/net7.0/test-results.trx 6✔️ 1s
Sample/EventStoreDB/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 21s
Sample/EventStoreDB/ECommerce/Carts/Carts.Tests/bin/TestResults/net7.0/test-results.trx 3✔️ 1s
Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net7.0/test-results.trx 4✔️ 1❌ 18s
Sample/EventsVersioning/EventsVersioning.Tests/bin/TestResults/net7.0/test-results.trx 16✔️ 1s
Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/bin/TestResults/net7.0/test-results.trx 9✔️ 35s
Sample/Helpdesk/Helpdesk.Api.Tests/bin/TestResults/net7.0/test-results.trx 9✔️ 32s
Sample/HotelManagement/HotelManagement.Tests/TestResults/test-results.trx 39✔️ 1s
Sample/MartenMeetsElastic/MartenMeetsElastic.Tests/TestResults/test-results.trx 1✔️ 6s
Sample/MeetingsManagement/MeetingsManagement.IntegrationTests/bin/TestResults/net7.0/test-results.trx 2✔️ 10s
Sample/MeetingsManagement/MeetingsSearch.IntegrationTests/bin/TestResults/net7.0/test-results.trx 1✔️ 5s
Sample/Tickets/Tickets.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 9s
Sample/Tickets/Tickets.Tests/bin/TestResults/net7.0/test-results.trx 7✔️ 2s
Sample/Warehouse/Warehouse.Api.Tests/bin/TestResults/net7.0/test-results.trx 16✔️ 4s
Workshops/BuildYourOwnEventStore/01-CreateStreamsTable/TestResults/test-results.trx 904ms
Workshops/BuildYourOwnEventStore/02-CreateEventsTable/TestResults/test-results.trx 944ms
Workshops/BuildYourOwnEventStore/03-CreateAppendEventFunction/TestResults/test-results.trx 963ms
Workshops/BuildYourOwnEventStore/03-OptimisticConcurrency/TestResults/test-results.trx 922ms
Workshops/BuildYourOwnEventStore/04-EventStoreMethods/TestResults/test-results.trx 879ms
Workshops/BuildYourOwnEventStore/05-StreamAggregation/TestResults/test-results.trx 895ms
Workshops/BuildYourOwnEventStore/06-TimeTraveling/TestResults/test-results.trx 914ms
Workshops/BuildYourOwnEventStore/07-AggregateAndRepository/TestResults/test-results.trx 881ms
Workshops/BuildYourOwnEventStore/08-Snapshots/TestResults/test-results.trx 885ms
Workshops/BuildYourOwnEventStore/09-Projections/TestResults/test-results.trx 958ms
Workshops/BuildYourOwnEventStore/10-ProjectionsWithMarten/TestResults/test-results.trx 923ms
Workshops/BuildYourOwnEventStore/EventStoreBasics.Tests/bin/TestResults/net7.0/test-results.trx 21✔️ 1✖️ 2s
Workshops/IntroductionToEventSourcing/01-EventsDefinition/TestResults/test-results.trx 879ms
Workshops/IntroductionToEventSourcing/02-GettingStateFromEvents/TestResults/test-results.trx 900ms
Workshops/IntroductionToEventSourcing/03-AppendingEvents.Marten/TestResults/test-results.trx 976ms
Workshops/IntroductionToEventSourcing/04-AppendingEvents.EventStoreDB/TestResults/test-results.trx 974ms
Workshops/IntroductionToEventSourcing/05-GettingStateFromEvents.Marten/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/06-GettingStateFromEvents.EventStoreDB/TestResults/test-results.trx 983ms
Workshops/IntroductionToEventSourcing/07-BusinessLogic/TestResults/test-results.trx 915ms
Workshops/IntroductionToEventSourcing/08-BusinessLogic.Marten/TestResults/test-results.trx 941ms
Workshops/IntroductionToEventSourcing/09-BusinessLogic.EventStoreDB/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/10-OptimisticConcurrency.Marten/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/11-OptimisticConcurrency.EventStoreDB/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/12-Projections.SingleStream/TestResults/test-results.trx 934ms
Workshops/IntroductionToEventSourcing/13-Projections.SingleStream.Idempotency/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/14-Projections.SingleStream.EventualConsistency/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/Solved/01-EventsDefinition/bin/TestResults/net7.0/test-results.trx 1✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/02-GettingStateFromEvents/bin/TestResults/net7.0/test-results.trx 3✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/03-AppendingEvents.Marten/bin/TestResults/net7.0/test-results.trx 1✔️ 4s
Workshops/IntroductionToEventSourcing/Solved/04-AppendingEvents.EventStoreDB/bin/TestResults/net7.0/test-results.trx 1✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/05-GettingStateFromEvents.Marten/bin/TestResults/net7.0/test-results.trx 2✔️ 6s
Workshops/IntroductionToEventSourcing/Solved/06-GettingStateFromEvents.EventStoreDB/bin/TestResults/net7.0/test-results.trx 2✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/07-BusinessLogic/bin/TestResults/net7.0/test-results.trx 3✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/08-BusinessLogic.Marten/bin/TestResults/net7.0/test-results.trx 6✔️ 8s
Workshops/IntroductionToEventSourcing/Solved/09-BusinessLogic.EventStoreDB/bin/TestResults/net7.0/test-results.trx 3✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/10-OptimisticConcurrency.Marten/bin/TestResults/net7.0/test-results.trx 3✔️ 7s
Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB/bin/TestResults/net7.0/test-results.trx 3✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/12-Projections.SingleStream/bin/TestResults/net7.0/test-results.trx 1✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/13-Projections.SingleStream.Idempotency/bin/TestResults/net7.0/test-results.trx 1✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/14-Projections.SingleStream.EventualConsistency/bin/TestResults/net7.0/test-results.trx 1✔️ 4s

✔️ Core.EventStoreDB.Tests/bin/TestResults/net7.0/test-results.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Core.EventStoreDB.Tests.Events.EventStoreDBEventMetadataJsonConverterTests 2✔️ 95ms
EventStoreDB.Integration.Tests.Commands.EventStoreDBAsyncCommandBusTests 1✔️ 750ms

✔️ Core.Kafka.Tests/bin/TestResults/net7.0/test-results.trx

No tests found

✔️ Core.Tests/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Core.Tests.AggregateWithWhenTests 1✔️ 43ms

✔️ EventSourcing.Integration.Tests/bin/TestResults/net7.0/test-results.trx

No tests found

✔️ Marten.Integration.Tests/bin/TestResults/net7.0/test-results.trx

No tests found

✔️ Sample/decider/Decider.Tests/TestResults/test-results.trx

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Decider.UnionTypesTests 1✔️ 16ms

✔️ Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx

5 tests were completed in 22s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 6s
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests 1✔️ 1s

✔️ Sample/ECommerce/Carts/Carts.Tests/bin/TestResults/net7.0/test-results.trx

4 tests were completed in 1s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Tests.Carts.ConfirmingCart.ConfirmCartTests 2✔️ 51ms
Carts.Tests.Carts.InitializingCart.InitializeCartTests 1✔️ 41ms
Carts.Tests.Carts.InitializingCart.OpenShoppingCardCommandHandlerTests 1✔️ 15ms

✔️ Sample/ECommerce/Orders/Orders.Api.Tests/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 6s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Orders.Api.Tests.Orders.InitializingOrder.InitializeOrderTests 1✔️ 5s

✔️ Sample/ECommerce/Orders/Orders.Tests/bin/TestResults/net7.0/test-results.trx

No tests found

✔️ Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 6s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Payments.Api.Tests.Payments.RequestingPayment.RequestPaymentsTests 1✔️ 5s

✔️ Sample/ECommerce/Payments/Payments.Tests/bin/TestResults/net7.0/test-results.trx

No tests found

✔️ Sample/ECommerce/Shipments/Shipments.Api.Tests/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 4s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Shipments.Api.Tests.Packages.SendPackageTests 1✔️ 2s

✔️ Sample/ECommerce/Shipments/Shipments.Tests/bin/TestResults/net7.0/test-results.trx

No tests found

✔️ Sample/EventPipelines/EventPipelines.Tests/bin/TestResults/net7.0/test-results.trx

6 tests were completed in 1s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
EventPipelines.Tests.ClassesWithBuilderTest 1✔️ 4ms
EventPipelines.Tests.ClassesWithIoCTest 1✔️ 47ms
EventPipelines.Tests.ClassesWithMediatRTest 1✔️ 13ms
EventPipelines.Tests.PureFunctionsWithBuilderTest 1✔️ 4ms
EventPipelines.Tests.PureFunctionsWithIoCTest 1✔️ 51ms
EventPipelines.Tests.PureFunctionsWithMediatRTest 1✔️ 6ms

✔️ Sample/EventStoreDB/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx

5 tests were completed in 21s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 2s
Carts.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 6s
Carts.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests 1✔️ 1s

✔️ Sample/EventStoreDB/ECommerce/Carts/Carts.Tests/bin/TestResults/net7.0/test-results.trx

3 tests were completed in 1s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Tests.Carts.ConfirmingCart.ConfirmCartTests 1✔️ 35ms
Carts.Tests.Carts.OpeningCart.OpenCartCommandHandlerTests 1✔️ 40ms
Carts.Tests.Carts.OpeningCart.OpenCartTests 1✔️ 0ms

❌ Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net7.0/test-results.trx

5 tests were completed in 18s with 4 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ECommerce.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 2s
ECommerce.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 6s
ECommerce.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests 1❌ 1ms

❌ ECommerce.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests

❌ Delete_Should_Return_OK_And_Cancel_Shopping_Cart
	System.AggregateException : One or more errors occurred. (Expected object not to be <null> because ETag response header should be defined.)
	---- Expected object not to be <null> because ETag response header should be defined.

✔️ Sample/EventsVersioning/EventsVersioning.Tests/bin/TestResults/net7.0/test-results.trx

16 tests were completed in 1s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
EventsVersioning.Tests.Downcasters.ChangedStructure 2✔️ 4ms
EventsVersioning.Tests.ExplicitSerialization.ExplicitSerializationTests 2✔️ 68ms
EventsVersioning.Tests.SimpleMappings.NewNotRequiredProperty 2✔️ 30ms
EventsVersioning.Tests.SimpleMappings.NewRequiredProperty 2✔️ 22ms
EventsVersioning.Tests.SimpleMappings.RenamedProperty 2✔️ 85ms
EventsVersioning.Tests.Transformations.MergeEvents 1✔️ 162ms
EventsVersioning.Tests.Transformations.MultipleTransformationsWithDifferentEventTypes 1✔️ 28ms
EventsVersioning.Tests.Upcasters.ChangedStructure 2✔️ 4ms
EventsVersioning.Tests.Upcasters.NewRequiredPropertyFromMetadata 2✔️ 9ms

✔️ Sample/Helpdesk.Wolverine/Helpdesk.Api.Tests/bin/TestResults/net7.0/test-results.trx

9 tests were completed in 35s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 207ms
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 415ms
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 428ms
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 98ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 2s
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 2s
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 534ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 636ms
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 1✔️ 545ms

✔️ Sample/Helpdesk/Helpdesk.Api.Tests/bin/TestResults/net7.0/test-results.trx

9 tests were completed in 32s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 44ms
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 451ms
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 474ms
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 51ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 3s
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 762ms
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 447ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 680ms
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 1✔️ 866ms

✔️ Sample/HotelManagement/HotelManagement.Tests/TestResults/test-results.trx

39 tests were completed in 1s with 39 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutSagaTests 5✔️ 32ms
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutTests 17✔️ 224ms
HotelManagement.Tests.Sagas.GuestStayAccounts.GuestStayAccountTests 17✔️ 291ms

✔️ Sample/MartenMeetsElastic/MartenMeetsElastic.Tests/TestResults/test-results.trx

1 tests were completed in 6s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
MartenMeetsElastic.Tests.MeetsElasticTest 1✔️ 5s

✔️ Sample/MeetingsManagement/MeetingsManagement.IntegrationTests/bin/TestResults/net7.0/test-results.trx

2 tests were completed in 10s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
MeetingsManagement.IntegrationTests.Meetings.CreatingMeeting.CreateMeetingTests 1✔️ 5s
MeetingsManagement.IntegrationTests.Meetings.SchedulingMeetings.ScheduleMeetingTests 1✔️ 4s

✔️ Sample/MeetingsManagement/MeetingsSearch.IntegrationTests/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 5s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
MeetingsSearch.IntegrationTests.Meetings.CreatingMeeting.CreateMeetingTests 1✔️ 4s

✔️ Sample/Tickets/Tickets.Api.Tests/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 9s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Tickets.Api.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationTests 1✔️ 7s

✔️ Sample/Tickets/Tickets.Tests/bin/TestResults/net7.0/test-results.trx

7 tests were completed in 2s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Tickets.Tests.Reservations.CancellingReservation.CancelReservationTests 3✔️ 36ms
Tickets.Tests.Reservations.ChangingReservationSeat.ChangeSeatTests 1✔️ 1ms
Tickets.Tests.Reservations.ConfirmingReservation.ConfirmReservationTests 1✔️ 1ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationCommandHandlerTests 1✔️ 48ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationTests 1✔️ 0ms

✔️ Sample/Warehouse/Warehouse.Api.Tests/bin/TestResults/net7.0/test-results.trx

16 tests were completed in 4s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Warehouse.Api.Tests.Products.GettingProductDetails.GetProductDetailsTests 4✔️ 302ms
Warehouse.Api.Tests.Products.GettingProducts.GetProductsTests 6✔️ 362ms
Warehouse.Api.Tests.Products.RegisteringProduct.RegisterProductTests 6✔️ 3s

✔️ Workshops/BuildYourOwnEventStore/01-CreateStreamsTable/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/02-CreateEventsTable/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/03-CreateAppendEventFunction/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/03-OptimisticConcurrency/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/04-EventStoreMethods/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/05-StreamAggregation/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/06-TimeTraveling/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/07-AggregateAndRepository/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/08-Snapshots/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/09-Projections/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/10-ProjectionsWithMarten/TestResults/test-results.trx

No tests found

✔️ Workshops/BuildYourOwnEventStore/EventStoreBasics.Tests/bin/TestResults/net7.0/test-results.trx

22 tests were completed in 2s with 21 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
EventStoreBasics.Tests.Exercise01CreateStreamsTable 4✔️ 125ms
EventStoreBasics.Tests.Exercise02CreateEventsTable 7✔️ 200ms
EventStoreBasics.Tests.Exercise03CreateAppendEventFunction 2✔️ 407ms
EventStoreBasics.Tests.Exercise04EventStoreMethods 2✔️ 129ms
EventStoreBasics.Tests.Exercise05StreamAggregation 1✔️ 60ms
EventStoreBasics.Tests.Exercise06TimeTravelling 1✔️ 49ms
EventStoreBasics.Tests.Exercise07AggregateAndRepository 1✔️ 44ms
EventStoreBasics.Tests.Exercise08Snapshots 2✔️ 641ms
EventStoreBasics.Tests.Exercise09Projections 1✔️ 112ms
EventStoreBasics.Tests.Exercise10ProjectionsWithMarten 1✖️ 1ms

✔️ Workshops/IntroductionToEventSourcing/01-EventsDefinition/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/02-GettingStateFromEvents/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/03-AppendingEvents.Marten/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/04-AppendingEvents.EventStoreDB/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/05-GettingStateFromEvents.Marten/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/06-GettingStateFromEvents.EventStoreDB/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/07-BusinessLogic/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/08-BusinessLogic.Marten/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/09-BusinessLogic.EventStoreDB/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/10-OptimisticConcurrency.Marten/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/11-OptimisticConcurrency.EventStoreDB/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/12-Projections.SingleStream/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/13-Projections.SingleStream.Idempotency/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/14-Projections.SingleStream.EventualConsistency/TestResults/test-results.trx

No tests found

✔️ Workshops/IntroductionToEventSourcing/Solved/01-EventsDefinition/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.EventsDefinition.EventsDefinitionTests 1✔️ 14ms

✔️ Workshops/IntroductionToEventSourcing/Solved/02-GettingStateFromEvents/bin/TestResults/net7.0/test-results.trx

3 tests were completed in 1s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution1.GettingStateFromEventsTests 1✔️ 35ms
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution2.GettingStateFromEventsTests 1✔️ 25ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 4ms

✔️ Workshops/IntroductionToEventSourcing/Solved/03-AppendingEvents.Marten/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 4s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.AppendingEvents.GettingStateFromEventsTests 1✔️ 3s

✔️ Workshops/IntroductionToEventSourcing/Solved/04-AppendingEvents.EventStoreDB/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.AppendingEvents.GettingStateFromEventsTests 1✔️ 511ms

✔️ Workshops/IntroductionToEventSourcing/Solved/05-GettingStateFromEvents.Marten/bin/TestResults/net7.0/test-results.trx

2 tests were completed in 6s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.GettingStateFromEventsTests 1✔️ 4s
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 4s

✔️ Workshops/IntroductionToEventSourcing/Solved/06-GettingStateFromEvents.EventStoreDB/bin/TestResults/net7.0/test-results.trx

2 tests were completed in 2s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.GettingStateFromEventsTests 1✔️ 491ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 500ms

✔️ Workshops/IntroductionToEventSourcing/Solved/07-BusinessLogic/bin/TestResults/net7.0/test-results.trx

3 tests were completed in 1s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 36ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution1.BusinessLogicTests 1✔️ 39ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution2.BusinessLogicTests 1✔️ 15ms

✔️ Workshops/IntroductionToEventSourcing/Solved/08-BusinessLogic.Marten/bin/TestResults/net7.0/test-results.trx

6 tests were completed in 8s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.Solution1.BusinessLogicTests 1✔️ 7s
IntroductionToEventSourcing.BusinessLogic.Immutable.Solution2.BusinessLogicTests 1✔️ 4s
IntroductionToEventSourcing.BusinessLogic.Immutable.Solution3.BusinessLogicTests 1✔️ 7s
IntroductionToEventSourcing.BusinessLogic.Immutable.Solution4.BusinessLogicTests 1✔️ 3s
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 2s
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 2s

✔️ Workshops/IntroductionToEventSourcing/Solved/09-BusinessLogic.EventStoreDB/bin/TestResults/net7.0/test-results.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 627ms
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 366ms
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 596ms

✔️ Workshops/IntroductionToEventSourcing/Solved/10-OptimisticConcurrency.Marten/bin/TestResults/net7.0/test-results.trx

3 tests were completed in 7s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.OptimisticConcurrency.Immutable.OptimisticConcurrencyTests 1✔️ 5s
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 2s
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 5s

✔️ Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB/bin/TestResults/net7.0/test-results.trx

3 tests were completed in 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.OptimisticConcurrency.Immutable.OptimisticConcurrencyTests 1✔️ 728ms
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 407ms
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 731ms

✔️ Workshops/IntroductionToEventSourcing/Solved/12-Projections.SingleStream/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.ProjectionsTests 1✔️ 222ms

✔️ Workshops/IntroductionToEventSourcing/Solved/13-Projections.SingleStream.Idempotency/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.ProjectionsTests 1✔️ 115ms

✔️ Workshops/IntroductionToEventSourcing/Solved/14-Projections.SingleStream.EventualConsistency/bin/TestResults/net7.0/test-results.trx

1 tests were completed in 4s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.GettingStateFromEvents.ProjectionsTests 1✔️ 3s

Annotations

Check failure on line 25 in Sample/EventStoreDB/Simple/ECommerce.Api.Tests/ShoppingCarts/RemovingProduct/RemoveProductTests.cs

See this annotation in the file changed.

@github-actions github-actions / Tests Results

ECommerce.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests ► Delete_Should_Return_OK_And_Cancel_Shopping_Cart

Failed test found in:
  Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net7.0/test-results.trx
Error:
  System.AggregateException : One or more errors occurred. (Expected object not to be <null> because ETag response header should be defined.)
  ---- Expected object not to be <null> because ETag response header should be defined.
Raw output
System.AggregateException : One or more errors occurred. (Expected object not to be <null> because ETag response header should be defined.)
---- Expected object not to be <null> because ETag response header should be defined.
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass41_0`1.<Map>b__0(Task`1 t)
   at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at ECommerce.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductFixture.InitializeAsync() in /home/runner/work/EventSourcing.NetCore/EventSourcing.NetCore/Sample/EventStoreDB/Simple/ECommerce.Api.Tests/ShoppingCarts/RemovingProduct/RemoveProductTests.cs:line 25
----- Inner Stack Trace -----
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Primitives.ReferenceTypeAssertions`2.NotBeNull(String because, Object[] becauseArgs)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass58_0.<RESPONSE_ETAG_HEADER>b__0(HttpResponseHeaders headers)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass60_0.<RESPONSE_HEADERS>b__0(HttpResponseMessage response, TestContext ctx)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass61_0.<<RESPONSE_ETAG_IS>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Ogooreck.API.RetryPolicy.Perform(Func`2 send, TestContext testContext, CancellationToken ct)
   at Ogooreck.API.WhenApiSpecificationBuilder.Then(IEnumerable`1 thens, CancellationToken ct)