mattcasters opened a new issue, #7494:
URL: https://github.com/apache/hop/issues/7494

   ### What needs to happen?
   
   After every run of a `main-` workflow in `integration-tests/` we restart a 
Java virtual machine with `hop-run.sh`.
   While this is solid testing, starting back from scratch and leaving any old 
variable behind, we should investigate to speed up this process.  Projects like 
`integration-tests/transforms` already have more than 100 tests and the delay 
is 4-6 seconds on a beefy machine, leading to 400-600 seconds (5-6 minutes) of 
extra time that isn't strictly needed.
   Perhaps by having a generic single pipeline in a shared folder, one that 
loops over the main files and uses a workflow executor, and by saving states 
and results in temporary files as an alternative could go a long way in 
speeding up running the integration tests.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Other


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

Reply via email to