-
Bug
-
Resolution: Done
-
Major
-
None
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)
- is related to
-
ISPN-1035 Servers should avoid reading key/values multiple times per request
- Closed