This ensures that the whole test suite is executed even if there are failures. It currently stops at a module boundary if there are any failures. There is a discussion to change the default to stop after the first test failure:
https://github.com/gradle/gradle/issues/6513 `--continue` is recommended for CI in that discussion. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) [ Full content available at: https://github.com/apache/kafka/pull/5599 ] This message was relayed via gitbox.apache.org for [email protected]
