Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Declined
-
4.0.0
-
None
Description
The "load all" will visually load issues in batches as to not oversaturate the browser.
But it requests ALL the tests in a single request.
This can cause the server to run out of memory while trying to process the request.
To fix this, the request for all tests should be broken into smaller chunks, and processed sequentially.