From 1b90540844858093ee7c78fcd700788f261387c1 Mon Sep 17 00:00:00 2001 From: Alena Lisevych Date: Wed, 12 Jul 2023 17:45:29 +0300 Subject: [PATCH 1/2] Distributed test set "examples-part2" into two --- .github/workflows/framework-tests-matrix.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/framework-tests-matrix.json b/.github/workflows/framework-tests-matrix.json index 7eece50147..aef3f0bf35 100644 --- a/.github/workflows/framework-tests-matrix.json +++ b/.github/workflows/framework-tests-matrix.json @@ -26,7 +26,7 @@ }, { "PART_NAME": "examples-part2", - "TESTS_TO_RUN": "--tests \"org.utbot.examples.exceptions.*\" --tests \"org.utbot.examples.invokes.*\" --tests \"org.utbot.examples.lambda.*\" --tests \"org.utbot.examples.make.symbolic.*\" --tests \"org.utbot.examples.math.*\" --tests \"org.utbot.examples.mixed.*\" --tests \"org.utbot.examples.mock.*\" --tests \"org.utbot.examples.models.*\" --tests \"org.utbot.examples.natives.*\" --tests \"org.utbot.examples.objects.*\" --tests \"org.utbot.examples.reflection.*\" --tests \"org.utbot.examples.threads.*\"" + "TESTS_TO_RUN": "--tests \"org.utbot.examples.exceptions.*\" --tests \"org.utbot.examples.invokes.*\" --tests \"org.utbot.examples.lambda.*\" --tests \"org.utbot.examples.make.symbolic.*\" --tests \"org.utbot.examples.math.*\" --tests \"org.utbot.examples.mixed.*\"" }, { "PART_NAME": "examples-part3", @@ -52,6 +52,10 @@ "PART_NAME": "examples-part8", "TESTS_TO_RUN": "--tests \"org.utbot.examples.codegen.*\"" }, + { + "PART_NAME": "examples-part8", + "TESTS_TO_RUN": "--tests \"org.utbot.examples.mock.*\" --tests \"org.utbot.examples.models.*\" --tests \"org.utbot.examples.natives.*\" --tests \"org.utbot.examples.objects.*\" --tests \"org.utbot.examples.reflection.*\" --tests \"org.utbot.examples.threads.*\"" + }, { "PART_NAME": "examples-lists", "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart1Test\" --tests \"org.utbot.examples.collections.ListsPart2Test\" --tests \"org.utbot.examples.collections.ListsPart3Test\"" From 83f733dd8d1766709edf4e4c62293bb442914207 Mon Sep 17 00:00:00 2001 From: Alena Lisevych Date: Wed, 12 Jul 2023 18:14:09 +0300 Subject: [PATCH 2/2] Name "examples-part9" correction --- .github/workflows/framework-tests-matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/framework-tests-matrix.json b/.github/workflows/framework-tests-matrix.json index aef3f0bf35..6e87eaed8f 100644 --- a/.github/workflows/framework-tests-matrix.json +++ b/.github/workflows/framework-tests-matrix.json @@ -53,7 +53,7 @@ "TESTS_TO_RUN": "--tests \"org.utbot.examples.codegen.*\"" }, { - "PART_NAME": "examples-part8", + "PART_NAME": "examples-part9", "TESTS_TO_RUN": "--tests \"org.utbot.examples.mock.*\" --tests \"org.utbot.examples.models.*\" --tests \"org.utbot.examples.natives.*\" --tests \"org.utbot.examples.objects.*\" --tests \"org.utbot.examples.reflection.*\" --tests \"org.utbot.examples.threads.*\"" }, {