I unified how the tests instantiate mongo and made the mongo port configurable by a system property during tests. My CI system is running mongo on a non-standard port, so I can't run CI without this.
Some of the tests were unified to make this possible, and I removed a dummy test by making IntegrationTestCase abstract.
I unified how the tests instantiate mongo and made the mongo port configurable by a system property during tests. My CI system is running mongo on a non-standard port, so I can't run CI without this.
Some of the tests were unified to make this possible, and I removed a dummy test by making IntegrationTestCase abstract.