From 3a6158a78adfbcbe83df5778ae8e09d3e0a8a34f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:04:18 +0200 Subject: [PATCH] Fix Spring Boot incremental testing (#1652) (#1660) Co-authored-by: Tristan Radisson --- tests/features/kogito-common-builder-jvm.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/features/kogito-common-builder-jvm.feature b/tests/features/kogito-common-builder-jvm.feature index f1dd009be..ab5c43529 100644 --- a/tests/features/kogito-common-builder-jvm.feature +++ b/tests/features/kogito-common-builder-jvm.feature @@ -201,8 +201,8 @@ Feature: kogito-s2i-builder image JVM build tests # Leave those here as placeholder for scripts adding variable to the test. No impact on tests if empty. | variable | value | | RUNTIME_TYPE | springboot | - Then s2i build log should contain Expanding artifacts from incremental build... - And s2i build log should not contain WARNING: Clean build will be performed because of error saving previous build artifacts + Then s2i build log should not contain WARNING: Clean build will be performed because of error saving previous build artifacts + And s2i build log should contain Expanding artifacts from incremental build... And file /home/kogito/bin/process-springboot-example.jar should exist And check that page is served | property | value |