Hi Charles, You can cd into the submodule that you want to test and run mvn clean install as usual. This will run only the unit tests for the sub module you cd'ed into.
Could you post the tests that are failing for MongoDB along with the exceptions for those tests? If you could provide the complete mvn output for your failed build that would help as well. Keeping the build healthy and stable is really important to us, so it would be a big help if you could give us these details. Thanks, Tim ________________________________ From: Charles Givre <[email protected]> Sent: Tuesday, April 17, 2018 6:22:13 AM To: [email protected] Subject: Drill Tests Fail on Local Machine All, I’m trying to test some things in Drill and the unit tests for the MongoDB are failing. I would like to know: 1. If it is possible to only run the unit tests for the components I am working on OR 2. It it is possible to skip the MongoDB tests 3. If it isn’t, does MongoDB ned to be installed on my local machine in order for this test to pass Any advice would be appreciated. Thanks, — C
