Your message dated Mon, 19 Sep 2022 01:27:01 +0200
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #970788,
regarding golang-github-lib-pq: autopkgtest always fails
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
970788: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970788
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-lib-pq
Severity: important
X-Debbugs-Cc: [email protected]
Hi,
Please see the autopkgtest result,
https://ci.debian.net/packages/g/golang-github-lib-pq/
The tests currently always fails.
--- End Message ---
--- Begin Message ---
Package: golang-github-lib-pq
Version: 1.10.6-4
autopkgtest script refactored. Original script assumed that Postgres
service would not already be running after being installed, and thus
assumed that it could adjust the pg_hba.conf, followed by a "service
postgresql start", and have those config changes take effect. Since the
service _was_ already running, the "service postgresql start" was a
no-op, and the pg_hba.conf settings did not take effect. An explicit
"service postgresql reload" was added to the script after pg_hba.conf
modifications are performed.
Additionally, pass "-vet=off" to go test, to as per dh_auto_test would
do. Tests are run as an unprivileged user, since they contain tests that
will fail if run as root.
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---