Re: configure --with-uuid=bsd fails on NetBSD
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nazir Bilal Yavuz <byavuz81@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-09-09T21:20:12Z
Lists: pgsql-hackers
Hi, On 2022-09-09 12:48:38 -0400, Tom Lane wrote: > Pushed with those changes and doc updates. I did not push the > variant expected-file. I think the entire point here is that > we are *not* deeming the new NetBSD implementation acceptable, > so allowing it to pass regression tests is the wrong thing. What do we gain from the regression test failing exactly this way, given that we know it's a problem? It just makes it harder to run tests. How about we add it as variant file, but via the resultmap mechanism? That way we wouldn't silently accept the same bug on other platforms, but can still run the test without needing to manually filter out bogus netbsd results? Greetings, Andres Freund
Commits
-
Reject bogus output from uuid_create(3).
- e55ccb3b179c 14.6 landed
- c4b6d218e369 16.0 landed
- a61095aa7946 13.9 landed
- 95028d9de422 10.23 landed
- 4d3f54bd7a0d 11.18 landed
- 23fe89a61223 12.13 landed
- 100a8ca2c285 15.0 landed