Skip to content

WIP: [DEVEX-222] Add built-in serialization #1383

WIP: [DEVEX-222] Add built-in serialization

WIP: [DEVEX-222] Add built-in serialization #1383

Triggered via pull request January 29, 2025 08:03
Status Failure
Total duration 3m 18s
Artifacts

ci.yml

on: pull_request
Matrix: ce
Matrix: ee
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Kurrent.Client.Tests.PersistentSubscriptions.SubscribeToAllNoDefaultCredentialsTests.deleting_without_permissions: test/Kurrent.Client.Tests/PersistentSubscriptions/SubscribeToAll/SubscribeToAllNoDefaultCredentialsTests.cs#L37
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(System.NullReferenceException) ---- System.NullReferenceException : Object reference not set to an instance of an object.
Kurrent.Client.Tests.PersistentSubscriptions.SubscribeToAllNoDefaultCredentialsTests.create_without_permissions: test/Kurrent.Client.Tests/PersistentSubscriptions/SubscribeToAll/SubscribeToAllNoDefaultCredentialsTests.cs#L46
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(System.NullReferenceException) ---- System.NullReferenceException : Object reference not set to an instance of an object.
Kurrent.Client.Tests.PersistentSubscriptions.SubscribeToAllNoDefaultCredentialsTests.update_non_existent: test/Kurrent.Client.Tests/PersistentSubscriptions/SubscribeToAll/SubscribeToAllNoDefaultCredentialsTests.cs#L74
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(EventStore.Client.PersistentSubscriptionNotFoundException) Actual: typeof(System.NullReferenceException) ---- System.NullReferenceException : Object reference not set to an instance of an object.
Test CE (ci) / PersistentSubscriptions (ubuntu-latest, net8.0)
Process completed with exit code 1.