-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade gradle, fix test logging and int test CPU usage (#1235)
- Upgrade to gradle 5.2.1. As part of this, I have separated the integration tests into their own task so that they can be run independently. The "allTest" target will do what the "test" target used to do. - Suppress some especially noisy logs in integration tests. These log messages were firing continuously when the node-down scenarios were tested. - Configure MockCluster replication threads to do a 100 ms sleep per iteration. This greatly reduces the CPU requirements for running the integration tests and allows us to run them on travis-ci. - Set up travis to run integration tests too.
- Loading branch information
Showing
14 changed files
with
426 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.