Decode Base64 usernames/passwords as UTF-8 strings #184
Annotations
10 errors
test/EventStore.Client.Operations.Tests/admin_shutdown_node.cs#L10
Assert.Throws() Failure
Expected: typeof(EventStore.Client.AccessDeniedException)
Actual: (No exception was thrown)
|
test/EventStore.Client.Operations.Tests/admin_resign_node.cs#L15
Shouldly.ShouldAssertException : Task `await Fixture.Operations
.ResignNodeAsync()`
should throw
EventStore.Client.AccessDeniedException
but did not
|
test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L19
Shouldly.ShouldAssertException : Task `await operations
.SetNodePriorityAsync(1, userCredentials: actualUserCredentials)`
should throw
EventStore.Client.AccessDeniedException
but threw
EventStore.Client.NotAuthenticatedException
|
test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L19
Shouldly.ShouldAssertException : Task `await operations
.SetNodePriorityAsync(1, userCredentials: actualUserCredentials)`
should throw
EventStore.Client.AccessDeniedException
but threw
EventStore.Client.NotAuthenticatedException
|
test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L19
Shouldly.ShouldAssertException : Task `await operations
.SetNodePriorityAsync(1, userCredentials: actualUserCredentials)`
should throw
EventStore.Client.AccessDeniedException
but threw
EventStore.Client.NotAuthenticatedException
|
test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L19
Shouldly.ShouldAssertException : Task `await operations
.SetNodePriorityAsync(1, userCredentials: actualUserCredentials)`
should throw
EventStore.Client.AccessDeniedException
but threw
EventStore.Client.NotAuthenticatedException
|
test/EventStore.Client.Operations.Tests/scavenge.cs#L15
Shouldly.ShouldAssertException : Task `await Fixture.Operations
.StartScavengeAsync()`
should throw
EventStore.Client.AccessDeniedException
but did not
|
test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L31
Shouldly.ShouldAssertException : `await operations
.SetNodePriorityAsync(1, userCredentials: actualUserCredentials)`
should not throw but threw
EventStore.Client.NotAuthenticatedException
with message
"Status(StatusCode="Unauthenticated", Detail="Unauthenticated")"
|
test/EventStore.Client.Operations.Tests/scavenge.cs#L68
Shouldly.ShouldAssertException : Task `await Fixture.Operations
.StopScavengeAsync(Guid.NewGuid().ToString())`
should throw
EventStore.Client.AccessDeniedException
but threw
EventStore.Client.ScavengeNotFoundException
|
|
The logs for this run have expired and are no longer available.
Loading