diff options
| author | Chris Lu <chris.lu@gmail.com> | 2025-12-01 16:34:13 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2025-12-01 16:34:13 -0800 |
| commit | 208d008fe3ea5e9089082e605c9f77483e524a8d (patch) | |
| tree | 276ed1a453d9ca41d3cbc6e837398afaf1ba2157 | |
| parent | 778b92e43605634b882a88aad53ba1ba1b356dae (diff) | |
| download | seaweedfs-208d008fe3ea5e9089082e605c9f77483e524a8d.tar.xz seaweedfs-208d008fe3ea5e9089082e605c9f77483e524a8d.zip | |
Fix tagging test pattern to run our comprehensive tests instead of basic tests
| -rw-r--r-- | test/s3/tagging/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/s3/tagging/Makefile b/test/s3/tagging/Makefile index 6e7b3fb88..aa2f18f7c 100644 --- a/test/s3/tagging/Makefile +++ b/test/s3/tagging/Makefile @@ -10,7 +10,7 @@ MASTER_PORT := 9338 VOLUME_PORT := 8085 FILER_PORT := 8893 TEST_TIMEOUT := 10m -TEST_PATTERN := TestObjectTagging +TEST_PATTERN := TestObjectTaggingOnUpload|TestPutObjectTaggingAPI|TestDeleteObjectTagging|TestTag # Default target help: @@ -200,7 +200,7 @@ test-tagging: check-deps # Comprehensive tagging tests (all features) test-tagging-comprehensive: check-deps @echo "Running comprehensive tagging tests..." - @go test -v -timeout=$(TEST_TIMEOUT) -run "TestObjectTagging" . + @go test -v -timeout=$(TEST_TIMEOUT) . @echo "✅ Comprehensive tagging tests completed" # All tests without server management |
