Skip to content

Commit

Permalink
Fix BDD tests based on release (apache#1408) (apache#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Mar 8, 2023
1 parent 3e13922 commit a6eb9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bddframework/features/deploy_kogito_runtime.feature
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,13 @@ Feature: Deploy Kogito Runtime
| runtime-env | QUARKUS_DATASOURCE_PASSWORD | mypass |
| runtime-env | QUARKUS_DATASOURCE_REACTIVE_URL | postgresql://postgresql:5432/mydb |
| runtime-env | QUARKUS_DATASOURCE_JDBC_URL | jdbc:postgresql://postgresql:5432/mydb |
| runtime-env | QUARKUS_FLYWAY_BASELINE_ON_MIGRATE | true |
# For Spring Boot
| runtime-env | KOGITO_PERSISTENCE_POSTGRESQL_CONNECTION_URI | postgresql://myuser:mypass@postgresql:5432/mydb |
| runtime-env | SPRING_DATASOURCE_URL | jdbc:postgresql://postgresql:5432/mydb |
| runtime-env | SPRING_DATASOURCE_USERNAME | myuser |
| runtime-env | SPRING_DATASOURCE_PASSWORD | mypass |
| runtime-env | SPRING_FLYWAY_BASELINE_ON_MIGRATE | true |
And Kogito Runtime "process-postgres" has 1 pods running within 10 minutes
And Start "deals" process on service "process-postgres" within 3 minutes with body:
"""json
Expand Down
1 change: 1 addition & 0 deletions bddframework/features/install_dataindex.feature
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ Feature: Kogito Data Index
| runtime-env | QUARKUS_DATASOURCE_PASSWORD | mypass |
| runtime-env | QUARKUS_DATASOURCE_JDBC_URL | jdbc:postgresql://postgresql:5432/mydb |
| runtime-env | QUARKUS_DATASOURCE_REACTIVE_URL | postgresql://postgresql:5432/mydb |
| runtime-env | QUARKUS_FLYWAY_BASELINE_ON_MIGRATE | true |
And Kogito Runtime "process-postgres" has 1 pods running within 10 minutes

When Start "deals" process on service "process-postgres" within 3 minutes with body:
Expand Down

0 comments on commit a6eb9e4

Please sign in to comment.