ASSERT_REPLY(tunnel(leaderID)->exec("hclone","my-set","hash3"),"ERR Invalid argument: WRONGTYPE Operation against a key holding the wrong kind of value");
ASSERT_REPLY(tunnel(leaderID)->exec("hclone","hash","my-set"),"ERR Invalid argument: WRONGTYPE Operation against a key holding the wrong kind of value");
ASSERT_REPLY(tunnel(leaderID)->exec("hclone","not-existing","hash"),"ERR Invalid argument: ERR target key already exists, will not overwrite");