Add failing test for native quick disconnect hang
This commit is contained in:
parent
5806afc8a1
commit
12cc7d53d8
7
test/integration/client/quick-disconnect-tests.js
Normal file
7
test/integration/client/quick-disconnect-tests.js
Normal file
@ -0,0 +1,7 @@
|
||||
//test for issue #320
|
||||
//
|
||||
var helper = require('./test-helper');
|
||||
|
||||
var client = new helper.pg.Client(helper.config);
|
||||
client.connect();
|
||||
client.end();
|
Loading…
Reference in New Issue
Block a user