Unplanned
Last Updated: 05 Oct 2018 12:06 by ADMIN
ADMIN
Daniel Djambov
Created on: 03 Oct 2018 07:05
Type: Feature Request
0
Change storage upload logic to handle larger chunks of data and meet MongDB limitation cases
When trying to schedule remote execution, in specific cases with huge files which are over MongoDB limit of 16BM (https://docs.mongodb.com/manual/reference/limits/), we fail to upload the tests in the DB and remote execution is stuck or behaves abnormally (does not update originally uploaded test if it was with smaller size and is already in the DB).
One of the outputs is that scheduled run is immediately terminated and error is shown in Test Studio Results view, saying "Unable to load test".

Need to implement a mechanism that handles such cases and uploads big files in chunks, not as one object.
0 comments