Write to file with small buffers in ParallelDownloadTest.
Currently we do a disk IO and network IO with large chunk of memory in ParallelDownloadTest, which cause stack underflow issues on certain platform. This CL fixed the disk IO by writing to file with 64KB buffer. The tests will be enabled after the network IO part is fixed. Bug: 817801 Change-Id: I49431cf0b66dc76ed893217126f189bb44f2e839 Reviewed-on: https://chromium-review.googlesource.com/952763Reviewed-by:David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#541701}
Showing
Please register or sign in to comment