publicBottom = this.connection.pooled(privateBottom = function (client, arg, cb) {
                test.ok('close' in client);
                test.equal(typeof client.close, 'function');
                test.equal(arg, 'hello');
                cb(null, arg);