2
0

Add ConnPool.Reset method

refs #110
This commit is contained in:
Jack Christensen
2015-12-12 13:15:14 -06:00
parent 1eecea606b
commit f004f0802c
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ func TestStressConnPool(t *testing.T) {
{"txMultipleQueries", txMultipleQueries},
{"notify", notify},
{"listenAndPoolUnlistens", listenAndPoolUnlistens},
{"reset", func(p *pgx.ConnPool, n int) error { p.Reset(); return nil }},
}
actionCount := 5000