From 20bd7e985191a4a834e519b452d6b609619a4671 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 18 Nov 2025 18:32:24 -0800 Subject: [PATCH] stop volume server in 1 second --- test/s3/parquet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/s3/parquet/Makefile b/test/s3/parquet/Makefile index 1c2d054d8..dd65b6e9f 100644 --- a/test/s3/parquet/Makefile +++ b/test/s3/parquet/Makefile @@ -126,7 +126,7 @@ start-seaweedfs-ci: check-binary # Start volume server with master HTTP port and increased capacity @echo "Starting volume server..." - @nohup $(SEAWEEDFS_BINARY) volume -port=$(VOLUME_PORT) -mserver=127.0.0.1:$(MASTER_PORT) -dir=/tmp/seaweedfs-test-parquet-volume -max=$(VOLUME_MAX_COUNT) -ip=127.0.0.1 -volume.preStopSeconds=1 > /tmp/seaweedfs-parquet-volume.log 2>&1 & + @nohup $(SEAWEEDFS_BINARY) volume -port=$(VOLUME_PORT) -mserver=127.0.0.1:$(MASTER_PORT) -dir=/tmp/seaweedfs-test-parquet-volume -max=$(VOLUME_MAX_COUNT) -ip=127.0.0.1 -preStopSeconds=1 > /tmp/seaweedfs-parquet-volume.log 2>&1 & @sleep 5 # Start filer server with embedded S3