@Override
protected void setUp() throws Exception {
this.optimiezer = new Optimizer(Protocol.Text);
this.commandFactory = new TextCommandFactory();
this.optimiezer.setBufferAllocator(new SimpleBufferAllocator());
this.writeQueue = new LinkedTransferQueue<Command>();
this.executingCmds = new LinkedTransferQueue<Command>();
for (int i = 0; i < 10; i++) {
Command cmd = this.commandFactory.createGetCommand(
String.valueOf(i), String.valueOf(i).getBytes(),