Geode Nightly build failures

2017-03-13 Thread Kirk Lund
I'm working on these failures from the last 4 days: GEODE-2648 - DiskSpaceLimitIntegrationTest.aboveZeroDeletesPreviousFiles - race condition in test GEODE-2647 - ClientHealthStatsDUnitTest.testClientHealthStats_SubscriptionEnabled - race condition in test GEODE-2646 - PulseDataExportTest.dataBrow

Re: Geode nightly build failures

2017-02-13 Thread Kirk Lund
Looking at https://builds.apache.org/job/Geode-nightly/747/testReport/org.apache.geode.management.internal.cli/NetstatDUnitTest/classMethod/ ...it looks like NetstatFunction.executeLsof keeps executing infinitely once it gets triggered. I tried to run "netstat --with-lsof=true" on my Mac, but app

Re: Geode nightly build failures

2017-02-13 Thread Kirk Lund
We've seen some netstat command tests fail with OutOfMemoryError else where as well. I don't know why forking a netstat command and reading the output back into the JVM would take up that much memory. It makes me wonder if there's a memory leak bug in MiscellaneousCommands#netstat. Does anyone hav

Re: Geode nightly build failures

2017-02-13 Thread Jinmei Liao
I have a fix for JMXMBeanDUnitTest, the code review is sent out. NetstatDUnitTest fails with OutofMemeoryError, probably the machine does not have enough memory to run this test? On Mon, Feb 13, 2017 at 8:40 AM, Kirk Lund wrote: > Some tests still seem to fail only on specific build machines (i

Geode nightly build failures

2017-02-13 Thread Kirk Lund
Some tests still seem to fail only on specific build machines (including UniversalMembershipListenerAdapterDUnitTest after my fixes). Mostly management dunits, but one Locator dunit failed. We may need to mark some of these as Flaky but I'll try to fix anything obvious before resorting to that. I'

Re: Geode nightly build failures

2017-02-10 Thread Bruce Schuchardt
Kirk, I think it already has those assertions, but I think you're correct to delete the toString() based checks. Le 2/10/2017 à 11:25 AM, Kirk Lund a écrit : UniversalMembershipListenerAdapterDUnitTest is failing because the assertion is incorrect. It asserts that the MembershipEvent.getMemberI

Re: Geode nightly build failures

2017-02-10 Thread Kirk Lund
UniversalMembershipListenerAdapterDUnitTest is failing because the assertion is incorrect. It asserts that the MembershipEvent.getMemberId() is equal to DistributedMember.toString(). It should instead assert that MembershipEvent.getMemberId() is equal to DistributedMember.getId(). I'll be committi

Geode nightly build failures

2017-02-10 Thread Kirk Lund
Nightly build hasn't passed in a looonnngg time... https://builds.apache.org/job/Geode-nightly/744/testReport/ These two tests continue to fail in the geode nightly build: org.apache.geode.management.JMXMBeanDUnitTest.testJMXOverNonSSL org.apache.geode.management.UniversalMembershipListenerAdapt