Skip to content

Decode Base64 usernames/passwords as UTF-8 strings #184

Decode Base64 usernames/passwords as UTF-8 strings

Decode Base64 usernames/passwords as UTF-8 strings #184

Triggered via pull request October 24, 2023 22:00
Status Failure
Total duration 20m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lts.yml

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

Annotations

53 errors and 10 warnings
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.PersistentSubscriptions/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.PersistentSubscriptions/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/lts
Process completed with exit code 1.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.Streams/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.Streams/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/lts
Process completed with exit code 1.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.UserManagement/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.UserManagement/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/lts
Process completed with exit code 1.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.Operations/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.Operations/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/lts
Process completed with exit code 1.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.ProjectionManagement/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
Assets file '/home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.ProjectionManagement/obj/project.assets.json' doesn't have a target for 'net5.0'. Ensure that restore has run and that you have included 'net5.0' in the TargetFrameworks for your project.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/lts
Process completed with exit code 1.
EventStore.Client.admin_shutdown_node.shutdown_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_shutdown_node.cs#L10
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#L15
Shouldly.ShouldAssertException : Task `await Fixture.Operations .ResignNodeAsync()` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 5: 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
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 4: 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
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 2: 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
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 6: 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
EventStore.Client.scavenge.start_without_credentials_throws: test/EventStore.Client.Operations.Tests/scavenge.cs#L15
Shouldly.ShouldAssertException : Task `await Fixture.Operations .StartScavengeAsync()` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.AuthenticationTests.system_call_with_valid_credentials(caseNr: 8: 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")"
EventStore.Client.scavenge.stop_without_credentials_throws: 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
test / EventStore.Client.Operations/ubuntu-latest/net6.0/lts
Process completed with exit code 1.
EventStore.Client.admin_shutdown_node.shutdown_without_credentials_throws: test/EventStore.Client.Operations.Tests/admin_shutdown_node.cs#L10
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 5: 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
EventStore.Client.admin_resign_node.resign_node_without_credentials_throws: 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
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 4: 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
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 2: 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
EventStore.Client.AuthenticationTests.system_call_with_invalid_credentials(caseNr: 6: 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
EventStore.Client.AuthenticationTests.system_call_with_valid_credentials(caseNr: 8: 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")"
EventStore.Client.scavenge.start_without_credentials_throws: test/EventStore.Client.Operations.Tests/scavenge.cs#L15
Shouldly.ShouldAssertException : Task `await Fixture.Operations .StartScavengeAsync()` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.scavenge.stop_without_credentials_throws: 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
test / EventStore.Client.Operations/ubuntu-latest/net7.0/lts
Process completed with exit code 1.
EventStore.Client.Tests.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L48
Shouldly.ShouldAssertException : Task `await Fixture.Users .CreateUserAsync(user.LoginName, user.FullName, user.Groups, user.Password, userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/resetting_user_password.cs#L45
Shouldly.ShouldAssertException : Task `await Fixture.Users .ResetPasswordAsync(user.LoginName, "newPassword", userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L28
Shouldly.ShouldAssertException : Task `await Fixture.Users .EnableUserAsync(user.LoginName, userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.changing_user_password.with_own_credentials: test/EventStore.Client.UserManagement.Tests/changing_user_password.cs#L64
Shouldly.ShouldAssertException : `await Fixture.Users .ChangePasswordAsync(user.LoginName, user.Password, "new-password", userCredentials: user.Credentials)` should not throw but threw EventStore.Client.NotAuthenticatedException with message "Status(StatusCode="Unauthenticated", Detail="Unauthenticated")"
EventStore.Client.Tests.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L31
Shouldly.ShouldAssertException : Task `await Fixture.Users .DisableUserAsync(user.LoginName, userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.resetting_user_password.with_own_credentials_throws: test/EventStore.Client.UserManagement.Tests/resetting_user_password.cs#L68
Shouldly.ShouldAssertException : Task `await Fixture.Users .ResetPasswordAsync(user.LoginName, "new-password", userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but threw EventStore.Client.NotAuthenticatedException
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/lts
Process completed with exit code 1.
EventStore.Client.Tests.changing_user_password.with_own_credentials: test/EventStore.Client.UserManagement.Tests/changing_user_password.cs#L64
Shouldly.ShouldAssertException : `await Fixture.Users .ChangePasswordAsync(user.LoginName, user.Password, "new-password", userCredentials: user.Credentials)` should not throw but threw EventStore.Client.NotAuthenticatedException with message "Status(StatusCode="Unauthenticated", Detail="Unauthenticated")"
EventStore.Client.Tests.resetting_user_password.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/resetting_user_password.cs#L45
Shouldly.ShouldAssertException : Task `await Fixture.Users .ResetPasswordAsync(user.LoginName, "newPassword", userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.enabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/enabling_a_user.cs#L28
Shouldly.ShouldAssertException : Task `await Fixture.Users .EnableUserAsync(user.LoginName, userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.disabling_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/disabling_a_user.cs#L31
Shouldly.ShouldAssertException : Task `await Fixture.Users .DisableUserAsync(user.LoginName, userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.creating_a_user.with_user_with_insufficient_credentials_throws: test/EventStore.Client.UserManagement.Tests/creating_a_user.cs#L48
Shouldly.ShouldAssertException : Task `await Fixture.Users .CreateUserAsync(user.LoginName, user.FullName, user.Groups, user.Password, userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but did not
EventStore.Client.Tests.resetting_user_password.with_own_credentials_throws: test/EventStore.Client.UserManagement.Tests/resetting_user_password.cs#L68
Shouldly.ShouldAssertException : Task `await Fixture.Users .ResetPasswordAsync(user.LoginName, "new-password", userCredentials: user.Credentials)` should throw EventStore.Client.AccessDeniedException but threw EventStore.Client.NotAuthenticatedException
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/lts
Process completed with exit code 1.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/lts
The job running on runner GitHub Actions 28 has exceeded the maximum execution time of 20 minutes.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The job running on runner GitHub Actions 30 has exceeded the maximum execution time of 20 minutes.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/lts
The operation was canceled.
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.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.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.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.