lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
9.01k stars 910 forks source link

Skip TestCloseBadConn if PGHOST is a Unix-domain socket. #943

Open QuLogic opened 4 years ago

QuLogic commented 4 years ago

The test fails to dial, since $PGHOST:$PGPOST would not be a valid address to connect to.

QuLogic commented 4 years ago

The error seems unrelated, since it only occurred on one build, but there's not much output.