diff options
| author | chrislu <chris.lu@gmail.com> | 2025-11-18 12:06:56 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-11-18 12:06:56 -0800 |
| commit | aef5121c363a030f6457fcc68307f196d67accd8 (patch) | |
| tree | 3da3e940d7b0c847fd106fe178bec8e5e03d370e /test/erasure_coding/ec_integration_test.go | |
| parent | 0299e78de7c7f7e19d5b206b384d0331609e15aa (diff) | |
| download | seaweedfs-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.go | 1 |
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")) |
