jihoonson opened a new issue #6685: Improve OverlordResourceTest to actually verify API calls URL: https://github.com/apache/incubator-druid/issues/6685 Currently OverlordResourceTest is calling Java methods directly instead of calling HTTP endpoints. This sometimes makes somethings to test hard. For example, https://github.com/apache/incubator-druid/pull/6679 isn't easy to test by directly calling Java methods. Testing resourceFilters is also difficult. Probably this test can be improved using jersey-test-framework or something else similar. Also we may need to consider upgrading jersey first.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
