Skip to content

Bump dawidd6/action-download-artifact from 9 to 11#414

Merged
alexeyzimarev merged 1 commit into
devfrom
dependabot/github_actions/dawidd6/action-download-artifact-11
Aug 24, 2025
Merged

Bump dawidd6/action-download-artifact from 9 to 11#414
alexeyzimarev merged 1 commit into
devfrom
dependabot/github_actions/dawidd6/action-download-artifact-11

Bump dawidd6/action-download-artifact from 9 to 11

e74c7d7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Jun 16, 2025 in 0s

8 fail, 186 pass in 1h 28m 44s

 28 files   28 suites   1h 28m 44s ⏱️
194 tests 186 ✅ 0 💤 8 ❌
390 runs  382 ✅ 0 💤 8 ❌

Results for commit e74c7d7.

Annotations

Check warning on line 0 in Eventuous.Tests.EventStore.Store.Read

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: ShouldReadTail (Eventuous.Tests.EventStore.Store.Read)

artifacts/Test Results 8.0/net8.0/_ubihome02_2025-06-16_18_48_47.319.trx [took 21s]
Raw output
Unable to append events to adac4f05-d149-438e-8dc1-70deb6300d00: Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.EventStore.EsdbEventStore.TryExecute[T](Func`1 func, String stream, Boolean failIfNotFound, Func`1 getError, Func`3 getException) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/EsdbEventStore.cs:line 226
   at Eventuous.Diagnostics.Tracing.TracedEventWriter.AppendEvents(StreamName stream, ExpectedStreamVersion expectedVersion, IReadOnlyCollection`1 events, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Persistence/Diagnostics/Tracing/TracedEventWriter.cs:line 31
   at Eventuous.Tests.Persistence.Base.Store.StoreReadTests`1.ShouldReadTail(CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/test/Eventuous.Tests.Persistence.Base/Store/Read.cs:line 46
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check warning on line 0 in Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeOneTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: SubscribeAndProduce (Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeOneTests)

artifacts/Test Results 8.0/net8.0/_ubihome02_2025-06-16_18_48_47.319.trx [took 22s]
Raw output
Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.Producers.ProducedMessage.Nack[T](String message, Exception exception) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/ProducedMessage.cs:line 37
   at Eventuous.EventStore.Producers.EventStoreProducer.<>c__DisplayClass6_1.<ProduceMessages>b__2(ProducedMessage x) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 83
   at System.Linq.Enumerable.SelectArrayIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
   at System.Linq.Enumerable.SelectArrayIterator`2.ToArray()
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Eventuous.EventStore.Producers.EventStoreProducer.ProduceMessages(StreamName stream, IEnumerable`1 messages, EventStoreProduceOptions produceOptions, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 82
   at Eventuous.Producers.BaseProducer`1.Produce(StreamName stream, IEnumerable`1 messages, TProduceOptions options, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/BaseProducer.cs:line 42
   at Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeOneTests.SubscribeAndProduce(CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/test/Eventuous.Tests.EventStore/Subscriptions/PublishAndSubscribeOneTests.cs:line 14
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check warning on line 0 in Eventuous.Tests.EventStore.Subscriptions.CustomDependenciesTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: ShouldUseCustomDependencies (Eventuous.Tests.EventStore.Subscriptions.CustomDependenciesTests)

artifacts/Test Results 8.0/net8.0/_ubihome02_2025-06-16_18_48_47.319.trx [took 16s]
Raw output
Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.Producers.ProducedMessage.Nack[T](String message, Exception exception) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/ProducedMessage.cs:line 37
   at Eventuous.EventStore.Producers.EventStoreProducer.<>c__DisplayClass6_1.<ProduceMessages>b__2(ProducedMessage x) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 83
   at System.Linq.Enumerable.SelectArrayIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
   at System.Linq.Enumerable.SelectArrayIterator`2.ToArray()
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Eventuous.EventStore.Producers.EventStoreProducer.ProduceMessages(StreamName stream, IEnumerable`1 messages, EventStoreProduceOptions produceOptions, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 82
   at Eventuous.Producers.BaseProducer`1.Produce(StreamName stream, IEnumerable`1 messages, TProduceOptions options, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/BaseProducer.cs:line 42
   at Eventuous.Tests.EventStore.Subscriptions.CustomDependenciesTests.ShouldUseCustomDependencies(CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/test/Eventuous.Tests.EventStore/Subscriptions/CustomDependenciesTests.cs:line 71
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check warning on line 0 in Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeManyPartitionedTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: SubscribeAndProduceMany (Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeManyPartitionedTests)

artifacts/Test Results 9.0/net9.0/_ubihome02_2025-06-16_18_48_49.228.trx [took 25s]
Raw output
Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.Producers.ProducedMessage.Nack[T](String message, Exception exception) in /home/github/actions-runner/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/ProducedMessage.cs:line 37
   at Eventuous.EventStore.Producers.EventStoreProducer.<>c__DisplayClass6_1.<ProduceMessages>b__2(ProducedMessage x) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 83
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Eventuous.EventStore.Producers.EventStoreProducer.ProduceMessages(StreamName stream, IEnumerable`1 messages, EventStoreProduceOptions produceOptions, CancellationToken cancellationToken) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 82
   at Eventuous.Producers.BaseProducer`1.Produce(StreamName stream, IEnumerable`1 messages, TProduceOptions options, CancellationToken cancellationToken) in /home/github/actions-runner/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/BaseProducer.cs:line 42
   at Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeManyPartitionedTests.SubscribeAndProduceMany(CancellationToken cancellationToken) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/test/Eventuous.Tests.EventStore/Subscriptions/PublishAndSubscribeManyPartitionedTests.cs:line 16
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check warning on line 0 in Eventuous.Tests.EventStore.Store.Append

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: ShouldFailOnWrongVersionNoStream (Eventuous.Tests.EventStore.Store.Append)

artifacts/Test Results 9.0/net9.0/_ubihome02_2025-06-16_18_48_49.228.trx [took 11s]
Raw output
Unable to append events to 2e6a6bba-218d-479e-b218-9a37540e4f82: Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.EventStore.EsdbEventStore.TryExecute[T](Func`1 func, String stream, Boolean failIfNotFound, Func`1 getError, Func`3 getException) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/EsdbEventStore.cs:line 226
   at Eventuous.Diagnostics.Tracing.TracedEventWriter.AppendEvents(StreamName stream, ExpectedStreamVersion expectedVersion, IReadOnlyCollection`1 events, CancellationToken cancellationToken) in /home/github/actions-runner/_work/eventuous/eventuous/src/Core/src/Eventuous.Persistence/Diagnostics/Tracing/TracedEventWriter.cs:line 31
   at Eventuous.Tests.Persistence.Base.Store.StoreAppendTests`1.ShouldFailOnWrongVersionNoStream() in /home/github/actions-runner/_work/eventuous/eventuous/src/Core/test/Eventuous.Tests.Persistence.Base/Store/Append.cs:line 46
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check warning on line 0 in Eventuous.Tests.EventStore.Store.Append

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: ShouldAppendToNoStream (Eventuous.Tests.EventStore.Store.Append)

artifacts/Test Results 8.0/net8.0/_ubihome02_2025-06-16_18_48_47.319.trx [took 10s]
Raw output
Unable to append events to e7a41041-a02b-4e88-929d-f52b3a09903a: Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.EventStore.EsdbEventStore.TryExecute[T](Func`1 func, String stream, Boolean failIfNotFound, Func`1 getError, Func`3 getException) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/EsdbEventStore.cs:line 226
   at Eventuous.Diagnostics.Tracing.TracedEventWriter.AppendEvents(StreamName stream, ExpectedStreamVersion expectedVersion, IReadOnlyCollection`1 events, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Persistence/Diagnostics/Tracing/TracedEventWriter.cs:line 31
   at Eventuous.Tests.Persistence.Base.Store.StoreAppendTests`1.ShouldAppendToNoStream() in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/test/Eventuous.Tests.Persistence.Base/Store/Append.cs:line 19
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check warning on line 0 in Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionWithLinksTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: ShouldHandleAllEventsFromStart (Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionWithLinksTests)

artifacts/Test Results 9.0/net9.0/_ubihome02_2025-06-16_18_48_49.228.trx [took 19s]
Raw output
Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.Producers.ProducedMessage.Nack[T](String message, Exception exception) in /home/github/actions-runner/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/ProducedMessage.cs:line 37
   at Eventuous.EventStore.Producers.EventStoreProducer.<>c__DisplayClass6_1.<ProduceMessages>b__2(ProducedMessage x) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 83
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Eventuous.EventStore.Producers.EventStoreProducer.ProduceMessages(StreamName stream, IEnumerable`1 messages, EventStoreProduceOptions produceOptions, CancellationToken cancellationToken) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 82
   at Eventuous.Producers.BaseProducer`1.Produce(StreamName stream, IEnumerable`1 messages, TProduceOptions options, CancellationToken cancellationToken) in /home/github/actions-runner/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/BaseProducer.cs:line 42
   at Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionWithLinksTests.Seed(IServiceProvider provider, Int32 count) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/test/Eventuous.Tests.EventStore/Subscriptions/StreamSubscriptionWithLinksTests.cs:line 62
   at Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionWithLinksTests.Execute(Int32 count, Nullable`1 expectedCount) in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/test/Eventuous.Tests.EventStore/Subscriptions/StreamSubscriptionWithLinksTests.cs:line 45
   at Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionWithLinksTests.ShouldHandleAllEventsFromStart() in /home/github/actions-runner/_work/eventuous/eventuous/src/EventStore/test/Eventuous.Tests.EventStore/Subscriptions/StreamSubscriptionWithLinksTests.cs:line 28
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check warning on line 0 in Eventuous.Tests.EventStore.TracesTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: ShouldPropagateRemoteContext (Eventuous.Tests.EventStore.TracesTests)

artifacts/Test Results 8.0/net8.0/_ubihome02_2025-06-16_18_48_47.319.trx [took 12s]
Raw output
Status(StatusCode="DeadlineExceeded", Detail="Timeout")   at Eventuous.Producers.ProducedMessage.Nack[T](String message, Exception exception) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/ProducedMessage.cs:line 37
   at Eventuous.EventStore.Producers.EventStoreProducer.<>c__DisplayClass6_1.<ProduceMessages>b__2(ProducedMessage x) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 83
   at System.Linq.Enumerable.SelectArrayIterator`2.Fill(ReadOnlySpan`1 source, Span`1 destination, Func`2 func)
   at System.Linq.Enumerable.SelectArrayIterator`2.ToArray()
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Eventuous.EventStore.Producers.EventStoreProducer.ProduceMessages(StreamName stream, IEnumerable`1 messages, EventStoreProduceOptions produceOptions, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/src/Eventuous.EventStore/Producers/EventStoreProducer.cs:line 82
   at Eventuous.Producers.BaseProducer`1.Produce(StreamName stream, IEnumerable`1 messages, TProduceOptions options, CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/Core/src/Eventuous.Producers/BaseProducer.cs:line 42
   at Eventuous.Tests.EventStore.TracesTests.ShouldPropagateRemoteContext(CancellationToken cancellationToken) in /home/github/actions-runner-2/_work/eventuous/eventuous/src/EventStore/test/Eventuous.Tests.EventStore/ProducerTracesTests.cs:line 36
   at TUnit.Core.AsyncConvert.Convert(Func`1 action)
   at TUnit.Core.DiscoveredTest`1.ExecuteTest(CancellationToken cancellationToken)
   at TUnit.Engine.Helpers.Timings.Record(String name, TestContext context, Func`1 action)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.TestInvoker.Invoke(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestMethodWithTimeout(DiscoveredTest discoveredTest, CancellationToken cancellationToken, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithCancellationTokens(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteWithRetries(DiscoveredTest discoveredTest, List`1 cleanupExceptions)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)
   at TUnit.Engine.Services.SingleTestExecutor.ExecuteTestInternalAsync(DiscoveredTest test, ITestExecutionFilter filter, ExecuteRequestContext context, Boolean isStartedAsDependencyForAnotherTest)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

194 tests found

There are 194 tests, see "Raw output" for the full list of tests.
Raw output
Eventuous.Tests.AggregateWithId.OperateOnAggregateWithId ‑ should_emit_event
Eventuous.Tests.AggregateWithId.OperateOnAggregateWithId ‑ should_set_id
Eventuous.Tests.Aggregates.OperateOnExistingSpec ‑ should_not_be_fully_paid
Eventuous.Tests.Aggregates.OperateOnExistingSpec ‑ should_not_be_overpaid
Eventuous.Tests.Aggregates.OperateOnExistingSpec ‑ should_produce_outstanding_changed
Eventuous.Tests.Aggregates.OperateOnExistingSpec ‑ should_produce_payment_registered
Eventuous.Tests.Aggregates.OperateOnExistingSpec ‑ should_produce_two_events
Eventuous.Tests.Aggregates.OperateOnExistingSpec ‑ should_record_payment
Eventuous.Tests.Aggregates.TwoAggregateOpsSpec ‑ should_make_booking_fully_paid
Eventuous.Tests.Aggregates.TwoAggregateOpsSpec ‑ should_not_be_overpaid
Eventuous.Tests.Aggregates.TwoAggregateOpsSpec ‑ should_produce_fully_paid_event
Eventuous.Tests.Aggregates.TwoAggregateOpsSpec ‑ should_produce_outstanding_changed
Eventuous.Tests.Aggregates.TwoAggregateOpsSpec ‑ should_produce_payment_registered
Eventuous.Tests.Aggregates.TwoAggregateOpsSpec ‑ should_record_payment
Eventuous.Tests.Application.CommandServiceTests ‑ Ensure_builder_is_thread_safe
Eventuous.Tests.Application.CommandServiceTests ‑ Should_amend_event_from_command
Eventuous.Tests.Application.CommandServiceTests ‑ Should_amend_event_with_static_meta
Eventuous.Tests.Application.CommandServiceTests ‑ Should_combine_amendments
Eventuous.Tests.Application.CommandServiceTests ‑ Should_execute_amended_append
Eventuous.Tests.Application.CommandServiceTests ‑ Should_execute_on_any_no_stream
Eventuous.Tests.Application.CommandServiceTests ‑ Should_execute_on_existing_stream_exists
Eventuous.Tests.Application.CommandServiceTests ‑ Should_fail_on_existing_no_stream
Eventuous.Tests.Application.CommandServiceTests ‑ Should_fail_on_new_stream_exists
Eventuous.Tests.Application.CommandServiceTests ‑ Should_run_on_new_no_stream
Eventuous.Tests.Application.FunctionalServiceTests ‑ Ensure_builder_is_thread_safe
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_amend_event_from_command
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_amend_event_with_static_meta
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_combine_amendments
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_execute_amended_append
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_execute_on_any_no_stream
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_execute_on_existing_stream_exists
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_fail_on_existing_no_stream
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_fail_on_new_stream_exists
Eventuous.Tests.Application.FunctionalServiceTests ‑ Should_run_on_new_no_stream
Eventuous.Tests.Application.StateWithIdTests ‑ ShouldGetIdForNew
Eventuous.Tests.AspNetCore.AggregateFactoryRegistrationTests ‑ ShouldCreateNewAggregateByResolve
Eventuous.Tests.AspNetCore.AggregateFactoryRegistrationTests ‑ ShouldCreateNewAggregateWithExplicitFunction
Eventuous.Tests.AspNetCore.AggregateFactoryRegistrationTests ‑ ShouldCreateTwoSeparateInstances
Eventuous.Tests.EventStore.AppServiceTests ‑ ProcessAnyForNew
Eventuous.Tests.EventStore.Metrics.MetricsTests ‑ ShouldMeasureSubscriptionGapCountBase_Esdb
Eventuous.Tests.EventStore.RegistrationTests ‑ ShouldHaveEventStoreClient
Eventuous.Tests.EventStore.RegistrationTests ‑ ShouldHaveNoOpStore
Eventuous.Tests.EventStore.RegistrationTests ‑ ShouldHaveProperId
Eventuous.Tests.EventStore.RegistrationTests ‑ ShouldResolveSubscription
Eventuous.Tests.EventStore.Store.AggregateStoreTests ‑ AppendedEventShouldBeTraced
Eventuous.Tests.EventStore.Store.AggregateStoreTests ‑ ShouldReadAggregateStreamManyTimes
Eventuous.Tests.EventStore.Store.AggregateStoreTests ‑ ShouldReadLongAggregateStream
Eventuous.Tests.EventStore.Store.Append ‑ ShouldAppendOneByOne
Eventuous.Tests.EventStore.Store.Append ‑ ShouldAppendToNoStream
Eventuous.Tests.EventStore.Store.Append ‑ ShouldFailOnWrongVersion
Eventuous.Tests.EventStore.Store.Append ‑ ShouldFailOnWrongVersionNoStream
Eventuous.Tests.EventStore.Store.Append ‑ ShouldFailOnWrongVersionWithOptimisticConcurrencyException
Eventuous.Tests.EventStore.Store.EventStoreAggregateTests ‑ AppendedEventShouldBeTraced
Eventuous.Tests.EventStore.Store.EventStoreAggregateTests ‑ ShouldReadAggregateStreamManyTimes
Eventuous.Tests.EventStore.Store.EventStoreAggregateTests ‑ ShouldReadLongAggregateStream
Eventuous.Tests.EventStore.Store.OtherMethods ‑ StreamShouldExist
Eventuous.Tests.EventStore.Store.OtherMethods ‑ StreamShouldNotExist
Eventuous.Tests.EventStore.Store.Read ‑ ShouldReadHead
Eventuous.Tests.EventStore.Store.Read ‑ ShouldReadMany
Eventuous.Tests.EventStore.Store.Read ‑ ShouldReadMetadata
Eventuous.Tests.EventStore.Store.Read ‑ ShouldReadOne
Eventuous.Tests.EventStore.Store.Read ‑ ShouldReadTail
Eventuous.Tests.EventStore.Store.TieredStoreTests ‑ Esdb_should_load_hot_and_archive
Eventuous.Tests.EventStore.Subscriptions.CustomDependenciesTests ‑ ShouldUseCustomDependencies
Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeManyPartitionedTests ‑ SubscribeAndProduceMany
Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeManyTests ‑ SubscribeAndProduceMany
Eventuous.Tests.EventStore.Subscriptions.PublishAndSubscribeOneTests ‑ SubscribeAndProduce
Eventuous.Tests.EventStore.Subscriptions.StreamPersistentPublishAndSubscribeManyTests ‑ SubscribeAndProduceMany(Eventuous.Tests.EventStore.Subscriptions.Fixtures.PersistentSubscriptionFixture`3[Eventuous.EventStore.Subscriptions.StreamPersistentSubscription,Eventuous.EventStore.Subscriptions.StreamPersistentSubscriptionOptions,Eventuous.Tests.Subscriptions.Base.TestEventHandler])
Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionDeletedEventsTests ‑ StreamSubscriptionGetsDeletedEvents
Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionWithLinksTests ‑ ShouldHandleAllEventsFromStart
Eventuous.Tests.EventStore.Subscriptions.StreamSubscriptionWithLinksTests ‑ ShouldHandleHalfOfTheEvents
Eventuous.Tests.EventStore.Subscriptions.SubscribeToAll ‑ Esdb_ShouldConsumeProducedEvents
Eventuous.Tests.EventStore.Subscriptions.SubscribeToAll ‑ Esdb_ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.EventStore.Subscriptions.SubscribeToAll ‑ Esdb_ShouldUseExistingCheckpoint
Eventuous.Tests.EventStore.Subscriptions.SubscribeToStream ‑ Esdb_ShouldConsumeProducedEvents
Eventuous.Tests.EventStore.Subscriptions.SubscribeToStream ‑ Esdb_ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.EventStore.Subscriptions.SubscribeToStream ‑ Esdb_ShouldUseExistingCheckpoint
Eventuous.Tests.EventStore.Subscriptions.SubscriptionIgnoredMessagesTests ‑ SubscribeAndProduceManyWithIgnored
Eventuous.Tests.EventStore.TracesTests ‑ ShouldPropagateRemoteContext
Eventuous.Tests.Extensions.AspNetCore.AggregateCommandsTests ‑ MapAggregateContractToCommandExplicitly
Eventuous.Tests.Extensions.AspNetCore.AggregateCommandsTests ‑ MapAggregateContractToCommandExplicitlyWithoutRoute
Eventuous.Tests.Extensions.AspNetCore.AggregateCommandsTests ‑ MapAggregateContractToCommandExplicitlyWithoutRouteWithGenericAttr
Eventuous.Tests.Extensions.AspNetCore.AggregateCommandsTests ‑ MapAggregateContractToCommandExplicitlyWithoutRouteWithWrongGenericAttr
Eventuous.Tests.Extensions.AspNetCore.AggregateCommandsTests ‑ MapEnrichedCommand
Eventuous.Tests.Extensions.AspNetCore.AggregateCommandsTests ‑ RegisterAggregateCommands
Eventuous.Tests.Extensions.AspNetCore.AggregateCommandsTests ‑ RegisterAggregatesCommands
Eventuous.Tests.Extensions.AspNetCore.ControllerTests ‑ RecordPaymentUsingMappedCommand
Eventuous.Tests.Extensions.AspNetCore.DiscoveredCommandsTests ‑ CallDiscoveredCommandRoute
Eventuous.Tests.ForgotToSetId ‑ ShouldFailWithNoId
Eventuous.Tests.Gateway.RegistrationTests ‑ Test
Eventuous.Tests.GooglePubSub.PubSubTests ‑ SubscribeAndProduce
Eventuous.Tests.GooglePubSub.PubSubTests ‑ SubscribeAndProduceMany
Eventuous.Tests.Kafka.BasicProducerTests ‑ ShouldProduceAndWait
Eventuous.Tests.Postgres.Metrics.MetricsTests ‑ ShouldMeasureSubscriptionGapCountBase_Postgres
Eventuous.Tests.Postgres.Projections.ProjectorTests ‑ ProjectImportedBookingsToTable
Eventuous.Tests.Postgres.Registrations.RegistrationTests ‑ Should_resolve_store_with_extensions
Eventuous.Tests.Postgres.Registrations.RegistrationTests ‑ Should_resolve_store_with_manual_registration
Eventuous.Tests.Postgres.Store.Append ‑ ShouldAppendOneByOne
Eventuous.Tests.Postgres.Store.Append ‑ ShouldAppendToNoStream
Eventuous.Tests.Postgres.Store.Append ‑ ShouldFailOnWrongVersion
Eventuous.Tests.Postgres.Store.Append ‑ ShouldFailOnWrongVersionNoStream
Eventuous.Tests.Postgres.Store.Append ‑ ShouldFailOnWrongVersionWithOptimisticConcurrencyException
Eventuous.Tests.Postgres.Store.OtherMethods ‑ StreamShouldExist
Eventuous.Tests.Postgres.Store.OtherMethods ‑ StreamShouldNotExist
Eventuous.Tests.Postgres.Store.Read ‑ ShouldReadHead
Eventuous.Tests.Postgres.Store.Read ‑ ShouldReadMany
Eventuous.Tests.Postgres.Store.Read ‑ ShouldReadMetadata
Eventuous.Tests.Postgres.Store.Read ‑ ShouldReadOne
Eventuous.Tests.Postgres.Store.Read ‑ ShouldReadTail
Eventuous.Tests.Postgres.Subscriptions.SubscribeToAll ‑ Postgres_ShouldConsumeProducedEvents
Eventuous.Tests.Postgres.Subscriptions.SubscribeToAll ‑ Postgres_ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.Postgres.Subscriptions.SubscribeToAll ‑ Postgres_ShouldUseExistingCheckpoint
Eventuous.Tests.Postgres.Subscriptions.SubscribeToStream ‑ Postgres_ShouldConsumeProducedEvents
Eventuous.Tests.Postgres.Subscriptions.SubscribeToStream ‑ Postgres_ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.Postgres.Subscriptions.SubscribeToStream ‑ Postgres_ShouldUseExistingCheckpoint
Eventuous.Tests.Projections.MongoDB.ProjectWithBuilder ‑ ShouldProjectImported(MongoProjectionOptions { CollectionName = test })
Eventuous.Tests.Projections.MongoDB.ProjectWithBuilder ‑ ShouldProjectImported(null)
Eventuous.Tests.Projections.MongoDB.ProjectWithBulkBuilder ‑ ShouldProjectImported
Eventuous.Tests.Projections.MongoDB.ProjectingWithTypedHandlers ‑ ShouldProjectImported
Eventuous.Tests.RabbitMq.SubscriptionSpec ‑ SubscribeAndProduce
Eventuous.Tests.RabbitMq.SubscriptionSpec ‑ SubscribeAndProduceMany
Eventuous.Tests.Redis.Store.AppendEvents ‑ ShouldAppendOneByOne
Eventuous.Tests.Redis.Store.AppendEvents ‑ ShouldAppendToNoStream
Eventuous.Tests.Redis.Store.AppendEvents ‑ ShouldFailOnWrongVersion
Eventuous.Tests.Redis.Store.AppendEvents ‑ ShouldFailOnWrongVersionNoStream
Eventuous.Tests.Redis.Store.ReadEvents ‑ ShouldReadHead
Eventuous.Tests.Redis.Store.ReadEvents ‑ ShouldReadMany
Eventuous.Tests.Redis.Store.ReadEvents ‑ ShouldReadOne
Eventuous.Tests.Redis.Store.ReadEvents ‑ ShouldReadTail
Eventuous.Tests.Redis.Subscriptions.SubscribeToAll ‑ ShouldConsumeProducedEvents
Eventuous.Tests.Redis.Subscriptions.SubscribeToAll ‑ ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.Redis.Subscriptions.SubscribeToAll ‑ ShouldUseExistingCheckpoint
Eventuous.Tests.Redis.Subscriptions.SubscribeToStream ‑ ShouldConsumeProducedEvents
Eventuous.Tests.Redis.Subscriptions.SubscribeToStream ‑ ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.Redis.Subscriptions.SubscribeToStream ‑ ShouldUseExistingCheckpoint
Eventuous.Tests.SqlServer.Metrics.MetricsTests ‑ ShouldMeasureSubscriptionGapCountBase_SqlServer
Eventuous.Tests.SqlServer.Projections.ProjectorTests ‑ ProjectImportedBookingsToTable
Eventuous.Tests.SqlServer.Registrations.RegistrationTests ‑ Should_resolve_store_with_extensions
Eventuous.Tests.SqlServer.Registrations.RegistrationTests ‑ Should_resolve_store_with_manual_registration
Eventuous.Tests.SqlServer.Store.Append ‑ ShouldAppendOneByOne
Eventuous.Tests.SqlServer.Store.Append ‑ ShouldAppendToNoStream
Eventuous.Tests.SqlServer.Store.Append ‑ ShouldFailOnWrongVersion
Eventuous.Tests.SqlServer.Store.Append ‑ ShouldFailOnWrongVersionNoStream
Eventuous.Tests.SqlServer.Store.Append ‑ ShouldFailOnWrongVersionWithOptimisticConcurrencyException
Eventuous.Tests.SqlServer.Store.OtherMethods ‑ StreamShouldExist
Eventuous.Tests.SqlServer.Store.OtherMethods ‑ StreamShouldNotExist
Eventuous.Tests.SqlServer.Store.Read ‑ ShouldReadHead
Eventuous.Tests.SqlServer.Store.Read ‑ ShouldReadMany
Eventuous.Tests.SqlServer.Store.Read ‑ ShouldReadMetadata
Eventuous.Tests.SqlServer.Store.Read ‑ ShouldReadOne
Eventuous.Tests.SqlServer.Store.Read ‑ ShouldReadTail
Eventuous.Tests.SqlServer.Store.TieredStoreTests ‑ Should_load_hot_and_archive_test
Eventuous.Tests.SqlServer.Subscriptions.SubscribeToAll ‑ SqlServer_ShouldConsumeProducedEvents
Eventuous.Tests.SqlServer.Subscriptions.SubscribeToAll ‑ SqlServer_ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.SqlServer.Subscriptions.SubscribeToAll ‑ SqlServer_ShouldUseExistingCheckpoint
Eventuous.Tests.SqlServer.Subscriptions.SubscribeToStream ‑ SqlServer_ShouldConsumeProducedEvents
Eventuous.Tests.SqlServer.Subscriptions.SubscribeToStream ‑ SqlServer_ShouldConsumeProducedEventsWhenRestarting
Eventuous.Tests.SqlServer.Subscriptions.SubscribeToStream ‑ SqlServer_ShouldUseExistingCheckpoint
Eventuous.Tests.StoringEvents ‑ StoreInitial
Eventuous.Tests.StoringEventsWithCustomStream ‑ TestOnExisting
Eventuous.Tests.StoringEventsWithCustomStream ‑ TestOnNew
Eventuous.Tests.StreamNameMapTests ‑ Should_get_default_stream_name_for_id
Eventuous.Tests.StreamNameMapTests ‑ Should_get_stream_name_for_id
Eventuous.Tests.StreamNameTests ‑ Should_fail_when_id_is_empty
Eventuous.Tests.StreamNameTests ‑ Should_fail_when_id_is_null
Eventuous.Tests.StreamNameTests ‑ Should_get_stream_name_for_state
Eventuous.Tests.StreamNameTests ‑ Should_trim_id
Eventuous.Tests.Subscriptions.ConsumePipeTests ‑ ShouldAddContextBaggage
Eventuous.Tests.Subscriptions.ConsumePipeTests ‑ ShouldCallHandlers
Eventuous.Tests.Subscriptions.DefaultConsumerTests ‑ ShouldFailWhenHandlerNacks
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ AckAndIgnoreShouldAck
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ AckAndIgnoreShouldSucceed
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ AckAndNackShouldNack
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ IgnoreAndIgnoreShouldIgnore
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ IgnoredShouldBeIgnored
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ NackAckAndIgnoreShouldFail
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ NackAndIgnoreShouldFail
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ NackAndIgnoreShouldNack
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ PendingShouldBeHandled
Eventuous.Tests.Subscriptions.HandlingStatusTests ‑ PendingShouldBePending
Eventuous.Tests.Subscriptions.RegistrationTests ‑ BothShouldBeRunningAndReportHealthy
Eventuous.Tests.Subscriptions.RegistrationTests ‑ ShouldBeSingletons
Eventuous.Tests.Subscriptions.RegistrationTests ‑ ShouldRegisterBothAsHealthReporters
Eventuous.Tests.Subscriptions.RegistrationTests ‑ ShouldRegisterBothSubs
Eventuous.Tests.Subscriptions.RegistrationTests ‑ ShouldRegisterTwoMeasures
Eventuous.Tests.Subscriptions.RegistrationTests ‑ SubsShouldHaveHandlers(0, Eventuous.Tests.Subscriptions.RegistrationTests+Handler1)
Eventuous.Tests.Subscriptions.RegistrationTests ‑ SubsShouldHaveHandlers(1, Eventuous.Tests.Subscriptions.RegistrationTests+Handler2)
Eventuous.Tests.Subscriptions.RegistrationTests ‑ SubsShouldHaveProperIds
Eventuous.Tests.Subscriptions.SequenceTests ‑ ShouldReturnFirstBefore(CommitPositionSequence, CommitPosition { Position: 0, Sequence: 2, Timestamp: 2025-06-16T18:45:01.8889029+00:00 })
Eventuous.Tests.Subscriptions.SequenceTests ‑ ShouldReturnFirstBefore(CommitPositionSequence, CommitPosition { Position: 0, Sequence: 2, Timestamp: 2025-06-16T18:45:03.8483091+00:00 })
Eventuous.Tests.Subscriptions.SequenceTests ‑ ShouldWorkForNormalCase
Eventuous.Tests.Subscriptions.SequenceTests ‑ ShouldWorkForOne
Eventuous.Tests.Subscriptions.SequenceTests ‑ ShouldWorkForRandomGap
Eventuous.Tests.TypeRegistrationTests ‑ ShouldResolveDecoratedEvent