jihoonson opened a new pull request #9353: Inject things instead of subclassing 
everything for parallel task testing
URL: https://github.com/apache/druid/pull/9353
 
 
   ## Description
   
   We are using a testing framework for parallel task that simulates the 
parallel indexing with an executor service. This framework requires to 
implement sub classes for each particular testing which is annoying. This PR is 
to fix this issue by injecting necessary tools automatically. You can still 
turn off the injection by adding `disableInject` in the task context.
   
   <hr>
   
   This PR has:
   - [x] been self-reviewed.
   - [x] added Javadocs for most classes and all non-trivial methods. Linked 
related entities via Javadoc links.
   - [x] added unit tests or modified existing tests to cover new code paths.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to