Fix racy CurrentEventsByTag_should_find_existing_events test - #76
Open
Aaronontheweb wants to merge 2 commits into
Open
Fix racy CurrentEventsByTag_should_find_existing_events test#76Aaronontheweb wants to merge 2 commits into
Aaronontheweb wants to merge 2 commits into
Annotations
1 error and 10 warnings
|
|
|
src/Akka.Persistence.EventStore/Streams/FilterStreamStage.cs#L21
The type 'Akka.Streams.ActorAttributes.SupervisionStrategy?' cannot be used as type parameter 'TAttr' in the generic type or method 'Attributes.GetAttribute<TAttr>(TAttr?)'. Nullability of type argument 'Akka.Streams.ActorAttributes.SupervisionStrategy?' doesn't match constraint type 'Akka.Streams.Attributes.IAttribute'.
|
|
src/Akka.Persistence.EventStore/Streams/FilterStreamStage.cs#L21
The type 'Akka.Streams.ActorAttributes.SupervisionStrategy?' cannot be used as type parameter 'TAttr' in the generic type or method 'Attributes.GetAttribute<TAttr>(TAttr?)'. Nullability of type argument 'Akka.Streams.ActorAttributes.SupervisionStrategy?' doesn't match 'class' constraint.
|
|
src/Akka.Persistence.EventStore.Tests/Query/EventStoreCurrentEventsByTagSpec.cs#L55
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
src/Akka.Persistence.EventStore.Tests/Query/EventStoreCurrentEventsByTagSpec.cs#L54
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
src/Akka.Persistence.EventStore.Tests/Query/EventStoreCurrentEventsByTagSpec.cs#L53
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
src/Akka.Persistence.EventStore.Tests/Query/EventStoreCurrentEventsByTagSpec.cs#L96
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
src/Akka.Persistence.EventStore.Tests/EventStoreDockerContainer.cs#L115
'IContainerOperations.GetContainerLogsAsync(string, ContainerLogsParameters, CancellationToken)' is obsolete: 'The stream returned by this method won't be demultiplexed properly if the container was created without a TTY. Use GetContainerLogsAsync(string, bool, ContainerLogsParameters, CancellationToken) instead'
|
|
src/Akka.Persistence.EventStore.Hosting/HostingExtensions.cs#L59
'JournalOptions.Adapters' is obsolete: 'Use the configureBuilder callback parameter in WithJournal() instead. This property will be removed in v1.6.0. See https://github.com/akkadotnet/Akka.Hosting/issues/665'
|
|
src/Akka.Persistence.EventStore/Streams/FilterStreamStage.cs#L21
The type 'Akka.Streams.ActorAttributes.SupervisionStrategy?' cannot be used as type parameter 'TAttr' in the generic type or method 'Attributes.GetAttribute<TAttr>(TAttr?)'. Nullability of type argument 'Akka.Streams.ActorAttributes.SupervisionStrategy?' doesn't match constraint type 'Akka.Streams.Attributes.IAttribute'.
|
|
src/Akka.Persistence.EventStore/Streams/FilterStreamStage.cs#L21
The type 'Akka.Streams.ActorAttributes.SupervisionStrategy?' cannot be used as type parameter 'TAttr' in the generic type or method 'Attributes.GetAttribute<TAttr>(TAttr?)'. Nullability of type argument 'Akka.Streams.ActorAttributes.SupervisionStrategy?' doesn't match 'class' constraint.
|
The logs for this run have expired and are no longer available.
Loading