mongodb / mongo-jdbc-driver

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

SQL-563: Update integration tests and data loader to use db defined per test #68

Closed mattChiaravalloti closed 2 years ago

mattChiaravalloti commented 2 years ago

This PR updates the TestEntry model to include the db keyword and updates the integration test and data loader codepaths to use that test-defined db when establishing a connection.

mattChiaravalloti commented 2 years ago

The errors on evergreen seem to be transient (502s from some external dependencies). I reran the tasks but they may still fail. I'll give it another rerun in an hour and then investigate further.

mattChiaravalloti commented 2 years ago

confirmed transient. going to merge this so we can start branching off of it.