From caaba7c496ea12cdc42a03f27f0d2056c9812741 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Thu, 10 Aug 2023 19:04:59 +0400 Subject: [PATCH 1/7] Debug test_s3_api_multipart Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a4e9e4f15a..5ae2635f66 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -47,8 +47,8 @@ jobs: - name: Checkout neofs-dev-env repository uses: actions/checkout@v3 with: - repository: nspcc-dev/neofs-dev-env - ref: 'feat/make-health-check-not-depend-on-shell' + repository: vvarg229/neofs-dev-env + ref: 'obj-size' path: neofs-dev-env - name: Checkout neofs-node repository @@ -229,7 +229,7 @@ jobs: timeout-minutes: 120 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m "sanity" --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no -k test_s3_api_multipart --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events From c79704425b5bf4c8416506ab4d0d3ff91d6faf3d Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Thu, 10 Aug 2023 19:20:27 +0400 Subject: [PATCH 2/7] Tst test_s3_api_multipart Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5ae2635f66..a870e82a4a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -229,7 +229,7 @@ jobs: timeout-minutes: 120 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -k test_s3_api_multipart --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no -m s3_gate --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events From c9436a5f1316e40a344d952901f4a5bf1c66cfa0 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Thu, 10 Aug 2023 20:35:41 +0400 Subject: [PATCH 3/7] Run all tests Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a870e82a4a..b5585707b2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -226,10 +226,10 @@ jobs: ################################################################ - name: Run Sanity tests for pull requests - timeout-minutes: 120 + timeout-minutes: 480 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m s3_gate --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events From b4376a951184f8a80c14f640be69432a45d9c78b Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 11 Aug 2023 15:33:23 +0400 Subject: [PATCH 4/7] Debug Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b5585707b2..ba581833df 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 with: repository: vvarg229/neofs-dev-env - ref: 'obj-size' + ref: 'obj-size-debug' path: neofs-dev-env - name: Checkout neofs-node repository From 10b5603e3790e4fb526ab38737e115cb8d8afa04 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 11 Aug 2023 16:21:16 +0400 Subject: [PATCH 5/7] Debug Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ba581833df..21af36b8d2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -229,7 +229,7 @@ jobs: timeout-minutes: 480 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no -m s3_gate_base --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events From 974d58691fcca9e2c9076cc3273bf23c7f0a8664 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 11 Aug 2023 17:35:47 +0400 Subject: [PATCH 6/7] Test s3_gate_multipart Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 21af36b8d2..ffe4b5c609 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -229,7 +229,7 @@ jobs: timeout-minutes: 480 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m s3_gate_base --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no -m s3_gate_multipart --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events From a8d4cc2a136cacd1978e14df26f524fa8b9ba5a5 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 11 Aug 2023 18:24:04 +0400 Subject: [PATCH 7/7] Run all tests Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ffe4b5c609..ba581833df 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -229,7 +229,7 @@ jobs: timeout-minutes: 480 if: github.event_name == 'pull_request' run: | - source venv.local-pytest/bin/activate && pytest --show-capture=no -m s3_gate_multipart --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites + source venv.local-pytest/bin/activate && pytest --show-capture=no --alluredir=${GITHUB_WORKSPACE}/allure-results pytest_tests/testsuites working-directory: neofs-testcases - name: Run all tests for other events