nzw921rx opened a new pull request, #10940: URL: https://github.com/apache/seatunnel/pull/10940
### Purpose of this pull request This PR improves E2E test stability in `seatunnel-engine-e2e` by disabling the embedded HTTP server for test classes that only verify Hazelcast-based cluster/job behavior. This avoids intermittent port `8080` binding conflicts and mitigates flaky timeout failures (e.g. `ConditionTimeoutException` in failover-related tests). ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - Verified affected test classes do not rely on HTTP/REST endpoints. - Kept test assertions and verification logic unchanged; only test environment config was adjusted (`httpConfig.enabled=false`). - Re-ran engine E2E test modules and confirmed the previously flaky failover timeout scenario is stabilized. -- 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]
