Re: Unit tests consuming a lot of disk

2019-06-17 Thread Piotr Nowojski
Good to know that you have solved your problem :) Piotrek > On 15 Jun 2019, at 00:48, Timothy Farkas wrote: > > Resolved the issue. I was running a very old version of macos, after > upgrading to Mojave the issue disappeared. Disk usage stopped spiking and I > stopped running out of disk space.

Re: Unit tests consuming a lot of disk

2019-06-14 Thread Timothy Farkas
Resolved the issue. I was running a very old version of macos, after upgrading to Mojave the issue disappeared. Disk usage stopped spiking and I stopped running out of disk space. I'm guessing there was a bug with how macos used to handle swap space or memory mapped files that was later fixed. Sham

Re: Unit tests consuming a lot of disk

2019-06-14 Thread Timothy Farkas
Hi Ken, I don't believe so, my main disk should be used to store /tmp. Timothys-MacBook-Pro:~ tfarkas$ diskutil list /dev/disk0 (internal): #: TYPE NAMESIZE IDENTIFIER 0: GUID_partition_scheme 251.0 GB disk0 1:

Re: Unit tests consuming a lot of disk

2019-06-14 Thread Ken Krugler
Hi Tim, I wouldn’t expect these tests to consume 30GB of space. Any chance your temp dir is using a mount point with much less free space? — Ken > On Jun 14, 2019, at 12:28 PM, Timothy Farkas > wrote: > > Hi All, > > I get *Caused by: java.io.IOException: No space left on device* errors fr

Unit tests consuming a lot of disk

2019-06-14 Thread Timothy Farkas
Hi All, I get *Caused by: java.io.IOException: No space left on device* errors from some tests when running the flink unit tests on my mac. I have 30 GB free space on my machine and I am building the latest code from the master branch. The following tests in flink-runtime are failing with this err