Skip to content

Used Wolverine in Host and added Integration with Marten's outbox #724

Used Wolverine in Host and added Integration with Marten's outbox

Used Wolverine in Host and added Integration with Marten's outbox #724

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

199 passed, 1 failed and 5 skipped

Tests failed

Report Passed Failed Skipped Time
Core.EventStoreDB.Tests/bin/TestResults/net7.0/test-results.trx 3✔️ 4s
Core.Kafka.Tests/bin/TestResults/net7.0/test-results.trx 2s
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 23✔️ 4✖️ 31s
Sample/decider/Decider.Tests/TestResults/test-results.trx 1✔️ 2s
Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 30s
Sample/ECommerce/Carts/Carts.Tests/bin/TestResults/net7.0/test-results.trx 4✔️ 2s
Sample/ECommerce/Orders/Orders.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 9s
Sample/ECommerce/Orders/Orders.Tests/bin/TestResults/net7.0/test-results.trx 2s
Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net7.0/test-results.trx 1❌ 7s
Sample/ECommerce/Payments/Payments.Tests/bin/TestResults/net7.0/test-results.trx 1s
Sample/ECommerce/Shipments/Shipments.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 5s
Sample/ECommerce/Shipments/Shipments.Tests/bin/TestResults/net7.0/test-results.trx 2s
Sample/EventPipelines/EventPipelines.Tests/bin/TestResults/net7.0/test-results.trx 6✔️ 2s
Sample/EventStoreDB/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 27s
Sample/EventStoreDB/ECommerce/Carts/Carts.Tests/bin/TestResults/net7.0/test-results.trx 3✔️ 2s
Sample/EventStoreDB/Simple/ECommerce.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 16s
Sample/EventsVersioning/EventsVersioning.Tests/bin/TestResults/net7.0/test-results.trx 16✔️ 2s
Sample/Helpdesk/Helpdesk.Api.Tests/bin/TestResults/net7.0/test-results.trx 9✔️ 36s
Sample/HotelManagement/HotelManagement.Tests/TestResults/test-results.trx 39✔️ 2s
Sample/MartenMeetsElastic/MartenMeetsElastic.Tests/TestResults/test-results.trx 1✔️ 9s
Sample/MeetingsManagement/MeetingsManagement.IntegrationTests/bin/TestResults/net7.0/test-results.trx 2✔️ 14s
Sample/MeetingsManagement/MeetingsSearch.IntegrationTests/bin/TestResults/net7.0/test-results.trx 1✔️ 6s
Sample/Tickets/Tickets.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 12s
Sample/Tickets/Tickets.Tests/bin/TestResults/net7.0/test-results.trx 7✔️ 3s
Sample/Warehouse/Warehouse.Api.Tests/bin/TestResults/net7.0/test-results.trx 16✔️ 6s
Workshops/BuildYourOwnEventStore/01-CreateStreamsTable/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/02-CreateEventsTable/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/03-CreateAppendEventFunction/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/03-OptimisticConcurrency/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/04-EventStoreMethods/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/05-StreamAggregation/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/06-TimeTraveling/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/07-AggregateAndRepository/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/08-Snapshots/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/09-Projections/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/10-ProjectionsWithMarten/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/EventStoreBasics.Tests/bin/TestResults/net7.0/test-results.trx 21✔️ 1✖️ 3s
Workshops/IntroductionToEventSourcing/01-EventsDefinition/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/02-GettingStateFromEvents/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/03-AppendingEvents.Marten/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/04-AppendingEvents.EventStoreDB/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/05-GettingStateFromEvents.Marten/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/06-GettingStateFromEvents.EventStoreDB/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/07-BusinessLogic/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/08-BusinessLogic.Marten/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/09-BusinessLogic.EventStoreDB/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/10-OptimisticConcurrency.Marten/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/11-OptimisticConcurrency.EventStoreDB/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/12-Projections.SingleStream/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/13-Projections.SingleStream.Idempotency/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/14-Projections.SingleStream.EventualConsistency/TestResults/test-results.trx 2s
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✔️ 6s
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✔️ 8s
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✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/08-BusinessLogic.Marten/bin/TestResults/net7.0/test-results.trx 3✔️ 10s
Workshops/IntroductionToEventSourcing/Solved/09-BusinessLogic.EventStoreDB/bin/TestResults/net7.0/test-results.trx 3✔️ 3s
Workshops/IntroductionToEventSourcing/Solved/10-OptimisticConcurrency.Marten/bin/TestResults/net7.0/test-results.trx 3✔️ 9s
Workshops/IntroductionToEventSourcing/Solved/11-OptimisticConcurrency.EventStoreDB/bin/TestResults/net7.0/test-results.trx 3✔️ 3s
Workshops/IntroductionToEventSourcing/Solved/12-Projections.SingleStream/bin/TestResults/net7.0/test-results.trx 1✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/13-Projections.SingleStream.Idempotency/bin/TestResults/net7.0/test-results.trx 1✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/14-Projections.SingleStream.EventualConsistency/bin/TestResults/net7.0/test-results.trx 1✔️ 5s

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

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

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

✔️ 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✔️ 45ms

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

No tests found

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

27 tests were completed in 31s with 23 passed, 0 failed and 4 skipped.

Test suite Passed Failed Skipped Time
Marten.Integration.Tests.Commands.MartenAsyncCommandBusTests 1✔️ 1s
Marten.Integration.Tests.CompositeIds.CompositeIdsTests 1✔️ 780ms
Marten.Integration.Tests.EventStore.Aggregate.EventsAggregation 1✔️ 1s
Marten.Integration.Tests.EventStore.Aggregate.InlineAggregationStorage 1✔️ 1s
Marten.Integration.Tests.EventStore.Aggregate.OutOfOrder.OutOfOrderProjectionsTest 1✔️ 897ms
Marten.Integration.Tests.EventStore.Aggregate.Reaggregation 1✔️ 3s
Marten.Integration.Tests.EventStore.Projections.AggregationProjectionsTest 1✔️ 2s
Marten.Integration.Tests.EventStore.Projections.DocumentChangesForwarding 1✔️ 2s
Marten.Integration.Tests.EventStore.Projections.EventTransformationsWithForwarding.EventTransformationsWithForwarding 1✖️ 1ms
Marten.Integration.Tests.EventStore.Stream.StreamLoading 4✔️ 2s
Marten.Integration.Tests.EventStore.Stream.StreamLoadingFromExactState 1✔️ 1✖️ 596ms
Marten.Integration.Tests.EventStore.Stream.StreamStarting 4✔️ 1✖️ 1s
Marten.Integration.Tests.EventStore.UniqueConstraint.UniqueContstraintTests 1✔️ 6s
Marten.Integration.Tests.General.StoreInitializationTests 4✔️ 1✖️ 834ms
Marten.Integration.Tests.Tenancy.TenancyPerSchema 1✔️ 5s

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

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

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

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

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

Test suite Passed Failed Skipped Time
Carts.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 2s
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 1s
Carts.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 1s
Carts.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 4s
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 2s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Tests.Carts.ConfirmingCart.ConfirmCartTests 2✔️ 102ms
Carts.Tests.Carts.InitializingCart.InitializeCartTests 1✔️ 60ms
Carts.Tests.Carts.InitializingCart.OpenShoppingCardCommandHandlerTests 1✔️ 28ms

✔️ Sample/ECommerce/Orders/Orders.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
Orders.Api.Tests.Orders.InitializingOrder.InitializeOrderTests 1✔️ 7s

✔️ 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 7s with 0 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Payments.Api.Tests.Payments.RequestingPayment.RequestPaymentsTests 1❌ 6s

❌ Payments.Api.Tests.Payments.RequestingPayment.RequestPaymentsTests

❌ RequestPayment_ShouldReturn_CreatedStatus_With_PaymentId
	Expected the enum to be HttpStatusCode.Created {value: 201}, but found HttpStatusCode.BadRequest {value: 400}.

✔️ 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 5s with 1 passed, 0 failed and 0 skipped.

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

✔️ 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 2s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
EventPipelines.Tests.ClassesWithBuilderTest 1✔️ 10ms
EventPipelines.Tests.ClassesWithIoCTest 1✔️ 8ms
EventPipelines.Tests.ClassesWithMediatRTest 1✔️ 100ms
EventPipelines.Tests.PureFunctionsWithBuilderTest 1✔️ 15ms
EventPipelines.Tests.PureFunctionsWithIoCTest 1✔️ 19ms
EventPipelines.Tests.PureFunctionsWithMediatRTest 1✔️ 109ms

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

5 tests were completed in 27s 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✔️ 3s
Carts.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 3s
Carts.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 11s
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 2s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Carts.Tests.Carts.ConfirmingCart.ConfirmCartTests 1✔️ 2ms
Carts.Tests.Carts.OpeningCart.OpenCartCommandHandlerTests 1✔️ 69ms
Carts.Tests.Carts.OpeningCart.OpenCartTests 1✔️ 72ms

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

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

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

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

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

Test suite Passed Failed Skipped Time
EventsVersioning.Tests.Downcasters.ChangedStructure 2✔️ 6ms
EventsVersioning.Tests.ExplicitSerialization.ExplicitSerializationTests 2✔️ 121ms
EventsVersioning.Tests.SimpleMappings.NewNotRequiredProperty 2✔️ 159ms
EventsVersioning.Tests.SimpleMappings.NewRequiredProperty 2✔️ 66ms
EventsVersioning.Tests.SimpleMappings.RenamedProperty 2✔️ 2ms
EventsVersioning.Tests.Transformations.MergeEvents 1✔️ 191ms
EventsVersioning.Tests.Transformations.MultipleTransformationsWithDifferentEventTypes 1✔️ 183ms
EventsVersioning.Tests.Upcasters.ChangedStructure 2✔️ 15ms
EventsVersioning.Tests.Upcasters.NewRequiredPropertyFromMetadata 2✔️ 10ms

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

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

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 26ms
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 401ms
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 413ms
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 49ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 2s
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 434ms
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 492ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 2s
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 1✔️ 388ms

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

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

Test suite Passed Failed Skipped Time
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutSagaTests 5✔️ 105ms
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutTests 17✔️ 393ms
HotelManagement.Tests.Sagas.GuestStayAccounts.GuestStayAccountTests 17✔️ 569ms

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

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

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

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

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

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

✔️ Sample/MeetingsManagement/MeetingsSearch.IntegrationTests/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
MeetingsSearch.IntegrationTests.Meetings.CreatingMeeting.CreateMeetingTests 1✔️ 5s

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

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

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

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

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

Test suite Passed Failed Skipped Time
Tickets.Tests.Reservations.CancellingReservation.CancelReservationTests 3✔️ 9ms
Tickets.Tests.Reservations.ChangingReservationSeat.ChangeSeatTests 1✔️ 49ms
Tickets.Tests.Reservations.ConfirmingReservation.ConfirmReservationTests 1✔️ 7ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationCommandHandlerTests 1✔️ 28ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationTests 1✔️ 52ms

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

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

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

✔️ 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 3s with 21 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
EventStoreBasics.Tests.Exercise01CreateStreamsTable 4✔️ 172ms
EventStoreBasics.Tests.Exercise02CreateEventsTable 7✔️ 701ms
EventStoreBasics.Tests.Exercise03CreateAppendEventFunction 2✔️ 116ms
EventStoreBasics.Tests.Exercise04EventStoreMethods 2✔️ 822ms
EventStoreBasics.Tests.Exercise05StreamAggregation 1✔️ 84ms
EventStoreBasics.Tests.Exercise06TimeTravelling 1✔️ 108ms
EventStoreBasics.Tests.Exercise07AggregateAndRepository 1✔️ 106ms
EventStoreBasics.Tests.Exercise08Snapshots 2✔️ 274ms
EventStoreBasics.Tests.Exercise09Projections 1✔️ 312ms
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✔️ 34ms

✔️ 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✔️ 13ms
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution2.GettingStateFromEventsTests 1✔️ 65ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 77ms

✔️ Workshops/IntroductionToEventSourcing/Solved/03-AppendingEvents.Marten/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
IntroductionToEventSourcing.AppendingEvents.GettingStateFromEventsTests 1✔️ 4s

✔️ 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✔️ 559ms

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

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

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

✔️ 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✔️ 729ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 726ms

✔️ Workshops/IntroductionToEventSourcing/Solved/07-BusinessLogic/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✔️ 65ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution1.BusinessLogicTests 1✔️ 66ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution2.BusinessLogicTests 1✔️ 18ms

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

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

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 8s
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 8s
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 4s

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

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

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 980ms
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 1s
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 667ms

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

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

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.OptimisticConcurrency.Immutable.OptimisticConcurrencyTests 1✔️ 8s
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 7s
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 3s

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

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

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

✔️ Workshops/IntroductionToEventSourcing/Solved/12-Projections.SingleStream/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.GettingStateFromEvents.ProjectionsTests 1✔️ 233ms

✔️ Workshops/IntroductionToEventSourcing/Solved/13-Projections.SingleStream.Idempotency/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.GettingStateFromEvents.ProjectionsTests 1✔️ 183ms

✔️ Workshops/IntroductionToEventSourcing/Solved/14-Projections.SingleStream.EventualConsistency/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
IntroductionToEventSourcing.GettingStateFromEvents.ProjectionsTests 1✔️ 4s

Annotations

Check failure on line 0 in Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net7.0/test-results.trx

See this annotation in the file changed.

@github-actions github-actions / Tests Results

Payments.Api.Tests.Payments.RequestingPayment.RequestPaymentsTests ► RequestPayment_ShouldReturn_CreatedStatus_With_PaymentId

Failed test found in:
  Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net7.0/test-results.trx
Error:
  Expected the enum to be HttpStatusCode.Created {value: 201}, but found HttpStatusCode.BadRequest {value: 400}.
Raw output
Expected the enum to be HttpStatusCode.Created {value: 201}, but found HttpStatusCode.BadRequest {value: 400}.
   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.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Primitives.EnumAssertions`2.Be(TEnum expected, String because, Object[] becauseArgs)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass26_0.<HTTP_STATUS>b__0(HttpResponseMessage response)
   at Ogooreck.API.ApiSpecification.<>c__DisplayClass27_0.<<CREATED_WITH_DEFAULT_HEADERS>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Ogooreck.API.ApiSpecification`1.WhenApiSpecificationBuilder.Then(Func`2[] thens)
--- End of stack trace from previous location ---