Re: Force testing of query jumbling code in TAP tests

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Force testing of query jumbling code in TAP tests
Date: 2023-03-03 06:28:23
Message-ID: ZAGTh8akg0u/6Y1a@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 28, 2023 at 02:06:05PM +0900, Michael Paquier wrote:
> Are there any objections to do what's proposed in the patch and
> improve the testing coverage of query jumbling by default?

Well, done this one as of d28a449. More validation tests could always
be added later if there are better ideas. Coverage of this code has
gone up to 94.4% at the end:
https://coverage.postgresql.org/src/backend/nodes/queryjumblefuncs.funcs.c.gcov.html
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2023-03-03 06:40:35 Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher
Previous Message Corey Huinker 2023-03-03 06:23:04 Re: Add SHELL_EXIT_CODE to psql