This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/main by this push:
new 000d4ebc Fix bdd swf-devmode svc discovery (#1718)
000d4ebc is described below
commit 000d4ebce2c500b1fa5863cd57836edf05d04f0f
Author: Ricardo Zanini <[email protected]>
AuthorDate: Fri Dec 22 19:11:45 2023 -0300
Fix bdd swf-devmode svc discovery (#1718)
Signed-off-by: Ricardo Zanini <[email protected]>
---
tests/features/kogito-swf-devmode.feature | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/tests/features/kogito-swf-devmode.feature
b/tests/features/kogito-swf-devmode.feature
index 754ee5aa..d7b591f7 100644
--- a/tests/features/kogito-swf-devmode.feature
+++ b/tests/features/kogito-swf-devmode.feature
@@ -129,11 +129,10 @@ Feature: Serverless Workflow devmode images
| wait | 480
|
| expected_status_code | 200
|
- Scenario: Verify if container starts in devmode with service discovery
property
+ Scenario: Verify if container starts in devmode with service discovery
enabled
When container is started with env
- | variable | value
|
- | SCRIPT_DEBUG | true
|
- | MAVEN_ARGS_APPEND |
-Dkogito.dataindex.ws.url=${knative:services.v1.serving.knative.dev/namespace1/test2}
|
+ | variable | value |
+ | QUARKUS_DEVSERVICES_ENABLED | false |
Then check that page is served
| property | value |
| port | 8080 |
@@ -141,7 +140,7 @@ Feature: Serverless Workflow devmode images
| wait | 480 |
| request_method | GET |
| expected_status_code | 200 |
- And container log should contain Service Discovery has failed on property
[kogito.dataindex.ws.url
+ And container log should contain
kogito-addon-microprofile-config-service-catalog-extension
Scenario: Verify if container have the KOGITO_CODEGEN_PROCESS_FAILONERROR
env set to false
When container is started with command bash
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]