You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bleskes found a sneaky problem that our test infra deletes the entire data dir instead of just it's content. Yet this might not be a problem for 99.9% of our test but the clsuter stats sometimes fail since File#getTotalSpace() returns 0 as documented on the javadocs if the path doesn't point to a partition. We should only delete it's content but not the parent.
The text was updated successfully, but these errors were encountered:
@bleskes found a sneaky problem that our test infra deletes the entire data dir instead of just it's content. Yet this might not be a problem for 99.9% of our test but the clsuter stats sometimes fail since
File#getTotalSpace()
returns0
as documented on the javadocs if the path doesn't point to a partition. We should only delete it's content but not the parent.The text was updated successfully, but these errors were encountered: