Re: pg_regress cleans up tablespace twice.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-06-20T06:46:27Z
Lists: pgsql-hackers
On Sat, Jun 20, 2020 at 03:01:36PM +1200, Thomas Munro wrote: > Thanks for the clue. Appveyor runs your build script as a privileged > user (unlike, I assume, the build farm animals), and that has caused a > problem with this test in the past, though I don't know the details. > I might go and teach it to skip that test until a fix can be found. Thanks, I was not aware of that. Is it a fix that involves your code or something else? How long do you think it would take to address that? Another strategy that we could do is also a revert of 2b2a070 for now to allow the cfbot to go through and then register this thread in the CF app to allow the bot to pick it up and test it, so as there is more room to get a fix. The next CF is in ten days, so it would be annoying to reduce the automatic test coverage the cfbot provides :/ -- Michael
Commits
-
Revert "Remove reset of testtablespace from pg_regress on Windows"
- 61be85afabba 14.0 landed
-
Remove reset of testtablespace from pg_regress on Windows
- 2b2a070d98b2 14.0 landed
-
Lower privilege level of programs calling regression_main
- ce5d3424d641 12.0 cited