Re: pgsql: Reduce running time of jsonb_sqljson test - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Reduce running time of jsonb_sqljson test
Date
Msg-id 3084516.1649258402@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Reduce running time of jsonb_sqljson test  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> The test created a 1m row table in order to test parallel operation of
> JSON_VALUE.

Egad.

> However, this was more than were needed for the test, so
> save time by halving it, and also by making the table unlogged.

This seems like a rather inappropriate fix.  I would say that a test
of this size does not belong in the core regression tests AT ALL.

            regards, tom lane



pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Reduce running time of jsonb_sqljson test
Next
From: Tom Lane
Date:
Subject: pgsql: Allow granting SET and ALTER SYSTEM privileges on GUC parameters