> On 18 Mar 2024, at 06:04, Michael Paquier <michael@paquier.xyz> wrote:
>
> new function call injection_points_local() that can
> be added on top of a SQL test to make it concurrent-safe.
Maybe consider function injection_points_attach_local(‘point name’) instead of static switch?
Or even injection_points_attach_global(‘point name’), while function injection_points_attach(‘point name’) will be
global?This would favour writing concurrent test by default…
Best regards, Andrey Borodin.