Broken: jinmeiliao/geode#292 (recreateCache - 4079d3e)

2018-04-03 Thread Travis CI
Build Update for jinmeiliao/geode - Build: #292 Status: Broken Duration: 16 minutes and 43 seconds Commit: 4079d3e (recreateCache) Author: Jinmei Liao Message: GEODE-4893: add test to make sure the callbacks will be loaded correctly View the changeset:

Geode unit tests 'develop/DistributedTest' took too long to execute

2018-04-03 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/247

Geode unit tests completed in 'develop/FlakyTest' with non-zero exit code

2018-04-03 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/381

Re: [DISCUSS]: Tests requiring external services

2018-04-03 Thread Sean Goller
I'm actually fine with putting it in AcceptanceTest for now. Ideally I'd like to see something like JDBC connection strings that could be passed in as properties via the command-line, and if they're not present the relevant tests don't get run. That way the entity running the tests can decide the

Re: [DISCUSS]: Tests requiring external services

2018-04-03 Thread Jens Deppe
I'm in favor of using docker for test isolation. We already have an 'AcceptanceTest' category which you might consider using instead of creating yet another category. --Jens On Tue, Apr 3, 2018 at 2:02 PM, Nick Reich wrote: > Team, > > As part of validating the new JDBC

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

2018-04-03 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #876 was successful. --- Scheduled 2386 tests in total. https://build.spring.io/browse/SGF-NAG-876/ -- This

[DISCUSS]: Tests requiring external services

2018-04-03 Thread Nick Reich
Team, As part of validating the new JDBC connector for Geode, we have a need for tests that involving connecting to specific databases (like MySQL and Postgres) to validate proper function with those databases. Since these tests require connecting to outside services, unlike existing Geode tests,