Skip to content

feat(examples): Use hosted MySQL databases for tests #2982

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

Merged
merged 9 commits into from
Nov 17, 2023

Conversation

kyleconroy
Copy link
Collaborator

No description provided.

Comment on lines -407 to -409
if s.Engine != config.EnginePostgreSQL {
return "", cleanup, fmt.Errorf("managed: only PostgreSQL currently")
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might still want to bail early if the engine is sqlite?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to let the client make the request and fail so that it's easier to add engine support at the server without a client change.

@kyleconroy kyleconroy merged commit a113b67 into main Nov 17, 2023
@kyleconroy kyleconroy deleted the kyle/mysql-examples-hosted branch November 17, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants