Skip to content

Unified registration for Marten with different configuration #714

Unified registration for Marten with different configuration

Unified registration for Marten with different configuration #714

GitHub Actions / Tests Results succeeded Jul 30, 2023 in 0s

200 passed, 0 failed and 5 skipped

Tests passed successfully

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 1s
Core.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 2s
EventSourcing.Integration.Tests/bin/TestResults/net7.0/test-results.trx 2s
Marten.Integration.Tests/bin/TestResults/net7.0/test-results.trx 23✔️ 4✖️ 27s
Sample/decider/Decider.Tests/TestResults/test-results.trx 1✔️ 2s
Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 29s
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 1s
Sample/ECommerce/Payments/Payments.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 8s
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 1s
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✔️ 26s
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✔️ 15s
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✔️ 34s
Sample/HotelManagement/HotelManagement.Tests/TestResults/test-results.trx 39✔️ 2s
Sample/MartenMeetsElastic/MartenMeetsElastic.Tests/TestResults/test-results.trx 1✔️ 8s
Sample/MeetingsManagement/MeetingsManagement.IntegrationTests/bin/TestResults/net7.0/test-results.trx 2✔️ 13s
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✔️ 2s
Sample/Warehouse/Warehouse.Api.Tests/bin/TestResults/net7.0/test-results.trx 16✔️ 6s
Workshops/BuildYourOwnEventStore/01-CreateStreamsTable/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/02-CreateEventsTable/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/03-CreateAppendEventFunction/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/03-OptimisticConcurrency/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/04-EventStoreMethods/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/05-StreamAggregation/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/06-TimeTraveling/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/07-AggregateAndRepository/TestResults/test-results.trx 2s
Workshops/BuildYourOwnEventStore/08-Snapshots/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/09-Projections/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/10-ProjectionsWithMarten/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/EventStoreBasics.Tests/bin/TestResults/net7.0/test-results.trx 21✔️ 1✖️ 3s
Workshops/IntroductionToEventSourcing/01-EventsDefinition/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/02-GettingStateFromEvents/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/03-AppendingEvents.Marten/TestResults/test-results.trx 2s
Workshops/IntroductionToEventSourcing/04-AppendingEvents.EventStoreDB/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/05-GettingStateFromEvents.Marten/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/06-GettingStateFromEvents.EventStoreDB/TestResults/test-results.trx 1s
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 1s
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 1s
Workshops/IntroductionToEventSourcing/Solved/01-EventsDefinition/bin/TestResults/net7.0/test-results.trx 1✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/02-GettingStateFromEvents/bin/TestResults/net7.0/test-results.trx 3✔️ 2s
Workshops/IntroductionToEventSourcing/Solved/03-AppendingEvents.Marten/bin/TestResults/net7.0/test-results.trx 1✔️ 5s
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✔️ 9s
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✔️ 133ms
EventStoreDB.Integration.Tests.Commands.EventStoreDBAsyncCommandBusTests 1✔️ 770ms

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

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

Test suite Passed Failed Skipped Time
Marten.Integration.Tests.Commands.MartenAsyncCommandBusTests 1✔️ 481ms
Marten.Integration.Tests.CompositeIds.CompositeIdsTests 1✔️ 879ms
Marten.Integration.Tests.EventStore.Aggregate.EventsAggregation 1✔️ 786ms
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✔️ 1s
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✖️ 549ms
Marten.Integration.Tests.EventStore.Stream.StreamStarting 4✔️ 1✖️ 2s
Marten.Integration.Tests.EventStore.UniqueConstraint.UniqueContstraintTests 1✔️ 10s
Marten.Integration.Tests.General.StoreInitializationTests 4✔️ 1✖️ 24ms
Marten.Integration.Tests.Tenancy.TenancyPerSchema 1✔️ 623ms

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

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

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

Test suite Passed Failed Skipped Time
Carts.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 1s
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 2s
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✔️ 60ms
Carts.Tests.Carts.InitializingCart.InitializeCartTests 1✔️ 52ms
Carts.Tests.Carts.InitializingCart.OpenShoppingCardCommandHandlerTests 1✔️ 16ms

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

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

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

Test suite Passed Failed Skipped Time
EventPipelines.Tests.ClassesWithBuilderTest 1✔️ 17ms
EventPipelines.Tests.ClassesWithIoCTest 1✔️ 76ms
EventPipelines.Tests.ClassesWithMediatRTest 1✔️ 78ms
EventPipelines.Tests.PureFunctionsWithBuilderTest 1✔️ 9ms
EventPipelines.Tests.PureFunctionsWithIoCTest 1✔️ 17ms
EventPipelines.Tests.PureFunctionsWithMediatRTest 1✔️ 17ms

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

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

Test suite Passed Failed Skipped Time
Carts.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 4s
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/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✔️ 3ms
Carts.Tests.Carts.OpeningCart.OpenCartCommandHandlerTests 1✔️ 70ms
Carts.Tests.Carts.OpeningCart.OpenCartTests 1✔️ 71ms

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

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

Test suite Passed Failed Skipped Time
ECommerce.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 1s
ECommerce.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 6s
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✔️ 134ms
EventsVersioning.Tests.ExplicitSerialization.ExplicitSerializationTests 2✔️ 160ms
EventsVersioning.Tests.SimpleMappings.NewNotRequiredProperty 2✔️ 49ms
EventsVersioning.Tests.SimpleMappings.NewRequiredProperty 2✔️ 48ms
EventsVersioning.Tests.SimpleMappings.RenamedProperty 2✔️ 19ms
EventsVersioning.Tests.Transformations.MergeEvents 1✔️ 175ms
EventsVersioning.Tests.Transformations.MultipleTransformationsWithDifferentEventTypes 1✔️ 72ms
EventsVersioning.Tests.Upcasters.ChangedStructure 2✔️ 5ms
EventsVersioning.Tests.Upcasters.NewRequiredPropertyFromMetadata 2✔️ 2ms

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

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

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 33ms
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 419ms
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 372ms
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 400ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 1s
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 556ms
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 392ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 402ms
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 1✔️ 826ms

✔️ 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✔️ 67ms
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutTests 17✔️ 470ms
HotelManagement.Tests.Sagas.GuestStayAccounts.GuestStayAccountTests 17✔️ 392ms

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

1 tests were completed in 8s 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 13s with 2 passed, 0 failed and 0 skipped.

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

✔️ 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✔️ 10s

✔️ 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✔️ 1ms
Tickets.Tests.Reservations.ChangingReservationSeat.ChangeSeatTests 1✔️ 38ms
Tickets.Tests.Reservations.ConfirmingReservation.ConfirmReservationTests 1✔️ 1ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationCommandHandlerTests 1✔️ 33ms
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✔️ 413ms
Warehouse.Api.Tests.Products.GettingProducts.GetProductsTests 6✔️ 498ms
Warehouse.Api.Tests.Products.RegisteringProduct.RegisterProductTests 6✔️ 1s

✔️ 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✔️ 163ms
EventStoreBasics.Tests.Exercise02CreateEventsTable 7✔️ 226ms
EventStoreBasics.Tests.Exercise03CreateAppendEventFunction 2✔️ 90ms
EventStoreBasics.Tests.Exercise04EventStoreMethods 2✔️ 592ms
EventStoreBasics.Tests.Exercise05StreamAggregation 1✔️ 55ms
EventStoreBasics.Tests.Exercise06TimeTravelling 1✔️ 90ms
EventStoreBasics.Tests.Exercise07AggregateAndRepository 1✔️ 511ms
EventStoreBasics.Tests.Exercise08Snapshots 2✔️ 438ms
EventStoreBasics.Tests.Exercise09Projections 1✔️ 222ms
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 2s with 1 passed, 0 failed and 0 skipped.

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

✔️ Workshops/IntroductionToEventSourcing/Solved/02-GettingStateFromEvents/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.GettingStateFromEvents.Immutable.Solution1.GettingStateFromEventsTests 1✔️ 7ms
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution2.GettingStateFromEventsTests 1✔️ 48ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 54ms

✔️ Workshops/IntroductionToEventSourcing/Solved/03-AppendingEvents.Marten/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.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✔️ 679ms

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

✔️ 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✔️ 88ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution1.BusinessLogicTests 1✔️ 91ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution2.BusinessLogicTests 1✔️ 17ms

✔️ Workshops/IntroductionToEventSourcing/Solved/08-BusinessLogic.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.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 7s
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 7s
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 3s

✔️ 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✔️ 944ms
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 979ms
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 613ms

✔️ 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✔️ 3s
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 7s
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 6s

✔️ 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✔️ 883ms
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 574ms
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 951ms

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

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

✔️ 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✔️ 3s