LeonYoah commented on PR #10674: URL: https://github.com/apache/seatunnel/pull/10674#issuecomment-4159551878
I still see the same intermittent NPE in CI. My guess is that the CI runner is more timing-sensitive, so although the Kingbase container port is already open, the database itself is not yet fully ready to execute SQL. In that case, the test starts its initialization too early and occasionally fails. We may need an extra readiness check after container startup, and only expose the connection / continue with downstream test setup once the database can actually execute SQL successfully. -- 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]
