mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 04:52:55 +00:00
Start and stop single etcd and mock s3 servers globally in python tests
This commit is contained in:
committed by
Kirill Bulatov
parent
a884f4cf6b
commit
f2881bbd8a
@@ -132,10 +132,6 @@ impl SafekeeperNode {
|
||||
.args(&["--listen-pg", &listen_pg])
|
||||
.args(&["--listen-http", &listen_http])
|
||||
.args(&["--recall", "1 second"])
|
||||
.args(&[
|
||||
"--broker-endpoints",
|
||||
&self.env.etcd_broker.comma_separated_endpoints(),
|
||||
])
|
||||
.arg("--daemonize"),
|
||||
);
|
||||
if !self.conf.sync {
|
||||
|
||||
Reference in New Issue
Block a user