mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
36 stars 33 forks source link

SQL-791: Adding smoke test for built artifacts #101

Closed bucaojit closed 2 years ago

bucaojit commented 2 years ago

JIRA: https://jira.mongodb.org/browse/SQL-791

Added a smoke test that will block the publish-maven task if it fails. Starts a local ADL to connect to, retrieve metadata, and run a query. Smoke test uses the built shadowJar mongodb-jdbc-'+getReleaseVersion()+'-all.jar as its dependency.

bucaojit commented 2 years ago

evergreen merge