-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL DELUSER
does not work correctly with UTF-8 Japanese characters
#3178
Milestone
Comments
4 tasks
tishun
added a commit
that referenced
this issue
Feb 13, 2025
(#3179) * Parse strings as UTF-8 * Chores : Reduce stale issues time, fix benchmark code, remove debug messages for testcontainers * Change method name * Update src/test/java/io/lettuce/core/commands/AclCommandIntegrationTests.java Co-authored-by: ggivo <ivo.gaydajiev@gmail.com> * Remove unneeded imports --------- Co-authored-by: ggivo <ivo.gaydajiev@gmail.com>
tishun
added a commit
to tishun/lettuce-core
that referenced
this issue
Feb 19, 2025
…dis#3178 (redis#3179) * Parse strings as UTF-8 * Chores : Reduce stale issues time, fix benchmark code, remove debug messages for testcontainers * Change method name * Update src/test/java/io/lettuce/core/commands/AclCommandIntegrationTests.java Co-authored-by: ggivo <ivo.gaydajiev@gmail.com> * Remove unneeded imports --------- Co-authored-by: ggivo <ivo.gaydajiev@gmail.com>
4 tasks
tishun
added a commit
that referenced
this issue
Feb 19, 2025
(#3179) (#3188) * Parse strings as UTF-8 * Chores : Reduce stale issues time, fix benchmark code, remove debug messages for testcontainers * Change method name * Update src/test/java/io/lettuce/core/commands/AclCommandIntegrationTests.java * Remove unneeded imports --------- Co-authored-by: ggivo <ivo.gaydajiev@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
As part of #3075 we've made it possible to create users with non-latin UTF-8 characters
Current Behavior
The AclCommandIntegrationTests fail due to the fact that they could not delete the newly created user.
Stack trace
The text was updated successfully, but these errors were encountered: