Currently OverlordResourceTest is calling Java methods directly instead of calling HTTP endpoints. This sometimes makes somethings to test hard. For example, #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.
Currently OverlordResourceTest is calling Java methods directly instead of calling HTTP endpoints. This sometimes makes somethings to test hard. For example, #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.