You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Kirk Lund <kl...@apache.org> on 2016/11/14 19:02:27 UTC

DiskSpaceLimitIntegrationTest flakiness

I have fixed the flakiness in DiskSpaceLimitIntegrationTest in 64da18 to
the best of my ability. If you see any flaky failures in this test after
64da18, please email the dev list (or me) with the stack trace. Also if you
have any further ideas on fixing the flakiness, please add that as well.

commit 35f92e074e4b7e24c471e9b37d2f5fe08a0d9cd7
Author: Kirk Lund <kl...@apache.org>
Date:   Mon Nov 7 15:45:45 2016 -0800

    GEODE-2082: rename aboveZeroKeepsAtLeastOneFile to
aboveZeroDeletesOldestFile

commit 64da18de4fb64f59eab537fb7d01edf8d1117a9b
Author: Kirk Lund <kl...@apache.org>
Date:   Mon Nov 7 11:21:23 2016 -0800

    GEODE-2082: fix flakiness in sameKeepsOneFile

    * rename sameKeepsOneFile to aboveZeroKeepsAtLeastOneFile

Thanks,
Kirk