Start and stop single etcd and mock s3 servers globally in python tests

This commit is contained in:
Kirill Bulatov
2022-05-14 15:03:12 +03:00
committed by Kirill Bulatov
parent a884f4cf6b
commit f2881bbd8a
5 changed files with 87 additions and 79 deletions

View File

@@ -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 {