Skip to content

Updated serialisation setting to match Api settings #731

Updated serialisation setting to match Api settings

Updated serialisation setting to match Api settings #731

GitHub Actions / Tests Results succeeded Aug 2, 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 1s
Marten.Integration.Tests/bin/TestResults/net7.0/test-results.trx 23✔️ 4✖️ 24s
Sample/decider/Decider.Tests/TestResults/test-results.trx 1✔️ 2s
Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 25s
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✔️ 7s
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✔️ 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✔️ 4s
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✔️ 24s
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✔️ 14s
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✔️ 30s
Sample/HotelManagement/HotelManagement.Tests/TestResults/test-results.trx 39✔️ 2s
Sample/MartenMeetsElastic/MartenMeetsElastic.Tests/TestResults/test-results.trx 1✔️ 7s
Sample/MeetingsManagement/MeetingsManagement.IntegrationTests/bin/TestResults/net7.0/test-results.trx 2✔️ 12s
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✔️ 11s
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✔️ 5s
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 1s
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 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 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 1s
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 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✔️ 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✔️ 7s
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 3✔️ 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✔️ 8s
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✔️ 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✔️ 64ms
EventStoreDB.Integration.Tests.Commands.EventStoreDBAsyncCommandBusTests 1✔️ 604ms

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

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

Test suite Passed Failed Skipped Time
Marten.Integration.Tests.Commands.MartenAsyncCommandBusTests 1✔️ 478ms
Marten.Integration.Tests.CompositeIds.CompositeIdsTests 1✔️ 858ms
Marten.Integration.Tests.EventStore.Aggregate.EventsAggregation 1✔️ 867ms
Marten.Integration.Tests.EventStore.Aggregate.InlineAggregationStorage 1✔️ 818ms
Marten.Integration.Tests.EventStore.Aggregate.OutOfOrder.OutOfOrderProjectionsTest 1✔️ 887ms
Marten.Integration.Tests.EventStore.Aggregate.Reaggregation 1✔️ 2s
Marten.Integration.Tests.EventStore.Projections.AggregationProjectionsTest 1✔️ 995ms
Marten.Integration.Tests.EventStore.Projections.DocumentChangesForwarding 1✔️ 2s
Marten.Integration.Tests.EventStore.Projections.EventTransformationsWithForwarding.EventTransformationsWithForwarding 1✖️ 1ms
Marten.Integration.Tests.EventStore.Stream.StreamLoading 4✔️ 1s
Marten.Integration.Tests.EventStore.Stream.StreamLoadingFromExactState 1✔️ 1✖️ 459ms
Marten.Integration.Tests.EventStore.Stream.StreamStarting 4✔️ 1✖️ 2s
Marten.Integration.Tests.EventStore.UniqueConstraint.UniqueContstraintTests 1✔️ 9s
Marten.Integration.Tests.General.StoreInitializationTests 4✔️ 1✖️ 58ms
Marten.Integration.Tests.Tenancy.TenancyPerSchema 1✔️ 638ms

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

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

5 tests were completed in 25s 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✔️ 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✔️ 53ms
Carts.Tests.Carts.InitializingCart.InitializeCartTests 1✔️ 78ms
Carts.Tests.Carts.InitializingCart.OpenShoppingCardCommandHandlerTests 1✔️ 21ms

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

1 tests were completed in 7s 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 7s 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 4s 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✔️ 5ms
EventPipelines.Tests.ClassesWithIoCTest 1✔️ 72ms
EventPipelines.Tests.ClassesWithMediatRTest 1✔️ 72ms
EventPipelines.Tests.PureFunctionsWithBuilderTest 1✔️ 5ms
EventPipelines.Tests.PureFunctionsWithIoCTest 1✔️ 9ms
EventPipelines.Tests.PureFunctionsWithMediatRTest 1✔️ 9ms

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

5 tests were completed in 24s 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✔️ 8s
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✔️ 43ms
Carts.Tests.Carts.OpeningCart.OpenCartTests 1✔️ 40ms

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

5 tests were completed in 14s 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✔️ 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✔️ 3ms
EventsVersioning.Tests.ExplicitSerialization.ExplicitSerializationTests 2✔️ 87ms
EventsVersioning.Tests.SimpleMappings.NewNotRequiredProperty 2✔️ 39ms
EventsVersioning.Tests.SimpleMappings.NewRequiredProperty 2✔️ 122ms
EventsVersioning.Tests.SimpleMappings.RenamedProperty 2✔️ 2ms
EventsVersioning.Tests.Transformations.MergeEvents 1✔️ 174ms
EventsVersioning.Tests.Transformations.MultipleTransformationsWithDifferentEventTypes 1✔️ 78ms
EventsVersioning.Tests.Upcasters.ChangedStructure 2✔️ 7ms
EventsVersioning.Tests.Upcasters.NewRequiredPropertyFromMetadata 2✔️ 123ms

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

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

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 17ms
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 1s
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 339ms
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 36ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 2s
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 359ms
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 407ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 342ms
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 1✔️ 411ms

✔️ 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✔️ 32ms
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutTests 17✔️ 447ms
HotelManagement.Tests.Sagas.GuestStayAccounts.GuestStayAccountTests 17✔️ 404ms

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

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

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

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

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

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

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

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

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

Test suite Passed Failed Skipped Time
Tickets.Tests.Reservations.CancellingReservation.CancelReservationTests 3✔️ 2ms
Tickets.Tests.Reservations.ChangingReservationSeat.ChangeSeatTests 1✔️ 27ms
Tickets.Tests.Reservations.ConfirmingReservation.ConfirmReservationTests 1✔️ 26ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationCommandHandlerTests 1✔️ 19ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationTests 1✔️ 4ms

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

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

Test suite Passed Failed Skipped Time
Warehouse.Api.Tests.Products.GettingProductDetails.GetProductDetailsTests 4✔️ 268ms
Warehouse.Api.Tests.Products.GettingProducts.GetProductsTests 6✔️ 323ms
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 3s with 21 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
EventStoreBasics.Tests.Exercise01CreateStreamsTable 4✔️ 94ms
EventStoreBasics.Tests.Exercise02CreateEventsTable 7✔️ 643ms
EventStoreBasics.Tests.Exercise03CreateAppendEventFunction 2✔️ 77ms
EventStoreBasics.Tests.Exercise04EventStoreMethods 2✔️ 212ms
EventStoreBasics.Tests.Exercise05StreamAggregation 1✔️ 54ms
EventStoreBasics.Tests.Exercise06TimeTravelling 1✔️ 97ms
EventStoreBasics.Tests.Exercise07AggregateAndRepository 1✔️ 74ms
EventStoreBasics.Tests.Exercise08Snapshots 2✔️ 1s
EventStoreBasics.Tests.Exercise09Projections 1✔️ 166ms
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✔️ 18ms

✔️ 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✔️ 56ms
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution2.GettingStateFromEventsTests 1✔️ 42ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 9ms

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

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

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

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

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

✔️ 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✔️ 62ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution1.BusinessLogicTests 1✔️ 19ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution2.BusinessLogicTests 1✔️ 55ms

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

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

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

✔️ 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✔️ 985ms
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 568ms
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 978ms

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

3 tests were completed in 8s 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✔️ 6s
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 6s

✔️ 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✔️ 786ms
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 796ms
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 434ms

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

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

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