pgsql: Split event_trigger_login test from event_trigger test

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Split event_trigger_login test from event_trigger test
Date: 2023-10-27 20:52:41
Message-ID: E1qwTov-002eyo-8A@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Split event_trigger_login test from event_trigger test

That allows to still run event_trigger test in parallel with oidjoins test,
and save ~50ms of tests runtime.

Discussion: https://postgr.es/m/202310271047.mnwkql6nhbwi%40alvherre.pgsql
Author: Alvaro Herrera, Alexander Korotkov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8b62b441fffd26f0bfaa5bed2c11898ed1345f62

Modified Files
--------------
src/test/regress/expected/event_trigger.out | 45 -----------------------
src/test/regress/expected/event_trigger_login.out | 45 +++++++++++++++++++++++
src/test/regress/parallel_schedule | 12 +++---
src/test/regress/sql/event_trigger.sql | 26 -------------
src/test/regress/sql/event_trigger_login.sql | 25 +++++++++++++
5 files changed, 77 insertions(+), 76 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2023-10-27 20:53:40 Re: pgsql: Adjust parallel_schedule with event triggers on authenticated lo
Previous Message Tomas Vondra 2023-10-27 16:59:57 pgsql: Fix overflow when calculating timestamp distance in BRIN