Skip to content
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

ISPN-8594 Memcached not finding UTF-8 data #5633

Merged
merged 2 commits into from Dec 11, 2017

Conversation

gustavocoding
Copy link

@gustavocoding gustavocoding added this to the 9.2.0.Beta2 milestone Dec 9, 2017
@@ -82,6 +82,12 @@ public void testSetWithExpiryUnixTimeInPast(Method m) throws InterruptedExceptio
assertNull(client.get(k(m)));
}

public void testSetWithUTF8Key(Method m) throws InterruptedException, ExecutionException, TimeoutException {
OperationFuture<Boolean> f = client.set(k(m, "你好-"), 0, v(m));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer the use of unicode escapes here instead of actual characters

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

沒問題!

@gustavocoding
Copy link
Author

Updated.

@tristantarrant tristantarrant merged commit 0ed4343 into infinispan:master Dec 11, 2017
@tristantarrant
Copy link
Member

Merged, thanks

@gustavocoding gustavocoding deleted the ISPN-8594 branch February 20, 2018 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants