[11/47] incubator-geode git commit: GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test

2016-01-08 Thread klund
GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test * Move dunit.BounceResult and dunit.RemoteDUnitVMIF to dunit.standalone * Move dunit.standalone to com.gemstone.gemfire.test.dunit.standalone * Remove hydra dependencies from com.gemstone.gemfire.test.dunit.standalone except for

[35/47] incubator-geode git commit: GEODE-610: Fix copy/paste errors in LICENSE text

2016-01-08 Thread klund
GEODE-610: Fix copy/paste errors in LICENSE text Thanks to Dave Barnes for pointing out these typos. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3e5ade76 Tree:

[43/47] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-714

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

incubator-geode git commit: Remove temporary classes

2016-01-08 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-714 c2655c4cf -> 2a14b33ca Remove temporary classes Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2a14b33c Tree:

[44/47] incubator-geode git commit: Add license header

2016-01-08 Thread klund
Add license header Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fdb74d5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fdb74d5f Diff:

[36/47] incubator-geode git commit: GEODE-739: CI failure in LocatorJUnitTest.testNoThreadLeftBehind

2016-01-08 Thread klund
GEODE-739: CI failure in LocatorJUnitTest.testNoThreadLeftBehind The locator needs to shut down its TCPServer thread if an exception is thrown during startup. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[45/47] incubator-geode git commit: Restore distributedTest forkEvery to 30

2016-01-08 Thread klund
Restore distributedTest forkEvery to 30 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/9bccfcfa Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/9bccfcfa Diff:

[04/47] incubator-geode git commit: GEODE-627: Add source distribution

2016-01-08 Thread klund
GEODE-627: Add source distribution Add another distribution to create source archives, without gradle wrapper binaries included. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bba76560 Tree:

[01/47] incubator-geode git commit: GEODE-614: Increase maximum duration

2016-01-08 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-714 4f0776572 -> c2655c4cf GEODE-614: Increase maximum duration Increase ExpectedTimeout maximum duration to prevent false failures when build job loses CPU for more than 2 seconds. Project:

[37/47] incubator-geode git commit: GEODE-401: upgrade log4j from 2.1 to 2.5. Remove our own configuration watcher since log4j now has an almost the same implementation.

2016-01-08 Thread klund
GEODE-401: upgrade log4j from 2.1 to 2.5. Remove our own configuration watcher since log4j now has an almost the same implementation. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a097fcf3 Tree:

[39/47] incubator-geode git commit: GEODE-452:We don't send client close response from server thus we need to wait for client termination before validating the HAStatsCleanup.

2016-01-08 Thread klund
GEODE-452:We don't send client close response from server thus we need to wait for client termination before validating the HAStatsCleanup. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fc18163f Tree:

[28/47] incubator-geode git commit: fixing CI failure

2016-01-08 Thread klund
fixing CI failure This test periodically failed to find 2 live servers due to an assumption in the test that Pool.borrowConnection() would never find the initial connection created by the pool in prefillConnections(). That caused it to only be connected to one of the three servers instead of the

[17/47] incubator-geode git commit: Revert "GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test"

2016-01-08 Thread klund
Revert "GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test" This reverts commit c57a88c6f2437a8d74f51abbe2edc3355eb1806b. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dfba327e Tree:

[23/47] incubator-geode git commit: GEODE-430 CI failure

2016-01-08 Thread klund
GEODE-430 CI failure Race condition in the test. I added a slight delay to let the client finish refilling its pool of connections Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8b6d8f25 Tree:

[02/47] incubator-geode git commit: GEODE-707 cache loader not invoked on concurrent load if first load fails with an exception

2016-01-08 Thread klund
GEODE-707 cache loader not invoked on concurrent load if first load fails with an exception avoid setting the future to {null, versionTag} when the loader throws an exception so that a concurrent load attempt will be allowed Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

[09/47] incubator-geode git commit: deprecated the mcast-flow-control distributed-system property

2016-01-08 Thread klund
deprecated the mcast-flow-control distributed-system property Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/df6d7ff4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/df6d7ff4 Diff:

[40/47] incubator-geode git commit: Closes #67 *committed as a097fcf32cb20f2258637b1e1f6829c632a89e46*

2016-01-08 Thread klund
Closes #67 *committed as a097fcf32cb20f2258637b1e1f6829c632a89e46* Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a021c074 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a021c074 Diff:

[08/47] incubator-geode git commit: GEODE-718: Sanitize passwords in gfsh history file

2016-01-08 Thread klund
GEODE-718: Sanitize passwords in gfsh history file Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/9bca880b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/9bca880b Diff:

[21/47] incubator-geode git commit: GEODE-719: Add error logs while cache.xml processing

2016-01-08 Thread klund
GEODE-719: Add error logs while cache.xml processing While processing cache.xml, log an error before throwing an exception so that the reason for cache close is clear by looking at the log. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[26/47] incubator-geode git commit: GEODE-356: Fix unexpected UNDEFINED in OQL query result set

2016-01-08 Thread klund
GEODE-356: Fix unexpected UNDEFINED in OQL query result set Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b6a89ad8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b6a89ad8 Diff:

[16/47] incubator-geode git commit: Revert "GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test"

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/dfba327e/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java -- diff --git a/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java

[25/47] incubator-geode git commit: GEODE-731: fix suspect string in CompressionCacheConfigDUnitTest

2016-01-08 Thread klund
GEODE-731: fix suspect string in CompressionCacheConfigDUnitTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fb38186b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fb38186b Diff:

[20/47] incubator-geode git commit: Revert "GEODE-714: Modify all tests to use JUnit Categories"

2016-01-08 Thread klund
Revert "GEODE-714: Modify all tests to use JUnit Categories" This reverts commit ca6148aa99faf8fcb278fd7a840f69f622e6fc3f. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cb7dbd0b Tree:

[31/47] incubator-geode git commit: GEODE-610: Add bundled source dependencies to LICENSE

2016-01-08 Thread klund
GEODE-610: Add bundled source dependencies to LICENSE Add the source dependencies to LICENSE. Clean up NOTICE file. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fdd0e470 Tree:

[13/47] incubator-geode git commit: Fix source header

2016-01-08 Thread klund
Fix source header Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d19bb41e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/d19bb41e Diff:

[15/47] incubator-geode git commit: Revert "GEODE-715: Fix import that was broken in merge to develop"

2016-01-08 Thread klund
Revert "GEODE-715: Fix import that was broken in merge to develop" This reverts commit 18a17d787bcf69179d1bdeb015f33141d5d8486b. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a8262812 Tree:

[19/47] incubator-geode git commit: Revert "GEODE-714: Modify all tests to use JUnit Categories"

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/cb7dbd0b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestBaseTest.java -- diff --git

[47/47] incubator-geode git commit: Remove empty javadoc from package line

2016-01-08 Thread klund
Remove empty javadoc from package line Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c2655c4c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c2655c4c Diff:

[29/47] incubator-geode git commit: GEODE-712: Move junit asserts out of finally block This closes #68

2016-01-08 Thread klund
GEODE-712: Move junit asserts out of finally block This closes #68 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7c281327 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7c281327 Diff:

[42/47] incubator-geode git commit: Closes #69 *committed as 9b74f89bbd64cc8a90cf256ad1af2466e21c6388*

2016-01-08 Thread klund
Closes #69 *committed as 9b74f89bbd64cc8a90cf256ad1af2466e21c6388* Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/689de76d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/689de76d Diff:

[27/47] incubator-geode git commit: Change GMS health monitor stats description per suggestion from Darrel

2016-01-08 Thread klund
Change GMS health monitor stats description per suggestion from Darrel Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/61a16b17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/61a16b17

[34/47] incubator-geode git commit: GEODE-610: Add source dependencies to binary LICENSE file and fix typo

2016-01-08 Thread klund
GEODE-610: Add source dependencies to binary LICENSE file and fix typo Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d4611ea4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/d4611ea4

incubator-geode git commit: Get class name from class instead of hardcoded string

2016-01-08 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-714 2a14b33ca -> 81a6580ec Get class name from class instead of hardcoded string Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-771: PdxGroupByPartitionedQueryDUnitTest.testCompactRangeIndex failed with AssertionFailedError Order by needs to be specified in the query

2016-01-08 Thread jasonhuynh
Repository: incubator-geode Updated Branches: refs/heads/develop c5efb8051 -> d302af5ea GEODE-771: PdxGroupByPartitionedQueryDUnitTest.testCompactRangeIndex failed with AssertionFailedError Order by needs to be specified in the query Project:

[2/6] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/ha/StatsBugDUnitTest.java -- diff --git

[1/6] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/develop 13ed25ea0 -> c5efb8051 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestTestCase.java

[3/6] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/locks/CollaborationJUnitTest.java -- diff --git

[4/6] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/SlowRecDUnitTest.java -- diff --git

[5/6] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/SlowRecDUnitDisabledTest.java -- diff --git

incubator-geode git commit: GEODE-245: QueryMonitor cancellation is being ignored by query using CompactRangeIndex Fixed QueryMonitor test hook to pause at the correct point in code

2016-01-08 Thread jasonhuynh
Repository: incubator-geode Updated Branches: refs/heads/develop d302af5ea -> 57d848606 GEODE-245: QueryMonitor cancellation is being ignored by query using CompactRangeIndex Fixed QueryMonitor test hook to pause at the correct point in code Project:

incubator-geode git commit: Remove unused test

2016-01-08 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-715 85db9bbcf -> 3e1c92baa Remove unused test Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3e1c92ba Tree:

incubator-geode git commit: Fix spacing

2016-01-08 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-715 3e1c92baa -> 5f29cd4ab Fix spacing Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5f29cd4a Tree:

[14/45] incubator-geode git commit: GEODE-430 CI failure

2016-01-08 Thread klund
GEODE-430 CI failure Race condition in the test. I added a slight delay to let the client finish refilling its pool of connections Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8b6d8f25 Tree:

[01/45] incubator-geode git commit: GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test

2016-01-08 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-715 39a6be376 -> 85db9bbcf http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c57a88c6/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java

[19/45] incubator-geode git commit: fixing CI failure

2016-01-08 Thread klund
fixing CI failure This test periodically failed to find 2 live servers due to an assumption in the test that Pool.borrowConnection() would never find the initial connection created by the pool in prefillConnections(). That caused it to only be connected to one of the three servers instead of the

[04/45] incubator-geode git commit: Fix source header

2016-01-08 Thread klund
Fix source header Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d19bb41e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/d19bb41e Diff:

[07/45] incubator-geode git commit: Revert "GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test"

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/dfba327e/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java -- diff --git a/gemfire-core/src/test/java/dunit/standalone/ProcessManager.java

[27/45] incubator-geode git commit: GEODE-739: CI failure in LocatorJUnitTest.testNoThreadLeftBehind

2016-01-08 Thread klund
GEODE-739: CI failure in LocatorJUnitTest.testNoThreadLeftBehind The locator needs to shut down its TCPServer thread if an exception is thrown during startup. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[03/45] incubator-geode git commit: GEODE-715: Fix import that was broken in merge to develop

2016-01-08 Thread klund
GEODE-715: Fix import that was broken in merge to develop Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/18a17d78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/18a17d78 Diff:

[21/45] incubator-geode git commit: Add DISCLAIMER file to meet ASF incubator branding requirements

2016-01-08 Thread klund
Add DISCLAIMER file to meet ASF incubator branding requirements Incubating projects should include a DISCLAIMER file along with the LICENSE and NOTICE files in each distribution. See http://incubator.apache.org/guides/branding.html for more details. Project:

[18/45] incubator-geode git commit: Change GMS health monitor stats description per suggestion from Darrel

2016-01-08 Thread klund
Change GMS health monitor stats description per suggestion from Darrel Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/61a16b17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/61a16b17

[43/45] incubator-geode git commit: GEODE-245: QueryMonitor cancellation is being ignored by query using CompactRangeIndex Fixed QueryMonitor test hook to pause at the correct point in code

2016-01-08 Thread klund
GEODE-245: QueryMonitor cancellation is being ignored by query using CompactRangeIndex Fixed QueryMonitor test hook to pause at the correct point in code Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[13/45] incubator-geode git commit: GEODE-718 GEODE-725: Ensure that test resources are cleaned up from prior tests

2016-01-08 Thread klund
GEODE-718 GEODE-725: Ensure that test resources are cleaned up from prior tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a69a0dc0 Tree:

[06/45] incubator-geode git commit: Revert "GEODE-715: Fix import that was broken in merge to develop"

2016-01-08 Thread klund
Revert "GEODE-715: Fix import that was broken in merge to develop" This reverts commit 18a17d787bcf69179d1bdeb015f33141d5d8486b. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a8262812 Tree:

[05/45] incubator-geode git commit: merge of hot-fix from closed-source 8.2x maintenance branch

2016-01-08 Thread klund
merge of hot-fix from closed-source 8.2x maintenance branch The tombstone GC service ran into an NPE removing a tombstone and then the thread went hot because exception-handling was not advancing to the next GC candidate. This revision attempts to avoid the NPE (which was not reported with line

[24/45] incubator-geode git commit: GEODE-610: Remove extension on LICENSE.txt

2016-01-08 Thread klund
GEODE-610: Remove extension on LICENSE.txt Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5eae2b92 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5eae2b92 Diff:

incubator-geode git commit: GEODE_368: CI failure in HARQueueNewImplDUnitTest.testConcurrentGIIAndDispatch

2016-01-08 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 689de76df -> e4f0a9689 GEODE_368: CI failure in HARQueueNewImplDUnitTest.testConcurrentGIIAndDispatch removed an old assertion that is no longer valid and rewrote the code to allow for the possibility of a null entry in the

incubator-geode git commit: GEODE-701: fix double free in unit test

2016-01-08 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop 57d848606 -> 0c0850cb6 GEODE-701: fix double free in unit test The failure was caused by LifecycleListenerJUnitTest setting a system property and then not unsetting it when it completed. testClose now asserts that the system

incubator-geode git commit: Geode-561: DistributedNoAckRegionCCEDUnitTest.testTombstones

2016-01-08 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 0c0850cb6 -> 871266ce2 Geode-561: DistributedNoAckRegionCCEDUnitTest.testTombstones Due to the batched nature of tombstone garbage-collection it's possible that only a small portion of the tombstones in this test will be

[09/45] incubator-geode git commit: Revert "GEODE-714: Modify all tests to use JUnit Categories"

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/cb7dbd0b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestTestCase.java -- diff --git

[33/45] incubator-geode git commit: Closes #69 *committed as 9b74f89bbd64cc8a90cf256ad1af2466e21c6388*

2016-01-08 Thread klund
Closes #69 *committed as 9b74f89bbd64cc8a90cf256ad1af2466e21c6388* Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/689de76d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/689de76d Diff:

[11/45] incubator-geode git commit: Revert "GEODE-714: Modify all tests to use JUnit Categories"

2016-01-08 Thread klund
Revert "GEODE-714: Modify all tests to use JUnit Categories" This reverts commit ca6148aa99faf8fcb278fd7a840f69f622e6fc3f. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cb7dbd0b Tree:

[26/45] incubator-geode git commit: GEODE-610: Fix copy/paste errors in LICENSE text

2016-01-08 Thread klund
GEODE-610: Fix copy/paste errors in LICENSE text Thanks to Dave Barnes for pointing out these typos. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3e5ade76 Tree:

[38/45] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/distributed/internal/locks/CollaborationJUnitTest.java -- diff --git

[10/45] incubator-geode git commit: Revert "GEODE-714: Modify all tests to use JUnit Categories"

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/cb7dbd0b/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestBaseTest.java -- diff --git

[15/45] incubator-geode git commit: GEODE-574: for --ciphers and --protocols options, if the value is "any", it should behave the same as if they were not specified (default value)

2016-01-08 Thread klund
GEODE-574: for --ciphers and --protocols options, if the value is "any", it should behave the same as if they were not specified (default value) Closes #65 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[44/45] incubator-geode git commit: GEODE-701: fix double free in unit test

2016-01-08 Thread klund
GEODE-701: fix double free in unit test The failure was caused by LifecycleListenerJUnitTest setting a system property and then not unsetting it when it completed. testClose now asserts that the system property must be initially false when it runs. LifecycleListenerJUnitTest now unsets the

[36/45] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/tier/sockets/HAInterestTestCase.java -- diff --git

[23/45] incubator-geode git commit: GEODE-610: Add bundled source dependencies to LICENSE

2016-01-08 Thread klund
GEODE-610: Add bundled source dependencies to LICENSE Add the source dependencies to LICENSE. Clean up NOTICE file. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fdd0e470 Tree:

[31/45] incubator-geode git commit: Closes #67 *committed as a097fcf32cb20f2258637b1e1f6829c632a89e46*

2016-01-08 Thread klund
Closes #67 *committed as a097fcf32cb20f2258637b1e1f6829c632a89e46* Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a021c074 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a021c074 Diff:

[16/45] incubator-geode git commit: GEODE-731: fix suspect string in CompressionCacheConfigDUnitTest

2016-01-08 Thread klund
GEODE-731: fix suspect string in CompressionCacheConfigDUnitTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fb38186b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fb38186b Diff:

[28/45] incubator-geode git commit: GEODE-401: upgrade log4j from 2.1 to 2.5. Remove our own configuration watcher since log4j now has an almost the same implementation.

2016-01-08 Thread klund
GEODE-401: upgrade log4j from 2.1 to 2.5. Remove our own configuration watcher since log4j now has an almost the same implementation. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a097fcf3 Tree:

[08/45] incubator-geode git commit: Revert "GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test"

2016-01-08 Thread klund
Revert "GEODE-715: Move dunit.standalone under com.gemstone.gemfire.test" This reverts commit c57a88c6f2437a8d74f51abbe2edc3355eb1806b. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dfba327e Tree:

[25/45] incubator-geode git commit: GEODE-610: Add LICENSE and NOTICE for binary distribution

2016-01-08 Thread klund
GEODE-610: Add LICENSE and NOTICE for binary distribution Add a boilerplate NOTICE file for the binary distribution. Add the external dependencies in the LICENSE file. The LICENSE file will still need the bundled source dependencies to be added. Also, the components that are dual-licensed under

[41/45] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
GEODE-714: Modify all tests to use JUnit Categories * Add DistributedTest @Category to DistributedTestCase * Rename disabled tests and use @Ignore instead. * Add ContainerTest, HydraTest categories. * Ensure ever *Test has a @Category. * Disable performance tests that perform no assertions. *

[40/45] incubator-geode git commit: GEODE-714: Modify all tests to use JUnit Categories

2016-01-08 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c5efb805/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/SlowRecDUnitDisabledTest.java -- diff --git

[34/45] incubator-geode git commit: GEODE_368: CI failure in HARQueueNewImplDUnitTest.testConcurrentGIIAndDispatch

2016-01-08 Thread klund
GEODE_368: CI failure in HARQueueNewImplDUnitTest.testConcurrentGIIAndDispatch removed an old assertion that is no longer valid and rewrote the code to allow for the possibility of a null entry in the queue. This commit also includes renaming of one of the old BugXXX unit test classes that I'm

[17/45] incubator-geode git commit: GEODE-356: Fix unexpected UNDEFINED in OQL query result set

2016-01-08 Thread klund
GEODE-356: Fix unexpected UNDEFINED in OQL query result set Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b6a89ad8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b6a89ad8 Diff:

[20/45] incubator-geode git commit: GEODE-712: Move junit asserts out of finally block This closes #68

2016-01-08 Thread klund
GEODE-712: Move junit asserts out of finally block This closes #68 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7c281327 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7c281327 Diff:

[32/45] incubator-geode git commit: GEODE-769 Update 3 issues in README.md

2016-01-08 Thread klund
GEODE-769 Update 3 issues in README.md Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/9b74f89b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/9b74f89b Diff:

incubator-geode git commit: fixed GEODE-767: GMSJoinLeaveJUnitTest.testNoViewAckCausesRemovalMessage

2016-01-08 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f90f13917 -> 5dffe257c fixed GEODE-767: GMSJoinLeaveJUnitTest.testNoViewAckCausesRemovalMessage The test was not waiting for background suspect processing to take place and had a faulty verification check. Project:

[29/45] incubator-geode git commit: GEODE-452:We don't send client close response from server thus we need to wait for client termination before validating the HAStatsCleanup.

2016-01-08 Thread klund
GEODE-452:We don't send client close response from server thus we need to wait for client termination before validating the HAStatsCleanup. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fc18163f Tree:

[30/45] incubator-geode git commit: GEODE-412 We were re-setting the value count after getting its value. Sepatrated that logic as test may look this count more than once.

2016-01-08 Thread klund
GEODE-412 We were re-setting the value count after getting its value. Sepatrated that logic as test may look this count more than once. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/531b8aae Tree:

[22/45] incubator-geode git commit: GEODE-610: Add source dependencies to binary LICENSE file and fix typo

2016-01-08 Thread klund
GEODE-610: Add source dependencies to binary LICENSE file and fix typo Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d4611ea4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/d4611ea4

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

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