mongodb / mongo-jdbc-driver

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

SQL-2063: Update run-adf script to use updated config with CRM #259

Closed awang2330 closed 2 months ago

awang2330 commented 2 months ago

Adding in logic to mongohouse to route queries using the resource manager is causing the test TestJDBCMongoSQL to fail (see patch here). Nothing evident from logs why it's failing but I'm fairly confident it's because we need to update the config used to run adf from frontend-agent-backend.yaml to frontend-agent-backend-crm.yaml. The configs are the same, except the latter adds in additional query scheduler and resource manager fields so this cause shouldn't cause any problems.

Is there any testing I should do?