Croway commented on PR #26864:
URL: https://github.com/apache/camel/pull/26864#issuecomment-5819072064

   Three cleanup issues remain:
   
   - `RunCommandITCase` runs `rm -rf /tmp/one /tmp/two` on the host in 
local-process mode, where the test that creates those paths is excluded. Move 
the cleanup into that container-only test and use test-specific directory names.
   - The shared `@AfterEach` unsets `camel-version` even when the service set 
it for the whole suite via `cli.service.execute.version`. Capture the initial 
value and restore it after each test.
   - `pkill -f 'hawtio FromDirectoryRoute'` can match its own `bash -c` shell. 
Capture the Hawtio PID when starting it, then stop that PID during cleanup.
   
   _Codex (AI-generated) on behalf of Croway._
   


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