Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marten scalled projections sample #219

Closed
wants to merge 7 commits into from

Added full distribution of projections

a9b1880
Select commit
Failed to load commit list.
Sign in for the full log view
Closed

Marten scalled projections sample #219

Added full distribution of projections
a9b1880
Select commit
Failed to load commit list.
GitHub Actions / Tests Results succeeded Jul 30, 2023 in 1s

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 916ms
Core.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 1s
EventSourcing.Integration.Tests/bin/TestResults/net7.0/test-results.trx 937ms
Marten.Integration.Tests/bin/TestResults/net7.0/test-results.trx 23✔️ 4✖️ 22s
Sample/decider/Decider.Tests/TestResults/test-results.trx 1✔️ 1s
Sample/ECommerce/Carts/Carts.Api.Tests/bin/TestResults/net7.0/test-results.trx 5✔️ 24s
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 836ms
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 861ms
Sample/ECommerce/Shipments/Shipments.Api.Tests/bin/TestResults/net7.0/test-results.trx 1✔️ 3s
Sample/ECommerce/Shipments/Shipments.Tests/bin/TestResults/net7.0/test-results.trx 921ms
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✔️ 20s
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 5✔️ 13s
Sample/EventsVersioning/EventsVersioning.Tests/bin/TestResults/net7.0/test-results.trx 16✔️ 1s
Sample/Helpdesk/Helpdesk.Api.Tests/bin/TestResults/net7.0/test-results.trx 9✔️ 25s
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✔️ 9s
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✔️ 4s
Workshops/BuildYourOwnEventStore/01-CreateStreamsTable/TestResults/test-results.trx 929ms
Workshops/BuildYourOwnEventStore/02-CreateEventsTable/TestResults/test-results.trx 886ms
Workshops/BuildYourOwnEventStore/03-CreateAppendEventFunction/TestResults/test-results.trx 1s
Workshops/BuildYourOwnEventStore/03-OptimisticConcurrency/TestResults/test-results.trx 886ms
Workshops/BuildYourOwnEventStore/04-EventStoreMethods/TestResults/test-results.trx 901ms
Workshops/BuildYourOwnEventStore/05-StreamAggregation/TestResults/test-results.trx 887ms
Workshops/BuildYourOwnEventStore/06-TimeTraveling/TestResults/test-results.trx 877ms
Workshops/BuildYourOwnEventStore/07-AggregateAndRepository/TestResults/test-results.trx 943ms
Workshops/BuildYourOwnEventStore/08-Snapshots/TestResults/test-results.trx 905ms
Workshops/BuildYourOwnEventStore/09-Projections/TestResults/test-results.trx 890ms
Workshops/BuildYourOwnEventStore/10-ProjectionsWithMarten/TestResults/test-results.trx 984ms
Workshops/BuildYourOwnEventStore/EventStoreBasics.Tests/bin/TestResults/net7.0/test-results.trx 21✔️ 1✖️ 2s
Workshops/IntroductionToEventSourcing/01-EventsDefinition/TestResults/test-results.trx 898ms
Workshops/IntroductionToEventSourcing/02-GettingStateFromEvents/TestResults/test-results.trx 922ms
Workshops/IntroductionToEventSourcing/03-AppendingEvents.Marten/TestResults/test-results.trx 976ms
Workshops/IntroductionToEventSourcing/04-AppendingEvents.EventStoreDB/TestResults/test-results.trx 984ms
Workshops/IntroductionToEventSourcing/05-GettingStateFromEvents.Marten/TestResults/test-results.trx 1s
Workshops/IntroductionToEventSourcing/06-GettingStateFromEvents.EventStoreDB/TestResults/test-results.trx 974ms
Workshops/IntroductionToEventSourcing/07-BusinessLogic/TestResults/test-results.trx 905ms
Workshops/IntroductionToEventSourcing/08-BusinessLogic.Marten/TestResults/test-results.trx 986ms
Workshops/IntroductionToEventSourcing/09-BusinessLogic.EventStoreDB/TestResults/test-results.trx 954ms
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 982ms
Workshops/IntroductionToEventSourcing/13-Projections.SingleStream.Idempotency/TestResults/test-results.trx 983ms
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✔️ 1s
Workshops/IntroductionToEventSourcing/Solved/05-GettingStateFromEvents.Marten/bin/TestResults/net7.0/test-results.trx 2✔️ 5s
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✔️ 6s
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✔️ 6s
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✔️ 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✔️ 46ms
EventStoreDB.Integration.Tests.Commands.EventStoreDBAsyncCommandBusTests 1✔️ 590ms

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

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

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

Test suite Passed Failed Skipped Time
Marten.Integration.Tests.Commands.MartenAsyncCommandBusTests 1✔️ 428ms
Marten.Integration.Tests.CompositeIds.CompositeIdsTests 1✔️ 622ms
Marten.Integration.Tests.EventStore.Aggregate.EventsAggregation 1✔️ 725ms
Marten.Integration.Tests.EventStore.Aggregate.InlineAggregationStorage 1✔️ 724ms
Marten.Integration.Tests.EventStore.Aggregate.OutOfOrder.OutOfOrderProjectionsTest 1✔️ 697ms
Marten.Integration.Tests.EventStore.Aggregate.Reaggregation 1✔️ 2s
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✖️ 307ms
Marten.Integration.Tests.EventStore.Stream.StreamStarting 4✔️ 1✖️ 1s
Marten.Integration.Tests.EventStore.UniqueConstraint.UniqueContstraintTests 1✔️ 4s
Marten.Integration.Tests.General.StoreInitializationTests 4✔️ 1✖️ 21ms
Marten.Integration.Tests.Tenancy.TenancyPerSchema 1✔️ 4s

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

✔️ Sample/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✔️ 1s
Carts.Api.Tests.ShoppingCarts.Canceling.CancelShoppingCartTests 1✔️ 1s
Carts.Api.Tests.ShoppingCarts.Confirming.ConfirmShoppingCartTests 1✔️ 1s
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✔️ 47ms
Carts.Tests.Carts.InitializingCart.InitializeCartTests 1✔️ 0ms
Carts.Tests.Carts.InitializingCart.OpenShoppingCardCommandHandlerTests 1✔️ 32ms

✔️ 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 3s 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✔️ 3ms
EventPipelines.Tests.ClassesWithIoCTest 1✔️ 67ms
EventPipelines.Tests.ClassesWithMediatRTest 1✔️ 15ms
EventPipelines.Tests.PureFunctionsWithBuilderTest 1✔️ 60ms
EventPipelines.Tests.PureFunctionsWithIoCTest 1✔️ 3ms
EventPipelines.Tests.PureFunctionsWithMediatRTest 1✔️ 20ms

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

5 tests were completed in 20s 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✔️ 2s
Carts.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests 1✔️ 2s
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✔️ 24ms
Carts.Tests.Carts.OpeningCart.OpenCartCommandHandlerTests 1✔️ 11ms
Carts.Tests.Carts.OpeningCart.OpenCartTests 1✔️ 28ms

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

5 tests were completed in 13s 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✔️ 5s
ECommerce.Api.Tests.ShoppingCarts.RemovingProduct.RemoveProductTests 1✔️ 1s

✔️ 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✔️ 38ms
EventsVersioning.Tests.SimpleMappings.NewNotRequiredProperty 2✔️ 20ms
EventsVersioning.Tests.SimpleMappings.NewRequiredProperty 2✔️ 27ms
EventsVersioning.Tests.SimpleMappings.RenamedProperty 2✔️ 2ms
EventsVersioning.Tests.Transformations.MergeEvents 1✔️ 135ms
EventsVersioning.Tests.Transformations.MultipleTransformationsWithDifferentEventTypes 1✔️ 50ms
EventsVersioning.Tests.Upcasters.ChangedStructure 2✔️ 55ms
EventsVersioning.Tests.Upcasters.NewRequiredPropertyFromMetadata 2✔️ 2ms

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

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

Test suite Passed Failed Skipped Time
Helpdesk.Api.Tests.Incidents.AcknowledgeResolutionIncidentTests 1✔️ 16ms
Helpdesk.Api.Tests.Incidents.AssignAgentToIncidentTests 1✔️ 525ms
Helpdesk.Api.Tests.Incidents.CategoriseIncidentTests 1✔️ 312ms
Helpdesk.Api.Tests.Incidents.CloseIncidentTests 1✔️ 25ms
Helpdesk.Api.Tests.Incidents.LogIncidentsTests 1✔️ 3s
Helpdesk.Api.Tests.Incidents.PrioritiseIncidentTests 1✔️ 287ms
Helpdesk.Api.Tests.Incidents.RecordAgentResponseToIncidentTests 1✔️ 315ms
Helpdesk.Api.Tests.Incidents.RecordCustomerResponseToIncidentTests 1✔️ 334ms
Helpdesk.Api.Tests.Incidents.ResolveIncidentTests 1✔️ 674ms

✔️ 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✔️ 60ms
HotelManagement.Tests.Sagas.GroupCheckouts.GroupCheckoutTests 17✔️ 203ms
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 9s 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✔️ 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✔️ 4s

✔️ 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✔️ 1ms
Tickets.Tests.Reservations.ChangingReservationSeat.ChangeSeatTests 1✔️ 45ms
Tickets.Tests.Reservations.ConfirmingReservation.ConfirmReservationTests 1✔️ 5ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationCommandHandlerTests 1✔️ 49ms
Tickets.Tests.Reservations.CreatingTentativeReservation.CreateTentativeReservationTests 1✔️ 8ms

✔️ 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✔️ 285ms
Warehouse.Api.Tests.Products.GettingProducts.GetProductsTests 6✔️ 275ms
Warehouse.Api.Tests.Products.RegisteringProduct.RegisterProductTests 6✔️ 2s

✔️ 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✔️ 102ms
EventStoreBasics.Tests.Exercise02CreateEventsTable 7✔️ 199ms
EventStoreBasics.Tests.Exercise03CreateAppendEventFunction 2✔️ 61ms
EventStoreBasics.Tests.Exercise04EventStoreMethods 2✔️ 116ms
EventStoreBasics.Tests.Exercise05StreamAggregation 1✔️ 416ms
EventStoreBasics.Tests.Exercise06TimeTravelling 1✔️ 74ms
EventStoreBasics.Tests.Exercise07AggregateAndRepository 1✔️ 100ms
EventStoreBasics.Tests.Exercise08Snapshots 2✔️ 535ms
EventStoreBasics.Tests.Exercise09Projections 1✔️ 132ms
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✔️ 28ms

✔️ 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✔️ 36ms
IntroductionToEventSourcing.GettingStateFromEvents.Immutable.Solution2.GettingStateFromEventsTests 1✔️ 4ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 26ms

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

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

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

2 tests were completed in 5s 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✔️ 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✔️ 525ms
IntroductionToEventSourcing.GettingStateFromEvents.Mutable.GettingStateFromEventsTests 1✔️ 511ms

✔️ 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✔️ 31ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution1.BusinessLogicTests 1✔️ 45ms
IntroductionToEventSourcing.BusinessLogic.Mutable.Solution2.BusinessLogicTests 1✔️ 48ms

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

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

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.BusinessLogic.Immutable.BusinessLogicTests 1✔️ 5s
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 5s
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✔️ 617ms
IntroductionToEventSourcing.BusinessLogic.Mixed.BusinessLogicTests 1✔️ 630ms
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests 1✔️ 317ms

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

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

Test suite Passed Failed Skipped Time
IntroductionToEventSourcing.OptimisticConcurrency.Immutable.OptimisticConcurrencyTests 1✔️ 2s
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 5s
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✔️ 609ms
IntroductionToEventSourcing.OptimisticConcurrency.Mixed.OptimisticConcurrencyTests 1✔️ 322ms
IntroductionToEventSourcing.OptimisticConcurrency.Mutable.OptimisticConcurrencyTests 1✔️ 592ms

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

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

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