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

2018-09-20 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #1046 was successful. --- Scheduled 2458 tests in total. https://build.spring.io/browse/SGF-NAG-1046/ --

Re: [DISCUSS] test code style (particularly logging)

2018-09-20 Thread Darrel Schneider
For simple single threaded tests System.out would do the job. For a multi-threaded test I have found the logging framework to be helpful because of the thread id and the timestamps. On Thu, Sep 20, 2018 at 1:50 PM Dale Emery wrote: > As long as the stdout is available in the test results, I’m

Re: [DISCUSS] test code style (particularly logging)

2018-09-20 Thread Dale Emery
As long as the stdout is available in the test results, I’m more than happy to avoid coupling the tests to the product logging code. > On Sep 20, 2018, at 1:39 PM, Galen O'Sullivan wrote: > > I was reviewing a PR recently and noticed that we have some test code that > uses Logger (or

[DISCUSS] test code style (particularly logging)

2018-09-20 Thread Galen O'Sullivan
I was reviewing a PR recently and noticed that we have some test code that uses Logger (or LogWriter). If I understand correctly, anything logged to stdout will be included in the test output, and anything logged in a DUnit VM will be logged with the appropriate VM number prepended in the output.

Requesting Access to Concourse

2018-09-20 Thread Galen O'Sullivan
Hi, I would like to have admin access to Concourse at https://concourse.apachegeode-ci.info/ so that I can help maintain the pipelines. Thanks, Galen

concourse environment recreation

2018-09-20 Thread Sean Goller
Unfortunately due to some fat fingering on my part, the concourse deployment was destroyed. We are in the process of recreating it. The impact of this is that build logs/history is gone, but artifacts are still present. Any jobs that were running at the time are gone. Pipelines will need to be

Extension Service - life cycle?

2018-09-20 Thread Sai Boorlagadda
What's the recommended way to define an external service? Is there a set of interfaces that define life-cycle for an extension? I see CacheService[1] but it is currently defined as internal. [1]