Memcached quit command problem
------------------------------
Key: ISPN-1082
URL:
https://issues.jboss.org/browse/ISPN-1082
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.2.FINAL
Looks to be related to ISPN-1035:
steps to reproduce:
unzip
chmod +x bin/run.sh
bin/run.sh -c datagrid -b localhost
wait for start
echo -e "quit\r" | nc localhost 11211
error:
junit.framework.ComparisonFailure: expected:<[]> but was:<[SERVER_ERROR
scala.MatchError: QuitRequest]>
at
org.jboss.test.cluster.datagrid.test.MemcachedClientTestCase.testQuit(MemcachedClientTestCase.java:733)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira