diff options
| author | chrislu <chris.lu@gmail.com> | 2025-11-05 12:44:07 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-11-05 12:44:07 -0800 |
| commit | 672488c828746b5b9ab512c5bcce88198eade7a2 (patch) | |
| tree | 365011f238c5cb37fb7b956a3b2ec8954b170fd2 | |
| parent | 543e70c51180e916b75541de0d0b1c74c05b1c71 (diff) | |
| download | seaweedfs-672488c828746b5b9ab512c5bcce88198eade7a2.tar.xz seaweedfs-672488c828746b5b9ab512c5bcce88198eade7a2.zip | |
Revert "fix sqlite not support concurrent writes/reads"
This reverts commit 5d5da14e0ed91c613fe5c0ed058f58bb04fba6f0.
| -rw-r--r-- | .github/workflows/s3tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 2f7da3865..77b70426f 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -1127,6 +1127,8 @@ jobs: s3tests/functional/test_s3.py::test_lifecycle_set \ s3tests/functional/test_s3.py::test_lifecycle_get \ s3tests/functional/test_s3.py::test_lifecycle_set_filter \ + s3tests/functional/test_s3.py::test_lifecycle_expiration \ + s3tests/functional/test_s3.py::test_lifecyclev2_expiration \ s3tests/functional/test_s3.py::test_lifecycle_expiration_versioning_enabled kill -9 $pid || true # Clean up data directory |
