mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 22:20:19 +08:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user