mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/linearizability: remove PeerProxy for ClusterSize=1
Skip the peer traffic failpoint. Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
d814adbf94
commit
5a249fb3e2
@ -101,7 +101,6 @@ func TestLinearizability(t *testing.T) {
|
||||
config: *e2e.NewConfig(
|
||||
e2e.WithClusterSize(1),
|
||||
e2e.WithSnapshotCount(100),
|
||||
e2e.WithPeerProxy(true),
|
||||
e2e.WithGoFailEnabled(true),
|
||||
e2e.WithCompactionBatchLimit(100), // required for compactBeforeCommitBatch and compactAfterCommitBatch failpoints
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user