Closed Agnul97 closed 3 months ago
Attention: Patch coverage is 6.06061%
with 31 lines
in your changes missing coverage. Please review.
Project coverage is 16.79%. Comparing base (
9d86254
) to head (72ef2e7
). Report is 25 commits behind head on develop.
The deleteAllIndexes method, called in tests, was calling 4 times a low-level ES method that was deleting all the indexes stored. This was accomplished by calling the various deleteAllIndexes in the 4 *repositories classes, that had the same common implementation. I re-factored this implementation in order to delete only the respective repository indexes. Furthermore, I modified the refreshAllIndexes implementation, with the same logic. This fix serves mainly to prepare the codebase to the usage of OpenSearch at the place of ES.