Skip to content

Support authenticated gossip read request (DB-305) #114

Support authenticated gossip read request (DB-305)

Support authenticated gossip read request (DB-305) #114

Triggered via pull request July 24, 2023 12:49
Status Failure
Total duration 10m 29s
Artifacts

lts.yml

on: pull_request
Matrix: test / test
Fit to window
Zoom out
Zoom in

Annotations

121 errors and 142 warnings
EventStore.Client.admin_shutdown_node.shutdown_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_shutdown_node.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.admin_shutdown_node.shutdown_does_not_throw: test/EventStore.Client.Operations.Tests/admin_shutdown_node.cs#L14
Grpc.Core.RpcException : Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: The SSL connection could not be established, see inner exception. IOException: Received an unexpected EOF or 0 bytes from the transport stream.", DebugException="System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream. at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm) at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp2ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp2ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at Grpc.Net.Client.Internal.GrpcCall`2.RunCall(HttpRequestMessage request, Nullable`1 timeout)")
EventStore.Client.admin.restart_persistent_subscriptions_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin.cs#L29
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.admin.merge_indexes_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.scavenge.start_without_credentials_throws: test/EventStore.Client.Operations.Tests/scavenge.cs#L21
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.scavenge.start: test/EventStore.Client.Operations.Tests/scavenge.cs#L16
Assert.Equal() Failure Expected: EventStore.Client.DatabaseScavengeResult Actual: EventStore.Client.DatabaseScavengeResult
EventStore.Client.scavenge.stop_without_credentials_throws
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.ScavengeNotFoundException): Scavenge not found. The currently running scavenge is 7e12b0b0-16a1-4d37-8105-c2e1ab5aed31. ---- EventStore.Client.ScavengeNotFoundException : Scavenge not found. The currently running scavenge is 7e12b0b0-16a1-4d37-8105-c2e1ab5aed31.
EventStore.Client.admin_resign_node.resign_node_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_resign_node.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
Process completed with exit code 1.
EventStore.Client.admin.restart_persistent_subscriptions_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin.cs#L29
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.admin.merge_indexes_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.scavenge.start_without_credentials_throws: test/EventStore.Client.Operations.Tests/scavenge.cs#L21
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.scavenge.start: test/EventStore.Client.Operations.Tests/scavenge.cs#L16
Assert.Equal() Failure Expected: EventStore.Client.DatabaseScavengeResult Actual: EventStore.Client.DatabaseScavengeResult
EventStore.Client.scavenge.stop_without_credentials_throws
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.ScavengeNotFoundException): Scavenge not found. The currently running scavenge is 470acdad-6f1b-4eb2-a9c7-a454c585eac3. ---- EventStore.Client.ScavengeNotFoundException : Scavenge not found. The currently running scavenge is 470acdad-6f1b-4eb2-a9c7-a454c585eac3.
EventStore.Client.admin_resign_node.resign_node_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_resign_node.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.admin_shutdown_node.shutdown_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_shutdown_node.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
Process completed with exit code 1.
EventStore.Client.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L57
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L57
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.resetting_user_password.with_own_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L78
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L35
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L59
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L63
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L63
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L35
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L34
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L59
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L63
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L63
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.deleting_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/deleting_a_user.cs#L33
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L57
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L57
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.resetting_user_password.with_own_credentials_throws: test/EventStore.Client.UserManagement.Tests/reset_user_password.cs#L78
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L35
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L34
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.scavenge.start_without_credentials_throws: test/EventStore.Client.Operations.Tests/scavenge.cs#L21
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.scavenge.start: test/EventStore.Client.Operations.Tests/scavenge.cs#L16
Assert.Equal() Failure Expected: EventStore.Client.DatabaseScavengeResult Actual: EventStore.Client.DatabaseScavengeResult
EventStore.Client.scavenge.stop_without_credentials_throws
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.ScavengeNotFoundException): Scavenge not found. The currently running scavenge is f966f285-c70b-4e5a-9b50-0ed280b43032. ---- EventStore.Client.ScavengeNotFoundException : Scavenge not found. The currently running scavenge is f966f285-c70b-4e5a-9b50-0ed280b43032.
EventStore.Client.admin.restart_persistent_subscriptions_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin.cs#L29
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.admin.merge_indexes_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.admin_resign_node.resign_node_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_resign_node.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.admin_shutdown_node.shutdown_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_shutdown_node.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
Process completed with exit code 1.
EventStore.Client.restart_subsystem.throws_when_given_no_credentials: test/EventStore.Client.ProjectionManagement.Tests/restart_subsystem.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
Process completed with exit code 1.
EventStore.Client.restart_subsystem.throws_when_given_no_credentials
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(Grpc.Core.RpcException): Status(StatusCode="FailedPrecondition", Detail="Projection Subsystem cannot be restarted as it is in the wrong state: Restarting") ---- Grpc.Core.RpcException : Status(StatusCode="FailedPrecondition", Detail="Projection Subsystem cannot be restarted as it is in the wrong state: Restarting")
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
Process completed with exit code 1.
EventStore.Client.restart_subsystem.throws_when_given_no_credentials: test/EventStore.Client.ProjectionManagement.Tests/restart_subsystem.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
Process completed with exit code 1.
EventStore.Client.Security.delete_stream_security.deleting_normal_user_stream_with_not_authorized_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L49
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_system_no_acl_stream_with_no_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L122
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_system_admin_stream_with_no_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L173
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_normal_user_stream_with_no_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L42
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_normal_admin_stream_with_no_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L72
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_system_admin_stream_with_existing_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L180
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_system_no_acl_stream_with_existing_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L129
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_system_user_stream_with_no_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L144
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_normal_admin_stream_with_existing_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L80
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.delete_stream_security.deleting_system_user_stream_with_not_authorized_user_is_not_allowed: test/EventStore.Client.Streams.Tests/Security/delete_stream_security.cs#L151
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.deleting_without_permissions.the_delete_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'b8f4adf0-87ec-4d6c-ba7a-ebc06112bd8c' on stream 'deleting_without_permissions' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'b8f4adf0-87ec-4d6c-ba7a-ebc06112bd8c' on stream 'deleting_without_permissions' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group b8f4adf0-87ec-4d6c-ba7a-ebc06112bd8c on stream deleting_without_permissions does not exist.")
EventStore.Client.SubscriptionToStream.create_without_permissions.the_completion_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L39
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.restart_subsystem.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.restart_subsystem.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L31
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.deleting_without_permissions.the_delete_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group '981326c3-215f-4c22-9b25-24cb2ed147b9' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group '981326c3-215f-4c22-9b25-24cb2ed147b9' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group 981326c3-215f-4c22-9b25-24cb2ed147b9 on stream $all does not exist.")
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L48
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L39
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.deleting_without_permissions.the_delete_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group '3f0f7e9b-035f-4a20-a09c-b19665449cca' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group '3f0f7e9b-035f-4a20-a09c-b19665449cca' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group 3f0f7e9b-035f-4a20-a09c-b19665449cca on stream $all does not exist.")
EventStore.Client.SubscriptionToStream.get_info.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/get_info.cs#L128
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream 'NonExisting' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream 'NonExisting' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream NonExisting does not exist.")
EventStore.Client.SubscriptionToAll.connect_to_existing_without_permissions.throws_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.create_without_permissions.the_completion_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.connect_to_existing_without_permissions.throws_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.get_info.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/get_info.cs#L126
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream $all does not exist.")
EventStore.Client.SubscriptionToAll.deleting_without_permissions.the_delete_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group '2f2bbdfa-5fbf-4e05-86ee-4b61bfffa7d8' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group '2f2bbdfa-5fbf-4e05-86ee-4b61bfffa7d8' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group 2f2bbdfa-5fbf-4e05-86ee-4b61bfffa7d8 on stream $all does not exist.")
EventStore.Client.SubscriptionToStream.create_without_permissions.the_completion_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.restart_subsystem.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.restart_subsystem.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L31
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.deleting_without_permissions.the_delete_fails_with_access_denied
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group '50565d76-d36d-4a92-a56f-2dfd96a6cebc' on stream 'deleting_without_permissions' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group '50565d76-d36d-4a92-a56f-2dfd96a6cebc' on stream 'deleting_without_permissions' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group 50565d76-d36d-4a92-a56f-2dfd96a6cebc on stream deleting_without_permissions does not exist.")
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L39
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.read_stream_security.reading_stream_with_not_existing_credentials_is_not_authenticated
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: typeof(EventStore.Client.StreamNotFoundException): Event stream 'ReadStream' was not found. ---- EventStore.Client.StreamNotFoundException : Event stream 'ReadStream' was not found.
EventStore.Client.Security.read_stream_security.reading_stream_with_not_authorized_user_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/read_stream_security.cs#L37
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.read_stream_security.reading_stream_with_no_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/read_stream_security.cs#L28
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.read_stream_security.reading_no_acl_stream_is_not_authenticated_when_not_existing_credentials_are_passed: test/EventStore.Client.Streams.Tests/Security/read_stream_security.cs#L75
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.Security.stream_security_inheritance.acl_inheritance_is_working_properly_on_user_streams: test/EventStore.Client.Streams.Tests/Security/stream_security_inheritance.cs#L57
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.stream_security_inheritance.acl_inheritance_is_working_properly_on_system_streams: test/EventStore.Client.Streams.Tests/Security/stream_security_inheritance.cs#L103
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.subscribe_to_all_security.subscribing_to_all_with_not_authorized_user_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/subscribe_to_all_security.cs#L28
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.subscribe_to_all_security.subscribing_to_all_with_not_existing_credentials_is_not_authenticated: test/EventStore.Client.Streams.Tests/Security/subscribe_to_all_security.cs#L18
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.Security.subscribe_to_all_security.subscribing_to_all_with_no_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/subscribe_to_all_security.cs#L23
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.read_stream_meta_security.reading_stream_meta_with_not_existing_credentials_is_not_authenticated: test/EventStore.Client.Streams.Tests/Security/read_stream_meta_security.cs#L18
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.Security.read_stream_meta_security.reading_stream_meta_with_not_authorized_user_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/read_stream_meta_security.cs#L29
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.read_stream_meta_security.reading_stream_meta_with_no_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/read_stream_meta_security.cs#L24
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.subscribe_to_all_security.subscribing_to_all_with_not_authorized_user_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/subscribe_to_all_security.cs#L28
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.subscribe_to_all_security.subscribing_to_all_with_not_existing_credentials_is_not_authenticated: test/EventStore.Client.Streams.Tests/Security/subscribe_to_all_security.cs#L18
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.Security.subscribe_to_all_security.subscribing_to_all_with_no_credentials_is_denied: test/EventStore.Client.Streams.Tests/Security/subscribe_to_all_security.cs#L23
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.Security.overriden_system_stream_security.operations_on_system_stream_fail_for_not_authorized_user
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.StreamNotFoundException): Event stream '$overriden_system_stream_security.operations_on_system_stream_fail_for_not_authorized_user' was not found. ---- EventStore.Client.StreamNotFoundException : Event stream '$overriden_system_stream_security.operations_on_system_stream_fail_for_not_authorized_user' was not found.
EventStore.Client.Security.overriden_system_stream_security.operations_on_system_stream_fail_for_anonymous_user
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.StreamNotFoundException): Event stream '$overriden_system_stream_security.operations_on_system_stream_fail_for_anonymous_user' was not found. ---- EventStore.Client.StreamNotFoundException : Event stream '$overriden_system_stream_security.operations_on_system_stream_fail_for_anonymous_user' was not found.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.