incubator-geode git commit: GEODE-1183: enhance the test case

2016-05-05 Thread zhouxj
Repository: incubator-geode Updated Branches: refs/heads/develop aca7b288f -> 4ad4d63ca GEODE-1183: enhance the test case Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4ad4d63c Tree:

incubator-geode git commit: GEODE-1209: Added new attribute to forward eviction/expiration to AEQ.

2016-05-05 Thread agingade
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1209 18d52357d -> 0dfcde7d7 GEODE-1209: Added new attribute to forward eviction/expiration to AEQ. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/2] incubator-geode git commit: GEODE-641: Adding default methods to the Function interface

2016-05-05 Thread upthewaterspout
GEODE-641: Adding default methods to the Function interface Adding default methods to Function so that Function is now a functional interface and lambda expressions can be used for functions. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: GEODE-625: Adding tests for exception handling of functions

2016-05-05 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop 8fcd9c0e6 -> aca7b288f GEODE-625: Adding tests for exception handling of functions Testing how functions propagate exceptions from within the function to the caller or the result collector. Project:

incubator-geode git commit: GEODE-1255: Adding missing @Category annotations

2016-05-05 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop 966612915 -> 8fcd9c0e6 GEODE-1255: Adding missing @Category annotations DeployCommandsDUnitTest and HostedLocatorsDUnitTest were missing categories. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/5] incubator-geode git commit: Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing"

2016-05-05 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a35cca36/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/ParentLocalizedStrings.java -- diff --git

[3/5] incubator-geode git commit: Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing"

2016-05-05 Thread upthewaterspout
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a35cca36/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java -- diff --git

[4/5] incubator-geode git commit: Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing"

2016-05-05 Thread upthewaterspout
Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing" This reverts commit 3d73bf5ca7e9e1d682710706d2dd3a51c2c59c4d. After discussion with Bruce, reverting these changes to fix the build for now. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

[1/5] incubator-geode git commit: Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing"

2016-05-05 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop 3d73bf5ca -> 966612915 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a35cca36/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java

[3/4] incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d73bf5c/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java -- diff --git

[4/4] incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing I've removed useless threads and timing loop from the test. It will no longer time out. GEODE-1346 Typo "Emtpy" affects Exception name and some help strings This also removes all unreferenced strings from

[1/4] incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f74d04b6e -> 3d73bf5ca http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3d73bf5c/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorDUnitTest.java

incubator-geode git commit: GEODE-1255: fix error introduced by conflict

2016-05-05 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/develop 566fce96a -> f74d04b6e GEODE-1255: fix error introduced by conflict Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f74d04b6 Tree:

[10/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteIntegrationTest.java -- diff --git

[11/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherLocalIntegrationTest.java -- diff --git

[07/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherLocalJUnitTest.java -- diff --git

[08/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherJUnitTest.java -- diff --git

[04/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherTest.java -- diff --git

[14/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode * refactor launcher integration tests (rename files, use TemporaryFolder) * refactor cluster config tests (use TemporaryFolder) * change several additional tests to use TemporaryFolder * add better support for TemporaryFolder

[05/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherRemoteJUnitTest.java -- diff --git

[13/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/AbstractLauncherIntegrationTestCase.java -- diff --git

[06/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/ServerLauncherRemoteIntegrationTest.java -- diff --git

[02/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/management/internal/configuration/SharedConfigurationUsingDirDUnitTest.java -- diff --git

[03/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/ConnectCommandWithHttpAndSSLDUnitTest.java -- diff --git

[01/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/develop 024cd224e -> 566fce96a http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/gradle/dependency-versions.properties -- diff --git

[09/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/LocatorLauncherRemoteWithCustomLoggingIntegrationTest.java -- diff --git

[12/14] incubator-geode git commit: GEODE-1255: Add test coverage for using a custom log4j2.xml with Geode

2016-05-05 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/566fce96/geode-core/src/test/java/com/gemstone/gemfire/distributed/AbstractServerLauncherRemoteIntegrationTestCase.java -- diff --git

incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 2da99e765 -> 024cd224e GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing I've removed useless threads and timing loop from the test. It will no longer time out. GEODE-1346 Typo "Emtpy" affects

incubator-geode git commit: Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing"

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f788d698e -> 2da99e765 Revert "GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing" This reverts commit f788d698e877b15570052f89b9d0b5ab23023f81. This commit accidentally included an unrelated change

incubator-geode git commit: GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing

2016-05-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 676b2a781 -> f788d698e GEODE-613 CI Failure: LocatorLoadSnapshotJUnitTest.testConcurrentBalancing I've removed useless threads and timing loop from the test. It will no longer time out. Project:

incubator-geode git commit: GEODE-1350: first turn off the Parameteried runner to have the tests run in night/CI builds

2016-05-05 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop 5817cdbfc -> 676b2a781 GEODE-1350: first turn off the Parameteried runner to have the tests run in night/CI builds Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[07/11] incubator-geode git commit: GEODE-1028: Fix broken link on website's Releases page

2016-05-05 Thread klund
GEODE-1028: Fix broken link on website's Releases page The new link goes directly to the page that explains how to build from source. This closes #140. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[11/11] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-1255

2016-05-05 Thread klund
Merge remote-tracking branch 'origin/develop' into feature/GEODE-1255 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a401eb22 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a401eb22

[04/11] incubator-geode git commit: GEODE-1278: Catch and translate CacheClosedException

2016-05-05 Thread klund
GEODE-1278: Catch and translate CacheClosedException - Catch the exception and add unit tests for AbstractPeerTxRegionStub.getRegionKeysForIteration. - Refactored AbstractRegion to support testing. This closes #138 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[01/11] incubator-geode git commit: GEODE-1260: Cache SCM metadata for source distributions

2016-05-05 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1255 0b9aa25da -> a401eb22b GEODE-1260: Cache SCM metadata for source distributions The GemFireVersion.properties file is generated by the build and contains the git branch, commit, and source date. This change caches the

[09/11] incubator-geode git commit: GEODE-1347: do not echo back password and clear history file

2016-05-05 Thread klund
GEODE-1347: do not echo back password and clear history file * rename toHistoryLoggable to redact Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f77739be Tree:

[08/11] incubator-geode git commit: GEODE-656: add ReferenceCountHelper junit tests

2016-05-05 Thread klund
GEODE-656: add ReferenceCountHelper junit tests This closes #135 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/32a69873 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/32a69873 Diff:

[05/11] incubator-geode git commit: GEODE-1288: fix intermittent unit test failure

2016-05-05 Thread klund
GEODE-1288: fix intermittent unit test failure This closes #136 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1a50b76e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1a50b76e Diff:

[03/11] incubator-geode git commit: added a TODO for a test that isn't checking what it claims to be checking

2016-05-05 Thread klund
added a TODO for a test that isn't checking what it claims to be checking Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e63acceb Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e63acceb

[08/11] incubator-geode git commit: GEODE-656: add ReferenceCountHelper junit tests

2016-05-05 Thread klund
GEODE-656: add ReferenceCountHelper junit tests This closes #135 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/32a69873 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/32a69873 Diff:

[09/11] incubator-geode git commit: GEODE-1347: do not echo back password and clear history file

2016-05-05 Thread klund
GEODE-1347: do not echo back password and clear history file * rename toHistoryLoggable to redact Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f77739be Tree:

[04/11] incubator-geode git commit: GEODE-1278: Catch and translate CacheClosedException

2016-05-05 Thread klund
GEODE-1278: Catch and translate CacheClosedException - Catch the exception and add unit tests for AbstractPeerTxRegionStub.getRegionKeysForIteration. - Refactored AbstractRegion to support testing. This closes #138 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[02/11] incubator-geode git commit: Revert "GEODE-1260: Cache SCM metadata for source distributions"

2016-05-05 Thread klund
Revert "GEODE-1260: Cache SCM metadata for source distributions" This reverts commit 19b9fe5ad6b4a697c512304f3db92c91a02f4072. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fc38555c Tree:

[05/11] incubator-geode git commit: GEODE-1288: fix intermittent unit test failure

2016-05-05 Thread klund
GEODE-1288: fix intermittent unit test failure This closes #136 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1a50b76e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1a50b76e Diff:

[06/11] incubator-geode git commit: GEODE-558 DistributedSystemIdDUnitTest.testInfectiousId locator already exist

2016-05-05 Thread klund
GEODE-558 DistributedSystemIdDUnitTest.testInfectiousId locator already exist Added disconnectAllFromDS to preSetUp to protect the test from other flaky tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[01/11] incubator-geode git commit: GEODE-1260: Cache SCM metadata for source distributions

2016-05-05 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1276 9bdd0d595 -> b1482e699 GEODE-1260: Cache SCM metadata for source distributions The GemFireVersion.properties file is generated by the build and contains the git branch, commit, and source date. This change caches the

[06/11] incubator-geode git commit: GEODE-558 DistributedSystemIdDUnitTest.testInfectiousId locator already exist

2016-05-05 Thread klund
GEODE-558 DistributedSystemIdDUnitTest.testInfectiousId locator already exist Added disconnectAllFromDS to preSetUp to protect the test from other flaky tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[03/11] incubator-geode git commit: added a TODO for a test that isn't checking what it claims to be checking

2016-05-05 Thread klund
added a TODO for a test that isn't checking what it claims to be checking Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e63acceb Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e63acceb

[07/11] incubator-geode git commit: GEODE-1028: Fix broken link on website's Releases page

2016-05-05 Thread klund
GEODE-1028: Fix broken link on website's Releases page The new link goes directly to the page that explains how to build from source. This closes #140. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: Fix NullPointerException

2016-05-05 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1255 1e344 -> 0b9aa25da Fix NullPointerException Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0b9aa25d Tree: