Re: pgbench: allow to exit immediately when any client is aborted

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
Cc: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgbench: allow to exit immediately when any client is aborted
Date: 2023-08-13 09:27:55
Message-ID: 2e3deb8a-9577-57cd-fd93-21917284b1@mines-paristech.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello Yugo-san,

>> I attached the updated patch v3 including changes above, a test,
>> and fix of the typo you pointed out.
>
> I'm sorry but the test in the previous patch was incorrect.
> I attached the correct one.

About pgbench exit on abort v3:

Patch does not "git apply", but is ok with "patch" although there are some
minor warnings.

Compiles. Code is ok. Tests are ok.

About Test:

The code is simple to get an error quickly but after a few transactions,
good. I'll do a minimal "-c 2 -j 2 -t 10" instead of "-c 4 -j 4 -T 10".

--
Fabien.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2023-08-13 09:32:08 pgbench with libevent?
Previous Message Fabien COELHO 2023-08-13 09:22:33 Re: Make psql's qeury canceling test simple by using signal() routine of IPC::Run