From bdabc9ed6d92294db02bbbeb0a2cd5e5ed313a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20F=C4=85derski?= Date: Tue, 19 Nov 2024 11:43:55 +0100 Subject: [PATCH 1/4] Research failing CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e0af5fb5..d2127353da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,10 @@ jobs: matrix: tasks: [ # Add/remove task in Allure Report job also - {alias: "unitTests", name: "check"}, - {alias: "integrationTests", name: "integrationTest"}, - {alias: "slowIntegrationTests", name: "slowIntegrationTest"}, - {alias: "benchmark", name: "jmh -Pjmh.iterations=1 -Pjmh.timeOnIteration=5s -Pjmh.warmupIterations=0"} +# {alias: "unitTests", name: "check"}, + {alias: "integrationTests", name: "integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' -i"}, +# {alias: "slowIntegrationTests", name: "slowIntegrationTest"}, +# {alias: "benchmark", name: "jmh -Pjmh.iterations=1 -Pjmh.timeOnIteration=5s -Pjmh.warmupIterations=0"} ] fail-fast: false name: ${{ matrix.tasks.alias }} From a6b1edd3d8b68e1577a89b7d7e2263786c3e1634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20F=C4=85derski?= Date: Tue, 19 Nov 2024 12:02:13 +0100 Subject: [PATCH 2/4] Fixing CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2127353da..19a9a4ec9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: tasks: [ # Add/remove task in Allure Report job also # {alias: "unitTests", name: "check"}, - {alias: "integrationTests", name: "integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' -i"}, + {alias: "integrationTests", name: "integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTimeoutTest' --tests='pl.allegro.tech.hermes.integrationtests.HermesClientPublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.FilteringHeadersTest'"}, # {alias: "slowIntegrationTests", name: "slowIntegrationTest"}, # {alias: "benchmark", name: "jmh -Pjmh.iterations=1 -Pjmh.timeOnIteration=5s -Pjmh.warmupIterations=0"} ] From 89232244437b99160e08f4d3beec5309a1f273fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20F=C4=85derski?= Date: Tue, 19 Nov 2024 12:09:16 +0100 Subject: [PATCH 3/4] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19a9a4ec9b..1f2eb4635f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: tasks: [ # Add/remove task in Allure Report job also # {alias: "unitTests", name: "check"}, - {alias: "integrationTests", name: "integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTimeoutTest' --tests='pl.allegro.tech.hermes.integrationtests.HermesClientPublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.FilteringHeadersTest'"}, + {alias: "integrationTests", name: "integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTimeoutTest' --tests='pl.allegro.tech.hermes.integrationtests.HermesClientPublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.FilteringHeadersTest' --tests='pl.allegro.tech.hermes.integrationtests.management.QueryEndpointTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchDeliveryTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchRetryPolicyTest' --tests='pl.allegro.tech.hermes.integrationtests.BroadcastDeliveryTest'"}, # {alias: "slowIntegrationTests", name: "slowIntegrationTest"}, # {alias: "benchmark", name: "jmh -Pjmh.iterations=1 -Pjmh.timeOnIteration=5s -Pjmh.warmupIterations=0"} ] From 825de7390aae15b7547f43ea8add7e741e4bbb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20F=C4=85derski?= Date: Tue, 19 Nov 2024 12:26:39 +0100 Subject: [PATCH 4/4] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f2eb4635f..d748b93950 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: tasks: [ # Add/remove task in Allure Report job also # {alias: "unitTests", name: "check"}, - {alias: "integrationTests", name: "integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTimeoutTest' --tests='pl.allegro.tech.hermes.integrationtests.HermesClientPublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.FilteringHeadersTest' --tests='pl.allegro.tech.hermes.integrationtests.management.QueryEndpointTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchDeliveryTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchRetryPolicyTest' --tests='pl.allegro.tech.hermes.integrationtests.BroadcastDeliveryTest'"}, + {alias: "integrationTests", name: "clean integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTimeoutTest' --tests='pl.allegro.tech.hermes.integrationtests.HermesClientPublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.FilteringHeadersTest' --tests='pl.allegro.tech.hermes.integrationtests.management.QueryEndpointTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchDeliveryTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchRetryPolicyTest' --tests='pl.allegro.tech.hermes.integrationtests.BroadcastDeliveryTest' -i"}, # {alias: "slowIntegrationTests", name: "slowIntegrationTest"}, # {alias: "benchmark", name: "jmh -Pjmh.iterations=1 -Pjmh.timeOnIteration=5s -Pjmh.warmupIterations=0"} ]