wmedvede commented on issue #379:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/379#issuecomment-1919961990

   For the record
   
   I have executed isolated the platform e2e tests, enabling only one of the 
test that is supposed to fail.
   
   
   And I have same results that for the manual test that I did above. DI and JS 
has worked fine, and these are the workflow properties: No jdbc url is created.
   
   ```
   {
        "application.properties": "kogito.events.usertasks.enabled = false
                kogito.service.url = http://callbackstatetimeouts.test-732
                quarkus.http.port = 8080
                quarkus.http.host = 0.0.0.0
                org.kie.kogito.addons.knative.eventing.health-enabled = false
                quarkus.devservices.enabled = false
                quarkus.kogito.devservices.enabled = false
                kogito.events.processdefinitions.enabled = true
                kogito.events.processinstances.enabled = true
                
mp.messaging.outgoing.kogito-job-service-job-request-events.connector = 
quarkus-http
                mp.messaging.outgoing.kogito-job-service-job-request-events.url 
= http://sonataflow-platform-jobs-service.test-732/v2/jobs/events
                mp.messaging.outgoing.kogito-processdefinitions-events.url = 
http://sonataflow-platform-data-index-service.test-732/definitions
                mp.messaging.outgoing.kogito-processinstances-events.url = 
http://sonataflow-platform-data-index-service.test-732/processes
                "
   }
   ```
   
   
   
   
   Only this enabled.
   
   
   
   ```
   
                        XEntry("with both Job Service and Data Index and 
ephemeral persistence and the workflow in a dev profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), dev, ephemeral),
                        Entry("with both Job Service and Data Index and 
ephemeral persistence and the workflow in a production profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), production, ephemeral),
                        XEntry("with both Job Service and Data Index and 
postgreSQL persistence and the workflow in a dev profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), dev, postgreSQL),
                        XEntry("with both Job Service and Data Index and 
postgreSQL persistence and the workflow in a production profile", 
test.GetSonataFlowE2EPlatformServicesDirectory(), production, postgreSQL),
   ```
   
   
   I conclude that at least the **""with both Job Service and Data Index and 
ephemeral persistence and the workflow in a production profile",**" works fine.
   I'll check the next case that is supposed to fail tomorrow
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to