---
Spring Data GemFire > Nightly-ApacheGeode > #1068 was successful (rerun once).
---
This build was rerun by John Blum.
2458 tests in total.
https://build.spri
I usually create a private static inner class and keep it as small as
possible at the end of the test class that uses it. Some of these these
such as MyCacheListener can be replaced by spy(CacheListener.class) and I
always try to convert these where possible.
If it's a simple class that only tests
---
Spring Data GemFire > Nightly-ApacheGeode > #1068 failed.
---
Scheduled
1/2458 tests failed.
https://build.spring.io/browse/SGF-NAG-1068/
--
What I think is important is that any java code should be in a Java source
file that is compiled as part of a build. Don't put java source or bytecode
in as resource or as a constant.
For testing deploy jar I thought what Helena and I ended up doing in
StartServerCommandDUnitTest worked pretty wel
Hello, all!
There are a number of classes that require some number of "toy" classes
as part of their testing framework, e.g., to be used as custom data
containers. Many of these classes involve testing or use of the `deploy
jar` command, and so are packaged into jars for this purpose.
In an e
Hi,
I am a newby with Geode. I tried to set up 2 vms for locators and 2 vms for
servers/regions.
This morning I get all locators down. My fault (probably) I put the
computer the computer to sleep last night without closing the VM.
So I rebooted my VMS and locators started until I started the reg