Re: test_json_parser/002_inline is kind of slow - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: test_json_parser/002_inline is kind of slow
Date
Msg-id CAOYmi+mkQp6-cxwe+9gB=7ARo2EHROyfj3kChJ9n3G+gSLptvg@mail.gmail.com
Whole thread Raw
In response to Re: test_json_parser/002_inline is kind of slow  (Andres Freund <andres@anarazel.de>)
Responses Re: test_json_parser/002_inline is kind of slow
Re: test_json_parser/002_inline is kind of slow
List pgsql-hackers
On Fri, Sep 26, 2025 at 8:38 AM Andres Freund <andres@anarazel.de> wrote:
> You can just support running multiple tests with one run of the executable,
> e.g. by splitting the input / output on null bytes.

Yeah, but that doubles down on the bad unit test architecture... and I
don't think anyone would want to touch that code after I wrote it. But
it could be a quicker fix, especially if people are nervous about
moving to C+TAP.

--Jacob



pgsql-hackers by date:

Previous
From: David Christensen
Date:
Subject: Re: [PATCH] GROUP BY ALL
Next
From: Jacob Champion
Date:
Subject: Re: test_json_parser/002_inline is kind of slow