ljmotta commented on PR #2866:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2866#issuecomment-2620003966

   @tiagobento I've renamed `KIE_TOOLS_BUILD__runContainerizedEndToEndTests` to 
`KIE_TOOLS_BUILD__containerizedEndToEndTests`, and instead of using a new 
variable, I've made it a property of `buildEnv.endToEndTests`. I've also 
updated the scripts to follow the new behavior you described:
   
   ```
   KIE_TOOLS_BUILD__runEndToEndTests=true ?
     KIE_TOOLS_BUILD__containerizedEndToEndTests=true ? 
       run_on_container : 
       run_on_host : 
     not_run
   ```
   Currently, KIE Sandbox tests aren't working on macOS containers. I'm not 
sure why. I've tried debugging it, but I haven't found any obvious cause. The 
DMN and BPMN Editors are stuck in an infinite loading state and aren't fetching 
their respective envelopes. The shared worker is stuck in the `git.init` 
method, which calls the `fs.exists` method. From what I can see, the 
`fs.exists` method doesn't exist 😅.


-- 
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