maytasm opened a new pull request #10692: URL: https://github.com/apache/druid/pull/10692
Fix Kinesis Integration tests ### Description When running the whole Kinesis Integration test group, some of the tests in "parallel mode" are failing. The tests failed as some task are never completed. This can be due to either multiple tests running at the same time taking up too many task slots resulting in a dead lock and/or multiple tests running at the same time taking up too much memory/resource resulting in the node crashing. The simply solution taken here is to move those tests into the SerializedTest file to be run serially. This PR has: - [x] been self-reviewed. - [ ] added documentation for new or modified features or behaviors. - [x] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links. - [ ] added or updated version, license, or notice information in [licenses.yaml](https://github.com/apache/druid/blob/master/licenses.yaml) - [x] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader. - [ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [ ] added integration tests. - [ ] been tested in a test Druid cluster. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
