Re: Test of a partition with an incomplete detach has a timing issue - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Test of a partition with an incomplete detach has a timing issue
Date
Msg-id 1212538.1621957045@sss.pgh.pa.us
Whole thread Raw
In response to Re: Test of a partition with an incomplete detach has a timing issue  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Test of a partition with an incomplete detach has a timing issue
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> The problem disappears completely if I add a sleep to the cancel query:
> step "s1cancel"     { SELECT pg_cancel_backend(pid), pg_sleep(0.01) FROM d3_pid; }
> I suppose a 0.01 second sleep is not going to be sufficient to close the
> problem in slower animals, but I hesitate to propose a much longer sleep
> because this test has 18 permutations so even a one second sleep adds
> quite a lot of (mostly useless) test runtime.

Yeah ... maybe 0.1 second is the right tradeoff?

Note that on slow (like CCA) animals, the extra query required by
Noah's suggestion is likely to take more than 0.1 second.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Test of a partition with an incomplete detach has a timing issue
Next
From: Robert Haas
Date:
Subject: Re: Race condition in recovery?