- Notifications
You must be signed in to change notification settings - Fork 2k
feat(cloud-sql): Add connection sample for SQL Server/node-mssql #1745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cloud-sql): Add connection sample for SQL Server/node-mssql #1745
Conversation
| Thanks, can you add the kokoro config as well please |
| @shubha-rajan LGTM - let me know if you need me to take a look at the kokoro config. |
b56dcb0 to 8c95527 Compare | @fhinkel I added the kokoro config and updated |
| Let's wait until the CL is merged so we see if the new CI test is run and passes. Thanks! |
| The new test passes, and the 1 failing test is unrelated to this PR and not required, so I'm going to merge. |
| Wait, after checking the logs, it looks like the test errors out, but still shows up as a success. I'll investigate this. Edit: This is an issue with other samples that connect to Cloud SQL too: https://source.cloud.google.com/results/invocations/f8c1a2e6-2247-478f-a4e1-0200c5f0f80c/targets/cloud-devrel%2Fnodejs-docs-samples%2Fpresubmit%2Fappengine%2Fnode8%2Fcloudsql_postgresql/log |
75e4be1 to 2be6488 Compare 8da6874 to 9794b28 Compare 9794b28 to 85af4cd Compare | Merging this now, will resolve test failures in #1783 |

Fixes #1589