Re: Isolation tester result formatting

From: Andres Freund <andres(at)anarazel(dot)de>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Isolation tester result formatting
Date: 2018-03-01 10:49:50
Message-ID: 20180301104950.4u2tejhcocduy6vu@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2018-02-23 23:33:15 +1300, Thomas Munro wrote:
> Hi hackers,
>
> Due to recent naming inflation, the isolation tester output has become
> jagged (when viewed in a monospace font):
>
> test lock-update-delete ... ok
> test lock-update-traversal ... ok
> test insert-conflict-do-nothing ... ok
> test insert-conflict-do-nothing-2 ... ok
> test insert-conflict-do-update ... ok
> test insert-conflict-do-update-2 ... ok
> test insert-conflict-do-update-3 ... ok
> test insert-conflict-toast ... ok
> test delete-abort-savept ... ok
>
> If we widened the field by 4 spaces it'd fit all current test names:
>
> test lock-update-delete ... ok
> test lock-update-traversal ... ok
> test insert-conflict-do-nothing ... ok
> test insert-conflict-do-nothing-2 ... ok
> test insert-conflict-do-update ... ok
> test insert-conflict-do-update-2 ... ok
> test insert-conflict-do-update-3 ... ok
> test insert-conflict-toast ... ok
> test delete-abort-savept ... ok
>
> Patch attached. I realise this isn't the most pressing problem faced
> by computer science...

Seems reasonable. Pushed. I can't make myself even remotely care enough
to backpatch even though "problem" existed for a while.

Thanks,

Andres

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-03-01 11:03:44 2018-03 Commitfest Summary (Andres #1)
Previous Message Andres Freund 2018-03-01 10:41:15 Re: Failed to request an autovacuum work-item in silence