Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/23

Re: Debugging intermittent dunit failures

2017-12-11 Thread Jinmei Liao
It doesn't call as much static methods as JUnit4DistributedTestCase.tearDownVM, see MemberStarterRule.after(). On Mon, Dec 11, 2017 at 4:36 PM, Dan Smith wrote: > I don't think we are trying to reuse the distributed system - it gets > disconnected after each test. See

Re: Debugging intermittent dunit failures

2017-12-11 Thread Dan Smith
I don't think we are trying to reuse the distributed system - it gets disconnected after each test. See JUnit4DistributedTestCase.tearDownVM. Are the new junit rules also cleaning things up? -Dan On Mon, Dec 11, 2017 at 4:16 PM, Kirk Lund wrote: > Is there a reason we can't

Re: Debugging intermittent dunit failures

2017-12-11 Thread Kirk Lund
Is there a reason we can't change DistributedTestCase and subclasses to use TemporaryFolder for all artifacts? We could also disconnectAllFromDS in @AfterClass (or even @After) to get things a bit more separate between dunit test classes. Running dunit tests in parallel is much more important

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Jens Deppe
Thanks - I think that should do it :) Jira submitted. On Mon, Dec 11, 2017 at 3:34 PM, Dave Barnes wrote: > +1 > > On Mon, Dec 11, 2017 at 3:14 PM, Nabarun Nag wrote: > > > +1 > > > > On Mon, Dec 11, 2017 at 3:10 PM Bruce Schuchardt

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Dave Barnes
+1 On Mon, Dec 11, 2017 at 3:14 PM, Nabarun Nag wrote: > +1 > > On Mon, Dec 11, 2017 at 3:10 PM Bruce Schuchardt > wrote: > > > +1 > > > > > > On 12/11/17 1:40 PM, Jens Deppe wrote: > > > Currently, github has the default branch for apache/geode set to

Jenkins build is back to normal : Geode-nightly-flaky #189

2017-12-11 Thread Apache Jenkins Server
See

Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/32

Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/31

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Nabarun Nag
+1 On Mon, Dec 11, 2017 at 3:10 PM Bruce Schuchardt wrote: > +1 > > > On 12/11/17 1:40 PM, Jens Deppe wrote: > > Currently, github has the default branch for apache/geode set to > 'master'. > > (which is why you need to point the relevant branch to 'develop' for > every

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Bruce Schuchardt
+1 On 12/11/17 1:40 PM, Jens Deppe wrote: Currently, github has the default branch for apache/geode set to 'master'. (which is why you need to point the relevant branch to 'develop' for every new PR). Do we agree that this should be set to 'develop'? (I've messaged with some of the Infra

Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/29

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Mark Bretl
+1 On Mon, Dec 11, 2017 at 2:07 PM, Dan Smith wrote: > +1 > > -Dan > > On Mon, Dec 11, 2017 at 1:40 PM, Jens Deppe wrote: > > > Currently, github has the default branch for apache/geode set to > 'master'. > > (which is why you need to point the relevant

Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/21

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #763 was SUCCESSFUL (with 2264 tests)

2017-12-11 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #763 was successful. --- Scheduled 2266 tests in total. https://build.spring.io/browse/SGF-NAG-763/ -- This

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Dan Smith
+1 -Dan On Mon, Dec 11, 2017 at 1:40 PM, Jens Deppe wrote: > Currently, github has the default branch for apache/geode set to 'master'. > (which is why you need to point the relevant branch to 'develop' for every > new PR). > > Do we agree that this should be set to

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Jinmei Liao
+1 On Mon, Dec 11, 2017 at 2:30 PM, Patrick Rhomberg wrote: > +1 for smoother workflow. > > On Mon, Dec 11, 2017 at 2:14 PM, Darrel Schneider > wrote: > > > +1 > > > > On Mon, Dec 11, 2017 at 1:40 PM, Jens Deppe > wrote: > > >

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Patrick Rhomberg
+1 for smoother workflow. On Mon, Dec 11, 2017 at 2:14 PM, Darrel Schneider wrote: > +1 > > On Mon, Dec 11, 2017 at 1:40 PM, Jens Deppe wrote: > > > Currently, github has the default branch for apache/geode set to > 'master'. > > (which is why you

Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/27

Re: Debugging intermittent dunit failures

2017-12-11 Thread Dan Smith
One other thing you can do is look for the below line in the logs of your failure. These are the tests that ran in the same JVM as your tests. This won't help if your tests are getting messed up by disk artifacts or port issues, but if it is some JVM state left by a previous test it would be in

Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/30

Re: Default branch for geode should be 'develop'

2017-12-11 Thread Darrel Schneider
+1 On Mon, Dec 11, 2017 at 1:40 PM, Jens Deppe wrote: > Currently, github has the default branch for apache/geode set to 'master'. > (which is why you need to point the relevant branch to 'develop' for every > new PR). > > Do we agree that this should be set to 'develop'?

Default branch for geode should be 'develop'

2017-12-11 Thread Jens Deppe
Currently, github has the default branch for apache/geode set to 'master'. (which is why you need to point the relevant branch to 'develop' for every new PR). Do we agree that this should be set to 'develop'? (I've messaged with some of the Infra folks and nothing appears to have changed

Build failed in Jenkins: Geode-nightly #1040

2017-12-11 Thread Apache Jenkins Server
See -- [...truncated 210.28 KB...] 659 tests completed, 1 failed, 19 skipped :geode-cq:distributedTest FAILED :geode-cq:integrationTest :geode-json:assemble :geode-json:compileTestJava

Debugging intermittent dunit failures

2017-12-11 Thread Jens Deppe
I've recently debugged various distributed tests which fail as a result of prior tests not cleaning up enough. It's somewhat painful and this is my usual debug process: - Examine the progress.txt file to determine which tests ran before my failing test. - I pick 20-25 of these tests and

Geode tests completed in pipeline with non-zero exit code

2017-12-11 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/26