Re: Using AF_UNIX sockets always for tests on Windows
От
Andres Freund
Тема
Re: Using AF_UNIX sockets always for tests on Windows
Дата
Msg-id
20221202014225.bzyyevrybcqjv3ks@awork3.anarazel.de
Ответ на
Список
Дерево обсуждения
Using AF_UNIX sockets always for tests on Windows Thomas Munro <thomas.munro@gmail.com>
Re: Using AF_UNIX sockets always for tests on Windows Tom Lane <tgl@sss.pgh.pa.us>
Re: Using AF_UNIX sockets always for tests on Windows Andres Freund <andres@anarazel.de>
Re: Using AF_UNIX sockets always for tests on Windows Tom Lane <tgl@sss.pgh.pa.us>
Re: Using AF_UNIX sockets always for tests on Windows Andres Freund <andres@anarazel.de>
Re: Using AF_UNIX sockets always for tests on Windows Andrew Dunstan <andrew@dunslane.net>
Re: Using AF_UNIX sockets always for tests on Windows vignesh C <vignesh21@gmail.com>
Re: Using AF_UNIX sockets always for tests on Windows Andrew Dunstan <andrew@dunslane.net>
Re: Using AF_UNIX sockets always for tests on Windows Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
Re: Using AF_UNIX sockets always for tests on Windows Thomas Munro <thomas.munro@gmail.com>
Re: Using AF_UNIX sockets always for tests on Windows vignesh C <vignesh21@gmail.com>
Re: Using AF_UNIX sockets always for tests on Windows vignesh C <vignesh21@gmail.com>
Hi, On 2022-12-01 20:30:36 -0500, Tom Lane wrote: > Thomas Munro writes: > > Commit f5580882 established that all supported computers have AF_UNIX. > > One of the follow-up consequences that was left unfinished is that we > > could simplify our test harness code to make it the same on all > > platforms. Currently we have hundreds of lines of C and perl to use > > secure TCP connections instead for the benefit of defunct Windows > > versions. Here's a patch set for that. > > If we remove that, won't we have a whole lot of code that's not > tested at all on any platform, ie all the TCP-socket code? There's some coverage via the auth and ssl tests. But I agree it's an issue. But to me the fix for that seems to be to add a dedicated test for that, rather than relying on windows to test our socket code - that's quite a few separate code paths from the tcp support of other platforms. Greetings, Andres Freund
В списке pgsql-hackers по дате отправления