security
security copied to clipboard
[Backport 2.x] Move REST API tests into integration tests (Part 1) (#4153)
[Backport 2.x] Move REST API tests into integration tests (Part 1) (#4153)
Two test were deleted:
- FlushCacheApiTest
- LegacyFlushCacheApiTest
the tests were moved in https://github.com/opensearch-project/security/blob/1914e8806b7bc2257915d5e21e585cb2e448008b/src/integrationTest/java/org/opensearch/security/api/DefaultApiAvailabilityIntegrationTest.java#L106
@willyborankin Can you add a brief comment on why the manual backport was required?
@willyborankin Can you add a brief comment on why the manual backport was required?
Added