You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Improve tests a bit
Reduce timeouts if possible Extend timeouts if needed (windows tests need their time) Don't expose the redis socket to others than the owner Don't create the stunnel log
This commit is contained in:
@@ -12,6 +12,8 @@ describe("The 'batch' method", function () {
|
||||
describe('using ' + parser + ' and ' + ip, function () {
|
||||
|
||||
describe('when not connected', function () {
|
||||
// TODO: This is somewhat broken and should be fixed in v.3
|
||||
// The commands should return an error instead of returning an empty result
|
||||
var client;
|
||||
|
||||
beforeEach(function (done) {
|
||||
|
Reference in New Issue
Block a user