Re: Add isolation test template in injection_points for wait/wakeup/detach

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-10-30T09:21:04Z
Lists: pgsql-hackers

Attachments

On Wed, Oct 30, 2024 at 07:26:07AM +0000, Bertrand Drouvot wrote:
> 1 === Nit
> 
> s/Permutations like this one/Permutations like the following commented out one/ ?
> 
> 2 ===
> 
> s/back its result/back its result once woken up/ ?
> 
> 3 ===
> 
> s/faster than the wait/before the SQL function doing the wait returns its result/ ?
> 
> With 2 === and 3 === I think it's easier to "link" both sentences that way.

What do you think about the updated version attached?
--
Michael

Commits

  1. injection_points: Tweak more permutation in isolation test "basic"

  2. injection_points: Re-enable permutation in isolation test "basic"

  3. injection_points: Improve comment about disabled isolation permutation

  4. injection_points: Disable one permutation in isolation test "basic"

  5. injection_points: Add basic isolation test