GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
66 stars 8 forks source link

system-test/mysql2-connect.ts: open connection and run basic mysql commands failed #343

Closed flaky-bot[bot] closed 4 weeks ago

flaky-bot[bot] commented 3 months ago

Note: #271 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 87f8bc28e8f3c61a7996b1edc0c5b3605b607743 buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/actions/runs/8917615053 status: failed

flaky-bot[bot] commented 3 months ago

Looks like this issue is flaky. :worried:

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (87f8bc28e8f3c61a7996b1edc0c5b3605b607743), this test passed in one build (https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/actions/runs/8917615053) and failed in another build (https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/actions/runs/8917615053).

jackwotherspoon commented 4 weeks ago

Going to close this. Looks like error is related to SQL Admin API call, since we updated the retry logic recently around API calls, I am optimistic this may have also improved these types of flaky issues, will wait and see