Skip to content
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

[QUESTION] CI of pull requests #1258

Closed
wrosenuance opened this issue Feb 7, 2020 · 4 comments
Closed

[QUESTION] CI of pull requests #1258

wrosenuance opened this issue Feb 7, 2020 · 4 comments
Labels
Question Used when a question is asked, as opposed to an issue being raised
Projects

Comments

@wrosenuance
Copy link

Question

I am working on adding Azure AD support to the Go language SQL server driver and a question that has come up in that project is how to do continuous integration for future pull requests.

I see this project has a continuous integration system set up for pull requests that runs in Azure DevOps - does it run against an Azure SQL server instance? Is it possible to authenticate using Azure AD and managed identities to support testing different authentication methods?

Please let me know if this is better handled as direct messages to the team - I realize this is not strictly on-topic for the JDBC driver, though you are definitely the closest thing I can find!

Relevant Issues and Pull Requests

denisenkom/go-mssqldb#547

@wrosenuance wrosenuance added the Question Used when a question is asked, as opposed to an issue being raised label Feb 7, 2020
@ulvii
Copy link
Contributor

ulvii commented Feb 7, 2020

Hi @wrosenuance ,
azure-pipelines.yml will give you an idea. You should be able to run the CI both on custom and Azure hosted VMs/SQL Servers, assuming Azure Devops pipelines have access to the resources. More details can be found here .

@wrosenuance
Copy link
Author

Thanks!

It looks like an Azure Subscription is required - I'm guessing that means for this project that Microsoft manages / pays for the Azure Subscription used for CI? If so then we would need to find a way to fund / manage that for the Go driver project.

@ulvii
Copy link
Contributor

ulvii commented Feb 7, 2020

You are correct. You can contact Chris for further clarifications, he actively works with GO driver.

@wrosenuance
Copy link
Author

Thank you! This is good to know!

@lilgreenbird lilgreenbird added this to Closed Issues in MSSQL JDBC Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Used when a question is asked, as opposed to an issue being raised
Projects
MSSQL JDBC
  
Closed Issues
Development

No branches or pull requests

2 participants