Closed Alexandr-Nedomets closed 7 months ago
I'm ready to do this issue if all ok, assign to me
Hey @Alexandr-Nedomets just assigned it to you.
the same object"Table" is requested in a loop for each object "TestCase" Regarding 👆keep in mind that when requesting test cases there is no guarantees the test cases belong to the same table. Hence,
ResultList<TestCase> testCases
can hold test cases from different tables.
Affected module
Describe the bug The bug affected the performance of the endpoint "GET /v1/dataQuality/testCases". the same object"Table" is requested in a loop for each object "TestCase" This causes the response speed from the server to drop Method that affects performance To Reproduce
Screenshots or steps to reproduce
Expected behavior Faster response from the server for endpoint "GET /v1/dataQuality/testCases".
Version:
Additional context Add any other context about the problem here.