From 45ff4bd9158a157ee06029214ed8ba3f70374872 Mon Sep 17 00:00:00 2001 From: Tristan Radisson Date: Tue, 1 Aug 2023 13:53:18 +0200 Subject: [PATCH] Fix Spring Boot incremental testing (#1652) --- 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 450277b2f..f405feb73 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 |