TestBoost opened a new pull request, #397: URL: https://github.com/apache/commons-configuration/pull/397
Sorry but I don't have a jira account yet and I just submit this pull request firstly through Github now. There are 37 test methods in the test class `TestDatabaseConfiguration`. They rely on `DatabaseConfigurationTestHelper helper` to setup some database configuration. The major test bodies are checking the keys and values in the configuration. However, not all tests are affecting each other and we can simply initialize the helper once and reinitialize it when needed. In this pull request, we reinitialize 5 tests in the test class `TestDatabaseConfiguration` to make sure all tests pass in any orders and they do not affect each other's results. The test runtime can jump from `1.8297 s` to `1.0738 s` after applying the changes when run on our machine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
