Autotester PUT test case
There is a test case in the autotester that sends this message to KVServer:
put @12347 -/() abc def
The server returned a SERVER_NOT_RESPONSIBLE error in my case, failing the test case. Perhaps this case checks if messages are routed to the correct KVServer, but what if our retry logic is in my implementation of KVClient, which isn't being used at all by the autotester?