Add a not about MONITOR failing the test with Redis unstable.

This commit is contained in:
Daniele Alessandri
2012-03-07 13:04:28 +01:00
parent effefcee34
commit 5c2704c9d4
@@ -64,6 +64,9 @@ class ServerMonitorTest extends CommandTestCase
$command = $this->getCommand();
$this->assertTrue($connection->executeCommand($command));
// TODO: this test currently fails with the unstable branch of Redis, but
// I still have to find the reason since at first sight the reply
// format has not changed.
$this->assertRegExp('/\d+.\d+(\s?\(db \d+\))? "MONITOR"/', $connection->read());
}
}