DanielLeens opened a new pull request, #11213: URL: https://github.com/apache/seatunnel/pull/11213
## What\n- retry each SQL Server XA setup `sqlcmd` step until the command actually succeeds\n- fail fast when `execInContainer` keeps returning non-zero instead of silently continuing\n\n## Why\nSQL Server 2022 can print the generic ready log before system database upgrades finish. In that window `sa` login returns `18456`, so the XA setup commands may fail silently and later schema-change IT never reaches the expected running state.\n\n## Verification\n- `./mvnw -pl seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl -nsu spotless:apply`\n- `./mvnw -pl seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl -nsu -DskipTests test-compile`\n\nLocal Docker is unavailable in this environment, so the full Testcontainers E2E flow was not rerun locally. -- 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]
