DanielLeens commented on PR #10949:
URL: https://github.com/apache/seatunnel/pull/10949#issuecomment-4658788164

   I checked the failing CI runs and the current PR state.
   
   Summary of the earlier failures:
   - `all-connectors-it-3`: the hard failure was `PostgresCDCIT` because the 
replication slot `seatunnel` already existed. This is outside the files changed 
in this PR.
   - `jdbc-connectors-it-part-7`: the failure came from the InterSystems IRIS 
test environment not becoming ready.
   - `jdbc-connectors-it-ddl`: the failure came from the SQL Server XA setup 
(`xp_sqljdbc_xa_init_ex`) rather than from the changes in this PR.
   
   What I updated in this PR:
   - merged the latest `dev` branch into this head to resolve the merge 
conflict;
   - kept the PR diff limited to the intended 7 files;
   - preserved the longer timeout in `JobStateEventTest` while keeping the 
latest upstream cleanup from `dev`.
   
   Local verification:
   - `./mvnw spotless:apply` passed;
   - targeted validation for `JobStateEventTest` was attempted twice, but the 
current merged branch is blocked earlier by an upstream 
`seatunnel-config-shade` compile baseline issue (missing 
`org.apache.seatunnel.shade.com.typesafe.config` classes), so that specific 
test could not be executed to completion in this worktree.
   
   The PR is now conflict-free again and GitHub reports it as `MERGEABLE`. The 
new checks for the updated head are queued.
   


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