Skip to content

Amend events when saving #134

Amend events when saving

Amend events when saving #134

Triggered via pull request November 30, 2023 21:23
Status Failure
Total duration 4m 36s
Artifacts 4
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull-request.yml

on: pull_request
Event File
2s
Event File
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 37 warnings, and 1 notice
Build and test (net6.0)
Process completed with exit code 1.
Build and test (net7.0)
The job was canceled because "net6_0" failed.
Build and test (net7.0)
Process completed with exit code 1.
Build and test (net8.0)
The job was canceled because "net6_0" failed.
Build and test (net8.0)
The operation was canceled.
Build and test (net6.0): src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L25
Parameter 'AmendEvent? amendEvent' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Build and test (net6.0): src/Postgres/test/Eventuous.Tests.Postgres/Fixtures/SubscriptionFixture.cs#L21
Non-nullable field '_listener' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and test (net6.0): src/Extensions/test/Eventuous.Tests.AspNetCore.Web/AggregateCommandsTests.cs#L10
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Build and test (net6.0): src/Extensions/test/Eventuous.Tests.AspNetCore.Web/DiscoveredCommandsTests.cs#L8
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Build and test (net7.0): src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L25
Parameter 'AmendEvent? amendEvent' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Build and test (net7.0): src/Postgres/test/Eventuous.Tests.Postgres/Fixtures/SubscriptionFixture.cs#L21
Non-nullable field '_listener' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and test (net7.0): src/Extensions/test/Eventuous.Tests.AspNetCore.Web/AggregateCommandsTests.cs#L10
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Build and test (net7.0): src/Extensions/test/Eventuous.Tests.AspNetCore.Web/DiscoveredCommandsTests.cs#L8
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Build and test (net7.0): src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L25
Parameter 'AmendEvent? amendEvent' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Build and test (net8.0): src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L25
Parameter 'AmendEvent? amendEvent' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
Build and test (net8.0): src/Postgres/test/Eventuous.Tests.Postgres/Fixtures/SubscriptionFixture.cs#L21
Non-nullable field '_listener' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and test (net8.0): src/Extensions/test/Eventuous.Tests.AspNetCore.Web/AggregateCommandsTests.cs#L10
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Build and test (net8.0): src/Extensions/test/Eventuous.Tests.AspNetCore.Web/DiscoveredCommandsTests.cs#L8
Parameter 'ITestOutputHelper output' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
Build and test (net8.0): src/Core/src/Eventuous.Application/FunctionalService/FunctionalCommandService.cs#L25
Parameter 'AmendEvent? amendEvent' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
All 3 runs failed: SubscribeAndProduceMany (Eventuous.Tests.EventStore.PublishAndSubscribeManyPartitionedTests): Eventuous.Tests.EventStore.PublishAndSubscribeManyPartitionedTests#L0
artifacts/Test Results net6.0/net6.0/Eventuous.Tests.EventStore.trx [took 7s] artifacts/Test Results net7.0/net7.0/Eventuous.Tests.EventStore.trx [took 7s] artifacts/Test Results net8.0/net8.0/Eventuous.Tests.EventStore.trx [took 7s]
All 3 runs failed: SubscribeAndProduceMany (Eventuous.Tests.EventStore.PublishAndSubscribeManyTests): Eventuous.Tests.EventStore.PublishAndSubscribeManyTests#L0
artifacts/Test Results net6.0/net6.0/Eventuous.Tests.EventStore.trx [took 23s] artifacts/Test Results net7.0/net7.0/Eventuous.Tests.EventStore.trx [took 25s] artifacts/Test Results net8.0/net8.0/Eventuous.Tests.EventStore.trx [took 25s]
All 3 runs failed: SubscribeAndProduceManyWithIgnored (Eventuous.Tests.EventStore.SubscriptionIgnoredMessagesTests): Eventuous.Tests.EventStore.SubscriptionIgnoredMessagesTests#L0
artifacts/Test Results net6.0/net6.0/Eventuous.Tests.EventStore.trx [took 7s] artifacts/Test Results net7.0/net7.0/Eventuous.Tests.EventStore.trx [took 8s] artifacts/Test Results net8.0/net8.0/Eventuous.Tests.EventStore.trx [took 7s]
All 3 runs failed: ShouldMeasureSubscriptionGapCount (Eventuous.Tests.OpenTelemetry.MetricsTests): Eventuous.Tests.OpenTelemetry.MetricsTests#L0
artifacts/Test Results net6.0/net6.0/Eventuous.Tests.OpenTelemetry.trx [took 0s] artifacts/Test Results net7.0/net7.0/Eventuous.Tests.OpenTelemetry.trx [took 0s] artifacts/Test Results net8.0/net8.0/Eventuous.Tests.OpenTelemetry.trx [took 0s]
All 3 runs failed: ExecuteOnNewStream (Eventuous.Tests.Application.FunctionalServiceTests): Eventuous.Tests.Application.FunctionalServiceTests#L0
artifacts/Test Results net6.0/net6.0/Eventuous.Tests.Application.trx [took 0s] artifacts/Test Results net7.0/net7.0/Eventuous.Tests.Application.trx [took 0s] artifacts/Test Results net8.0/net8.0/Eventuous.Tests.Application.trx [took 0s]
All 3 runs failed: ExecuteOnAnyForNewStream (Eventuous.Tests.Application.FunctionalServiceTests): Eventuous.Tests.Application.FunctionalServiceTests#L0
artifacts/Test Results net6.0/net6.0/Eventuous.Tests.Application.trx [took 0s] artifacts/Test Results net7.0/net7.0/Eventuous.Tests.Application.trx [took 0s] artifacts/Test Results net8.0/net8.0/Eventuous.Tests.Application.trx [took 0s]
All 3 runs failed: ExecuteOnExistingStream (Eventuous.Tests.Application.FunctionalServiceTests): Eventuous.Tests.Application.FunctionalServiceTests#L0
artifacts/Test Results net6.0/net6.0/Eventuous.Tests.Application.trx [took 0s] artifacts/Test Results net7.0/net7.0/Eventuous.Tests.Application.trx [took 0s] artifacts/Test Results net8.0/net8.0/Eventuous.Tests.Application.trx [took 0s]
146 tests found
There are 146 tests, see "Raw output" for the full list of tests.

Artifacts

Produced during runtime
Name Size
Event File Expired
27.3 KB
Test Results net6.0 Expired
9.42 MB
Test Results net7.0 Expired
8.68 MB
Test Results net8.0 Expired
9.87 MB