Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable streaming upload for MinIO failure recovery tests
Streaming upload to S3 allocates a 16MB buffer (by default) for each output stream. Failure recovery tests create a table partitioned into ~60 partitions. Since for each partition at least one file must be created the engine has to allocate ~1GB of buffer space. These buffer allocations push the memory reservation beyond the maximum heap size.
- Loading branch information