M2 AutoTester case for PUT to the correct server
Tester Log
ServerLog:
As the first screenshot shows:
While running the auto tester for M2, we've already passed a few cases about keyrange, and
SERVER_NOT_RESPONSIBLE when the put request is sent to the wrong server.
However, when the tester connects to the correct server and issues command:
put abc cde
Our server replies:
PUT_SUCCESS abc cde
but the tester fails at this point indicating the server output is incorrect.
You can see the exact byte array buffer returned and sent by our server in screenshot 2 which i believe should be correct.
What is the expected response in this case?