From 12cc7d53d86d8f6133e49909851abe19dc51da1f Mon Sep 17 00:00:00 2001 From: bmc Date: Sun, 30 Jun 2013 12:03:27 -0700 Subject: [PATCH] Add failing test for native quick disconnect hang --- test/integration/client/quick-disconnect-tests.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/integration/client/quick-disconnect-tests.js diff --git a/test/integration/client/quick-disconnect-tests.js b/test/integration/client/quick-disconnect-tests.js new file mode 100644 index 00000000..a1b6bab6 --- /dev/null +++ b/test/integration/client/quick-disconnect-tests.js @@ -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();