Merge pull request #15232 from fuweid/linearizability-remove-proxy-for-clustersize-one

tests/linearizability: remove PeerProxy for ClusterSize=1
This commit is contained in:
Marek Siarkowicz 2023-02-01 11:49:25 +01:00 committed by GitHub
commit f25b159fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
),