Skip to content

Switch all file tests to use responseType of none

Grant Young requested to merge gy-file-memory-fixes into master

Several other tests failed today in the same way as File Blame due to a lack of memory. Essentially the same problem, since we're using a much larger file the endpoints are themselves sending back a lot of data that k6 is keeping in memory.

MR switches all tests that use the file specifically to always drop the response from memory.

Merge request reports