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

2018-01-22 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #805 was successful. --- Scheduled 2326 tests in total. https://build.spring.io/browse/SGF-NAG-805/ -- This

Re: Handling files and user.dir in tests

2018-01-22 Thread Bruce Schuchardt
+1 to not modifying user.dir We should remove the unit test Rules that are doing this. On 1/22/18 10:00 AM, Kirk Lund wrote: I started filing subtasks for GEODE-4180, but I came to the conclusion that I don't really want to be involved in this. I'd rather see tests be changed to not mutate "us

Re: Handling files and user.dir in tests

2018-01-22 Thread Kirk Lund
I started filing subtasks for GEODE-4180, but I came to the conclusion that I don't really want to be involved in this. I'd rather see tests be changed to not mutate "user.dir". I think the test authors should find a different way to test Geode. I've renamed the test summary: GEODE-4180: Tests sh

Re: Rebalancing on jvm recovery

2018-01-22 Thread Dan Smith
Hi Igor, For your first question, redundancy recovery by default starts happening ansynchronously after your member starts up. So I would expect if you wait long enough you will see the full redundancy is restored. You can control this behavior with the startup-recovery-delay setting. For your se