Croway opened a new pull request, #1755:
URL: https://github.com/apache/camel-kafka-connector/pull/1755

   ## Summary
   - Pass `${common.failsafe.args}` to the surefire plugin so that 
`project.basedir` is set when running tests via `-Dtest=`. Without this, 
`PluginPathHelper` could not locate connector JARs, causing tests to hang 
indefinitely.
   - Avoid the macOS ephemeral port range (49152-65535) by using 20000 as the 
starting port on macOS. The previous default collided with OS-assigned 
ephemeral ports, causing `BindException` in sink tests and message delivery 
failures in source tests.
   
   ## Test plan
   - [x] All integration tests pass with `-DskipIntegrationTests=false 
-Denable.slow.tests=true`
   - [x] Couchbase sink test passes with `-Dtest=CamelSinkCouchbaseITCase`
   - [x] Netty sink/source tests pass without `BindException`


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