UngureanuSerg opened a new pull request, #14488:
URL: https://github.com/apache/druid/pull/14488
Issue #13948 druid server initial approach
Partially - Improves #13948.
### Description
This is a small PR for starting the migration of JUnit4 test to Junit5 test
as mentioned in the above open issue. Is a small step Just to not create noise
as the current codebase is big enough so not easy managed with massive PRs
#### Improvements
- Choice of algorithms: Use the existing logic just align it with JUnit5 api
- Behavioral aspects. Error are handled as previously except in some cases
which were asserted through an ```assertThrow()``` and in some places Callables
were replaced with lambda references
#### Release note
Improved: Adopt JUnit5 which is more modular than JUnit4 which is a whole
framework. Support for java8+ key features.
<hr>
##### Key changed/added classes in this PR
* `druid-server client cache client test classes`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]