Skip to content

Commit 12cc7d5

Browse files
committed
Add failing test for native quick disconnect hang
1 parent 5806afc commit 12cc7d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//test for issue #320
2+
//
3+
var helper = require('./test-helper');
4+
5+
var client = new helper.pg.Client(helper.config);
6+
client.connect();
7+
client.end();

0 commit comments

Comments
 (0)