aboutsummaryrefslogtreecommitdiff
path: root/test/erasure_coding/ec_integration_test.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-11-18 12:06:56 -0800
committerchrislu <chris.lu@gmail.com>2025-11-18 12:06:56 -0800
commitaef5121c363a030f6457fcc68307f196d67accd8 (patch)
tree3da3e940d7b0c847fd106fe178bec8e5e03d370e /test/erasure_coding/ec_integration_test.go
parent0299e78de7c7f7e19d5b206b384d0331609e15aa (diff)
downloadseaweedfs-aef5121c363a030f6457fcc68307f196d67accd8.tar.xz
seaweedfs-aef5121c363a030f6457fcc68307f196d67accd8.zip
faster master startup
Diffstat (limited to 'test/erasure_coding/ec_integration_test.go')
-rw-r--r--test/erasure_coding/ec_integration_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/erasure_coding/ec_integration_test.go b/test/erasure_coding/ec_integration_test.go
index 81cb89678..87b9b40ba 100644
--- a/test/erasure_coding/ec_integration_test.go
+++ b/test/erasure_coding/ec_integration_test.go
@@ -391,6 +391,7 @@ func startSeaweedFSCluster(ctx context.Context, dataDir string) (*TestCluster, e
"-mdir", masterDir,
"-volumeSizeLimitMB", "10", // Small volumes for testing
"-ip", "127.0.0.1",
+ "-peers", "none", // Faster startup when no multiple masters needed
)
masterLogFile, err := os.Create(filepath.Join(masterDir, "master.log"))