dybyte commented on PR #10674:
URL: https://github.com/apache/seatunnel/pull/10674#issuecomment-4160313930

   > 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.
   
   Thanks, this was very helpful!
   I’ve added a SQL readiness check to address this.


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