fix s3tests

This commit is contained in:
Konstantin Lebedev
2025-11-04 00:43:30 +05:00
parent bff703e126
commit 0e6f40e903
6 changed files with 34 additions and 7 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ jobs:
shell: bash
run: |
cd weed
go install -buildvcs=false
go install -tags s3tests -buildvcs=false
set -x
# Create clean data directory for this test run
export WEED_DATA_DIR="/tmp/seaweedfs-s3tests-$(date +%s)"
@@ -794,7 +794,7 @@ jobs:
exit 1
fi
go install -tags "sqlite" -buildvcs=false
go install -tags "sqlite s3tests" -buildvcs=false
# Create clean data directory for this test run with unique timestamp and process ID
export WEED_DATA_DIR="/tmp/seaweedfs-sql-test-$(date +%s)-$$"
mkdir -p "$WEED_DATA_DIR"