async.parallelLimit(tasks,(sequelize.config.pool&&sequelize.config.pool.max||5)-1,done);// Needs to be one less than 1 else the non transaction query won't ever get a connection
});
});
});
}
describe('Unique',function(){
it("should set unique when unique is true",function(done){