From: | Kirill Reshke <reshkekirill(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | Nathan Bossart <nathandbossart(at)gmail(dot)com>, "Andrey M(dot) Borodin" <x4mmm(at)yandex-team(dot)ru>, "Leung, Anthony" <antholeu(at)amazon(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Allow non-superuser to cancel superuser tasks. |
Date: | 2024-07-10 06:27:54 |
Message-ID: | CALdSSPjJ=ssU-sk3SdQK8j=4zegffrmWeM5vx+BGOhZ+5kmYxg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> The script has two tests, and the CI is failing for the second test
> where we expect the signal to be processed:
> [12:48:23.370] # Failed test 'autovacuum worker signaled with
> pg_signal_autovacuum_worker granted'
> [12:48:23.370] # at t/006_signal_autovacuum.pl line 90.
> --
> Michael
That's very strange, because the test works fine on my virtual
machine. Also, it seems that it works in Cirrus [0], as there is this
line:
[autovacuum worker] FATAL: terminating autovacuum process due to
administrator command
after `SET ROLE signal_autovacuum_worker_role;` and `SELECT
pg_terminate_backend` in the log file.
Somehow the `node->log_contains` check does not catch that. Maybe
there is some issue with `$offset`? Will try to investigate
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2024-07-10 06:29:54 | Re: Is creating logical replication slots in template databases useful at all? |
Previous Message | Michael Paquier | 2024-07-10 06:02:34 | Re: relfilenode statistics |