mongodb / mongo-jdbc-driver

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

SQL-589: Use validateConn after connecting #83

Closed pmeredit closed 2 years ago

pmeredit commented 2 years ago

This patch just changes the visibility of validateConn to package level and calls it after creating a connection.

pmeredit commented 2 years ago

This is causing a unit test failure. Looking into it :)

pmeredit commented 2 years ago

I'm actually not sure we should do this anymore. I had to add a property to turn off connection validation to make the unit tests work. Some integration tests are still failing.

pmeredit commented 2 years ago

We're going to discuss this in standup