From b76da5185982601f8b16bc77e0945cfc661728ef Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Thu, 23 May 2024 00:05:23 +0500 Subject: [PATCH] s3 test add kill -9 --- .github/workflows/s3tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 45378cf9f..2e7f23095 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -202,6 +202,7 @@ jobs: s3tests_boto3/functional/test_s3.py::test_lifecycle_set \ s3tests_boto3/functional/test_s3.py::test_lifecycle_get \ s3tests_boto3/functional/test_s3.py::test_lifecycle_set_filter + kill -9 $(pgrep weed) || true - name: Run Ceph S3 tests with SQL store timeout-minutes: 15