This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c10cd84e5 Ensure MasterTest waits for follower process to shut down
0c10cd84e5 is described below

commit 0c10cd84e5b93144a2e3c498c7cf8a534ee87830
Author: James Netherton <[email protected]>
AuthorDate: Mon Jan 12 15:28:47 2026 +0000

    Ensure MasterTest waits for follower process to shut down
---
 .../java/org/apache/camel/quarkus/component/master/it/MasterTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests/master/src/test/java/org/apache/camel/quarkus/component/master/it/MasterTest.java
 
b/integration-tests/master/src/test/java/org/apache/camel/quarkus/component/master/it/MasterTest.java
index 49f4131a00..8af3197614 100644
--- 
a/integration-tests/master/src/test/java/org/apache/camel/quarkus/component/master/it/MasterTest.java
+++ 
b/integration-tests/master/src/test/java/org/apache/camel/quarkus/component/master/it/MasterTest.java
@@ -72,7 +72,7 @@ class MasterTest {
             });
         } finally {
             if (process != null && process.getProcess().isAlive()) {
-                process.getProcess().destroy();
+                quarkusProcessExecutor.destroy();
             }
         }
     }

Reply via email to