From 1ea30376eb39821f25ca1da273b7d58ee1a55049 Mon Sep 17 00:00:00 2001 From: Tim Smyth Date: Thu, 19 Oct 2023 12:09:14 +0200 Subject: [PATCH 1/4] Services might be shared in test matrix --- .github/workflows/functional.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index e10763e90b..d8550f724e 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -59,6 +59,7 @@ jobs: strategy: fail-fast: false + max-parallel: 1 matrix: test: [ 'functional_146_146', functional_634_634 ] From b6b5d0a657ae857ff64198a8722cfe314cc00ccc Mon Sep 17 00:00:00 2001 From: Tim Smyth Date: Fri, 20 Oct 2023 10:54:01 +0200 Subject: [PATCH 2/4] remove unused --- .github/workflows/functional.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index d8550f724e..e03e1c2b4e 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -46,10 +46,11 @@ jobs: POSTGRES_HOST_AUTH_METHOD: trust ports: - 5432:5432 - mongodb: - image: mongo:4.4 - ports: - - 27017:27017 + # Currently not used as functional test is started with "d" flag that results in locally started mongodb + # mongodb: + # image: mongo:4.4 + # ports: + # - 27017:27017 context-server: image: wistefan/context-server:0.2.0 env: From 9d559163a082a11a2daf34f9c5f5bb55c8e7494d Mon Sep 17 00:00:00 2001 From: Tim Smyth Date: Fri, 20 Oct 2023 11:41:56 +0200 Subject: [PATCH 3/4] Try with more tests --- .github/workflows/functional.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index e03e1c2b4e..1b6a69cd68 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -60,9 +60,9 @@ jobs: strategy: fail-fast: false - max-parallel: 1 + #max-parallel: 1 matrix: - test: [ 'functional_146_146', functional_634_634 ] + test: [ 'functional_0_632','functional_633_1003'] steps: - uses: actions/checkout@v2 From 2012ca035260d7994908d99fa0665e5e71d20ac9 Mon Sep 17 00:00:00 2001 From: Tim Smyth Date: Fri, 20 Oct 2023 12:42:28 +0200 Subject: [PATCH 4/4] enable all tests again --- .github/workflows/functional.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 1b6a69cd68..6f4a83254f 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -62,7 +62,7 @@ jobs: fail-fast: false #max-parallel: 1 matrix: - test: [ 'functional_0_632','functional_633_1003'] + test: [ 'functional_0_632','functional_633_1003', 'functional_1004_1440', 'functional_1441_end', 'unit'] steps: - uses: actions/checkout@v2