fix(testkit): disable Unix sockets for temporary PostgreSQL

Use loopback TCP to avoid unwritable default socket directories on Ubuntu CI.
This commit is contained in:
elky
2026-09-07 00:37:56 +08:00
parent 2281f2b754
commit 1b01b08c31
@@ -97,6 +97,8 @@ impl ManagedPostgresServer {
.arg(self.port.to_string())
.arg("-F")
.arg("-c")
.arg("unix_socket_directories=")
.arg("-c")
.arg("fsync=off")
.arg("-c")
.arg("synchronous_commit=off")