newman
newman copied to clipboard
Newman tests run out of memory
- Newman Version 6.1.3
- OS details (type, version, and architecture): 249.11-0ubuntu3.11
- Are you using Newman as a library, or via the CLI? CLI
- Did you encounter this recently, or has this bug always been there: recently
- Expected behaviour: run through the tests
- Command / script used to run Newman: newman run collections/postman_collection.json -e environments/postman_environment.json -r htmlextra,directbooks --reporter-htmlextra-showOnlyFails
- Sample collection, and auxiliary files (minus the sensitive details):
- Screenshots (if applicable):
I have ran the tests before without issue, but now one of my get requests sends back 88mb's of data. Max heap size is at 8192mb, and every single time the tests run into this request, i get the same failure shown in the screenshot. What can be done to deal with this error?
We're encountering this issue as well :( @gendium did you manage to resolve this issue?
The payload coming in was just too large. Cleared the db, and it was fine. Our system just was not stable regardless to have so much data. No actual fix