-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add integration tests in CI #5
Comments
javaducky
added a commit
that referenced
this issue
Apr 5, 2023
Fixes #34 and relates to #5 Signed-off-by: Paul Balogh <[email protected]>
javaducky
added a commit
that referenced
this issue
Apr 6, 2023
Fixes #34 and relates to #5 Signed-off-by: Paul Balogh <[email protected]>
javaducky
added a commit
that referenced
this issue
Apr 11, 2023
Fixes #34 and relates to #5 Signed-off-by: Paul Balogh <[email protected]>
javaducky
added a commit
that referenced
this issue
Apr 11, 2023
Fixes #34 and relates to #5 Signed-off-by: Paul Balogh <[email protected]>
jt-shippit
pushed a commit
to jt-shippit/xk6-sql
that referenced
this issue
Jun 14, 2024
Fixes grafana#34 and relates to grafana#5 Signed-off-by: Paul Balogh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To ensure the extension keeps working with the supported RDBMSs there should be some integration tests for each, which should be straightforward to do since all have Docker images available (even SQL Server).
Of course we should first setup a basic CI that runs
golangci-lint
,go mod verify
, etc.The text was updated successfully, but these errors were encountered: