Github user dasahcc commented on a diff in the pull request:
https://github.com/apache/helix/pull/82#discussion_r109972500
--- Diff:
helix-core/src/test/java/org/apache/helix/messaging/handling/TestResourceThreadpoolSize.java
---
@@ -113,6 +113,35 @@ public void TestThreadPoolSizeConfig() {
}
}
+ @Test
+ public void testBatchMessageThreadPoolSize() throws InterruptedException
{
--- End diff --
Good suggestion! I tested it manually add the delay in batch message
handle, it passed! Unfortunately, we does not have proper way to have a test
BatchMessageHandler. So I just add a delay for state transitions. Hope this
help.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---