[2/2] incubator-geode git commit: removed sqlfSystem

2016-05-20 Thread dschneider
removed sqlfSystem Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/536f64df Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/536f64df Diff:

[1/2] incubator-geode git commit: removed sqlfAdvisee

2016-05-20 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1426 [created] 536f64dfe removed sqlfAdvisee Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/255ee8c1 Tree:

[1/3] incubator-geode git commit: Remove geode-joptsimple. Change geode to use joptsimple. Detailed detection of extra or missing options and arguments is lost. The geode-joptsimple module enhanced jo

2016-05-20 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-835 ce2ac6830 -> 7115ab79e http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7115ab79/geode-joptsimple/src/main/java/joptsimple/internal/Column.java

[3/3] incubator-geode git commit: Remove geode-joptsimple. Change geode to use joptsimple. Detailed detection of extra or missing options and arguments is lost. The geode-joptsimple module enhanced jo

2016-05-20 Thread klund
Remove geode-joptsimple. Change geode to use joptsimple. Detailed detection of extra or missing options and arguments is lost. The geode-joptsimple module enhanced joptsimple to provide details in exceptions when option is missing or unknown option is found (same for arguments). Project:

[2/3] incubator-geode git commit: Remove geode-joptsimple. Change geode to use joptsimple. Detailed detection of extra or missing options and arguments is lost. The geode-joptsimple module enhanced jo

2016-05-20 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7115ab79/geode-joptsimple/src/main/java/joptsimple/OptionParser.java -- diff --git a/geode-joptsimple/src/main/java/joptsimple/OptionParser.java

incubator-geode git commit: GEODE-1427: change test to close the cache

2016-05-20 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop 853c40d26 -> ea19e3cae GEODE-1427: change test to close the cache Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ea19e3ca Tree:

[1/5] incubator-geode git commit: GEODE-11 Adding missing imports

2016-05-20 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-835 52f21b0fc -> ce2ac6830 GEODE-11 Adding missing imports Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/92c104d9 Tree:

[2/5] incubator-geode git commit: GEODE-1414: remove assertion of dunit jvm count

2016-05-20 Thread klund
GEODE-1414: remove assertion of dunit jvm count Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a17dc718 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a17dc718 Diff:

[4/5] incubator-geode git commit: GEODE-835: Create JoptOptionParserTest

2016-05-20 Thread klund
GEODE-835: Create JoptOptionParserTest JoptOptionParser is the primary geode class using joptsimple so this test is necessary before replacing geode-joptsimple with a dependency on jopt-simple 5.0.1. * cleanup CLI exceptions and the constructors for these exceptions Project:

[3/5] incubator-geode git commit: GEODE-1246: change async event pool to use all its threads

2016-05-20 Thread klund
GEODE-1246: change async event pool to use all its threads The system property gemfire.Cache.EVENT_THREAD_LIMIT can be used to configure the max number of threads used for async cache listener invocation. It defaults to 16. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

incubator-geode git commit: GEODE-835: Create JoptOptionParserTest

2016-05-20 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/develop 1af92d891 -> 853c40d26 GEODE-835: Create JoptOptionParserTest JoptOptionParser is the primary geode class using joptsimple so this test is necessary before replacing geode-joptsimple with a dependency on jopt-simple 5.0.1. *

incubator-geode git commit: GEODE-1246: change async event pool to use all its threads

2016-05-20 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop a17dc7182 -> 1af92d891 GEODE-1246: change async event pool to use all its threads The system property gemfire.Cache.EVENT_THREAD_LIMIT can be used to configure the max number of threads used for async cache listener invocation.

[incubator-geode] Git Push Summary

2016-05-20 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1246 [deleted] a87c07611

incubator-geode git commit: GEODE-1414: remove assertion of dunit jvm count

2016-05-20 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/develop 92c104d91 -> a17dc7182 GEODE-1414: remove assertion of dunit jvm count Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a17dc718 Tree:

[incubator-geode] Git Push Summary

2016-05-20 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1414 [deleted] ecab8e04a

incubator-geode git commit: GEODE-11 Adding missing imports

2016-05-20 Thread jasonhuynh
Repository: incubator-geode Updated Branches: refs/heads/develop c674e3571 -> 92c104d91 GEODE-11 Adding missing imports Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/92c104d9 Tree:

[2/5] incubator-geode git commit: GEODE-11: Added transaction tests for Lucene indexes

2016-05-20 Thread klund
GEODE-11: Added transaction tests for Lucene indexes * Moved tests from LuceneServiceImplIntegrationTest to better locations * Added LuceneIndexMaintenanceIntegrationTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/5] incubator-geode git commit: GEODE-988: Added wait for events to arrive on stopped CQ before it is stopped. The test stops the CQ and verifies no events are recieved in stopped state; it was doin

2016-05-20 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-835 7e559224a -> 52f21b0fc GEODE-988: Added wait for events to arrive on stopped CQ before it is stopped. The test stops the CQ and verifies no events are recieved in stopped state; it was doing that by checking

[3/5] incubator-geode git commit: GEODE-1407: CI Failure: ReconnectDUnitTest.testReconnectALocator

2016-05-20 Thread klund
GEODE-1407: CI Failure: ReconnectDUnitTest.testReconnectALocator Added a FlakyTest annotation to the test. Modified the flaky runnable to use fail() instead of logging symptoms so that we can tell more about why it's flaky. The test never fails when run by itself so it may be an infection from

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

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

[4/5] incubator-geode git commit: GEODE-1415 Disable logging of banners in distributedTests

2016-05-20 Thread klund
GEODE-1415 Disable logging of banners in distributedTests Banners are normally logged during creation of an InternalDistributedSystem. In DUnit tests the output is filled with these banners and they all have the same information, so they are just clutter. This change-set disables banners in

incubator-geode git commit: GEODE-1415 Disable logging of banners in distributedTests

2016-05-20 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop 0014fd444 -> c674e3571 GEODE-1415 Disable logging of banners in distributedTests Banners are normally logged during creation of an InternalDistributedSystem. In DUnit tests the output is filled with these banners and they all

incubator-geode git commit: GEODE-1407: CI Failure: ReconnectDUnitTest.testReconnectALocator

2016-05-20 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop afc5dde7a -> 0014fd444 GEODE-1407: CI Failure: ReconnectDUnitTest.testReconnectALocator Added a FlakyTest annotation to the test. Modified the flaky runnable to use fail() instead of logging symptoms so that we can tell more

incubator-geode git commit: GEODE-11: Added transaction tests for Lucene indexes

2016-05-20 Thread jasonhuynh
Repository: incubator-geode Updated Branches: refs/heads/develop 425581c65 -> afc5dde7a GEODE-11: Added transaction tests for Lucene indexes * Moved tests from LuceneServiceImplIntegrationTest to better locations * Added LuceneIndexMaintenanceIntegrationTest Project:

incubator-geode git commit: GEODE-988: Added wait for events to arrive on stopped CQ before it is stopped. The test stops the CQ and verifies no events are recieved in stopped state; it was doing that

2016-05-20 Thread agingade
Repository: incubator-geode Updated Branches: refs/heads/develop 8a3c351ab -> 425581c65 GEODE-988: Added wait for events to arrive on stopped CQ before it is stopped. The test stops the CQ and verifies no events are recieved in stopped state; it was doing that by checking operations/events

[02/50] [abbrv] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-20 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d1a0748b/geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java -- diff --git

[44/50] [abbrv] incubator-geode git commit: GEODE-1397: Rename HelpCommandsJUnitTest to ...IntegrationTest

2016-05-20 Thread klund
GEODE-1397: Rename HelpCommandsJUnitTest to ...IntegrationTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dd8ea42a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/dd8ea42a Diff:

[19/50] [abbrv] incubator-geode git commit: GEODE-1402: use preTearDownAssertions to call checkOrphans

2016-05-20 Thread klund
GEODE-1402: use preTearDownAssertions to call checkOrphans Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/11da98d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/11da98d4 Diff:

[34/50] [abbrv] incubator-geode git commit: GEODE-1292: change defragment to not create fragments > 2G

2016-05-20 Thread klund
GEODE-1292: change defragment to not create fragments > 2G Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/d14af16a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/d14af16a Diff:

[31/50] [abbrv] incubator-geode git commit: GEODE-1378: Don't launch dunit VMs in checkMissedTests

2016-05-20 Thread klund
GEODE-1378: Don't launch dunit VMs in checkMissedTests Setting a system property to disable launching dunit VMs during checkMissedTests. DistributedLockServiceDUnitTest failed with this property set because it was doing work in the constructor. I cleaned up the test to create the blackboard in

[35/50] [abbrv] incubator-geode git commit: GEODE-1243: Locator can start on ephemeral port

2016-05-20 Thread klund
GEODE-1243: Locator can start on ephemeral port Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6f4a8793 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6f4a8793 Diff:

[03/50] [abbrv] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-20 Thread klund
Revert "GEODE-1376: Cleaned up server port to be '0'." This reverts commit c33efb60630fe8bed7613c60f941810a7574f16b, which caused a number of REST test failures in build 467 due to removal/rename of test methods. https://builds.apache.org/job/Geode-nightly/467/testReport/ Project:

[24/50] [abbrv] incubator-geode git commit: GEODE-1344: fix the testcase to remove the durable client part

2016-05-20 Thread klund
GEODE-1344: fix the testcase to remove the durable client part The test case for durable client with 2 cache servers on the same JVM is not mature. Since we did not change any logic in durable client, remove the test code for now. This senario will be followed up in GEODE-1102. Project:

[17/50] [abbrv] incubator-geode git commit: GEODE-1351: let the waitForFlush() to return false if timeout

2016-05-20 Thread klund
GEODE-1351: let the waitForFlush() to return false if timeout also apply it on some unit 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/3e8a610e Tree:

[23/50] [abbrv] incubator-geode git commit: GEODE-11: Split out lucene tests of persistence and off heap

2016-05-20 Thread klund
GEODE-11: Split out lucene tests of persistence and off heap Persistence and offheap require some special before and after code to create and clean up the resources. Splitting these to separate integration tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[06/50] [abbrv] incubator-geode git commit: GEODE-11: Adding tests of fixed partitions and persistent lucene indexes

2016-05-20 Thread klund
GEODE-11: Adding tests of fixed partitions and persistent lucene indexes In addition to the tests, I fixed some code to properly propagate the disk synchronous flag to the index. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[49/50] [abbrv] incubator-geode git commit: GEODE-17: add regionName in some of the commands authorization

2016-05-20 Thread klund
GEODE-17: add regionName in some of the commands authorization Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8a3c351a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8a3c351a Diff:

[46/50] [abbrv] incubator-geode git commit: GEODE-1397: Adding new help text from create async-event-queue

2016-05-20 Thread klund
GEODE-1397: Adding new help text from create async-event-queue Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5ebd3ff2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5ebd3ff2 Diff:

[48/50] [abbrv] incubator-geode git commit: GEODE-1243: Missed fixing one test for parameterization

2016-05-20 Thread klund
GEODE-1243: Missed fixing one test for parameterization Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f05e87d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f05e87d2 Diff:

[39/50] [abbrv] incubator-geode git commit: GEODE-1391 JsonFormatter javadocs need to be cleaned up

2016-05-20 Thread klund
GEODE-1391 JsonFormatter javadocs need to be cleaned up I've made another pass at JSONFormatter javadocs, putting the JSON <-> Java types in a table and correcting a few grammatical errors. I also found that the class was being referred to as PdxFormatter in a lot of places and that its test was

[41/50] [abbrv] incubator-geode git commit: GEODE-11: Adding a test of using a KeywordAnalyzer

2016-05-20 Thread klund
GEODE-11: Adding a test of using a KeywordAnalyzer Testing that a KeywordAnalyzer does not tokenize fields. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8d1fa0c3 Tree:

[33/50] [abbrv] incubator-geode git commit: added my gnupg key

2016-05-20 Thread klund
added my gnupg key Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3a37159d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3a37159d Diff:

[40/50] [abbrv] incubator-geode git commit: GEODE-1352: Clean up cache in LuceneQueryImplIntegrationTest

2016-05-20 Thread klund
GEODE-1352: Clean up cache in LuceneQueryImplIntegrationTest Making this test case extend the LuceneIntegrationTest to clean up the cache after the test runs. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[27/50] [abbrv] incubator-geode git commit: GEODE-17: format changes after a review

2016-05-20 Thread klund
GEODE-17: format changes after a review Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fcd5491a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fcd5491a Diff:

[43/50] [abbrv] incubator-geode git commit: GEODE-1412: ignore-eviction-expiration flag was not used in the http controller

2016-05-20 Thread klund
GEODE-1412: ignore-eviction-expiration flag was not used in the http controller Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3a1c1a96 Tree:

[36/50] [abbrv] incubator-geode git commit: GEODE-1243: Updates to use new CategoryWithParameterizedRunnerFactory

2016-05-20 Thread klund
GEODE-1243: Updates to use new CategoryWithParameterizedRunnerFactory Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/aeb8c01d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/aeb8c01d

[13/50] [abbrv] incubator-geode git commit: GEODE-1252: modify bits field atomically

2016-05-20 Thread klund
GEODE-1252: modify bits field atomically - AtomicIntegerFieldUpdater now used to modify bits field - added unit test for bit methods - removed unused constructors Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[38/50] [abbrv] incubator-geode git commit: GEODE-17: clean up error messages

2016-05-20 Thread klund
GEODE-17: clean up error messages * clean up authentication/authorization error messages * Catch Authorization exception later in the command chain to avoid unnecesary parsing of command result * Add ExceptionHandler in controller to set the http header correctly * Catch Authorization exception

[10/50] [abbrv] incubator-geode git commit: GEODE-1390: Disabling broken test

2016-05-20 Thread klund
GEODE-1390: Disabling broken 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/08ef0c1e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/08ef0c1e Diff:

[07/50] [abbrv] incubator-geode git commit: GEODE-17: pulse not started with gemfire security enabled

2016-05-20 Thread klund
GEODE-17: pulse not started with gemfire security enabled Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/97d61726 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/97d61726 Diff:

[11/50] [abbrv] incubator-geode git commit: GEODE-493 CI failure: PartitionedRegionSingleHopDUnitTest.test_MetadataContents GEODE-699 PartitionedRegionSingleHopDUnitTest.test_MetadataServiceCallAccura

2016-05-20 Thread klund
GEODE-493 CI failure: PartitionedRegionSingleHopDUnitTest.test_MetadataContents GEODE-699 PartitionedRegionSingleHopDUnitTest.test_MetadataServiceCallAccuracy Add a counter fetchTaskCount in ClientMetadataService to count the number fetch task threads. Make sure the counter is increased before a

[45/50] [abbrv] incubator-geode git commit: GEODE-1397: Fixing testOfflineHelp

2016-05-20 Thread klund
GEODE-1397: Fixing testOfflineHelp Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cafda193 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/cafda193 Diff:

[50/50] [abbrv] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-835

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

[08/50] [abbrv] incubator-geode git commit: GEODE-17: make sure commands tests are run in useHttp mode.

2016-05-20 Thread klund
GEODE-17: make sure commands tests are run in useHttp mode. * added the CommandOverHttpDUnitTest in geode-web * added GfshCommandsOverHttpSecurityTest in geode-web * move ConnectCommandWithHttpAndSSLDUnitTest to geode-web * make sure ConnectCommandWithHttpAndSSLDUnitTest is running with the

[15/50] [abbrv] incubator-geode git commit: GEODE-1222: remove InsufficientDiskSpaceException

2016-05-20 Thread klund
GEODE-1222: remove InsufficientDiskSpaceException Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e1cbc9b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e1cbc9b2 Diff:

[04/50] [abbrv] incubator-geode git commit: GEODE-1293: Updating module scripts and structure

2016-05-20 Thread klund
GEODE-1293: Updating module scripts and structure - Remove cacheserver.sh and gemfire.sh scripts in favor of using gfsh - Adjust p2p config to always use locators - Have modify_war reference correct jars Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[28/50] [abbrv] incubator-geode git commit: GEODE-1293: Revert some changes which broke publishing

2016-05-20 Thread klund
GEODE-1293: Revert some changes which broke publishing - Reinstate 'classifier' for the internal modules jar. This is still broken as the published jars are not correctly named. Will need to fix this in the near future. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

[01/50] [abbrv] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-20 Thread klund
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-835 29861e4fd -> 7e559224a http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d1a0748b/geode-core/src/test/java/com/gemstone/gemfire/cache/client/internal/LocatorLoadBalancingDUnitTest.java

[37/50] [abbrv] incubator-geode git commit: GEODE-1387 CI Failure: LocatorLauncherRemoteFileIntegrationTest.testStatusUsingWorkingDirectory

2016-05-20 Thread klund
GEODE-1387 CI Failure: LocatorLauncherRemoteFileIntegrationTest.testStatusUsingWorkingDirectory The locator status file writer and reader are out of sync. The reader may read the empty file before writer writes to it. So write the status to a temp file, then rename it. So that the reader reads

[22/50] [abbrv] incubator-geode git commit: GEODE-1405: Fixing shouldRecoverPersistentIndexWhenDataStillInQueue

2016-05-20 Thread klund
GEODE-1405: Fixing shouldRecoverPersistentIndexWhenDataStillInQueue The changes in 3e8a610e99bc005bcc56c378e3d1e2274a3d468c broke this test. It just needs to wait for the flush *after* the data region is created. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[25/50] [abbrv] incubator-geode git commit: GEODE-1209: Added new attribute to forward eviction/expiration to AEQ. Following changes are made: 1. Added new attribue/flag to forward eviction and expira

2016-05-20 Thread klund
GEODE-1209: Added new attribute to forward eviction/expiration to AEQ. Following changes are made: 1. Added new attribue/flag to forward eviction and expiration destroy events. 2. Added new option in CreateAsyncEventQueue Gfsh command. Also cleaned up arguments for create AEQ function invoked by

[47/50] [abbrv] incubator-geode git commit: GEODE-1397: Add additional DS properties to override autogenerated ones

2016-05-20 Thread klund
GEODE-1397: Add additional DS properties to override autogenerated ones Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2dd3d906 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2dd3d906

[20/50] [abbrv] incubator-geode git commit: GEODE-1401: handle NOT_AVAILABLE in callers of getRawOldValue

2016-05-20 Thread klund
GEODE-1401: handle NOT_AVAILABLE in callers of getRawOldValue Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ab417e32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ab417e32 Diff:

[05/50] [abbrv] incubator-geode git commit: Fixing compile errors in eclipse

2016-05-20 Thread klund
Fixing compile errors in eclipse We were seeing compile errors in eclipse due to: 1) Missing gradle output dirs in the extensions module. I removed those dirs from the eclipse classpath 2) Access restrictions on things like Unsafe. This was caused by a change in gradle 2.12 to add the java 1.8

[30/50] [abbrv] incubator-geode git commit: GEODE-1391 Update javadocs for JSONFormatter

2016-05-20 Thread klund
GEODE-1391 Update javadocs for JSONFormatter Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b3d9061e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b3d9061e Diff:

[32/50] [abbrv] incubator-geode git commit: GEODE-357: Remove third server from testInitiateFailoverByCacheOperationThreads_Secondary

2016-05-20 Thread klund
GEODE-357: Remove third server from testInitiateFailoverByCacheOperationThreads_Secondary This test was intermittently connecting to either 2 servers or 3. If the test never connected to the third server, it would fail waiting for the live server count to be 2. Also cleaned up some code to use

[21/50] [abbrv] incubator-geode git commit: GEODE-1256 Alter rat.gradle to exclude copies of website sources

2016-05-20 Thread klund
GEODE-1256 Alter rat.gradle to exclude copies of website sources Added `geode-site/content/**` to the rat.gradle excludes list such that there are no longer 10 Unknown Licenses. This closes #144 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[34/49] incubator-geode git commit: GEODE-17: make geode authorization case-sensitive since our region names are case sensitive

2016-05-20 Thread klund
GEODE-17: make geode authorization case-sensitive since our region names are case sensitive * Specify case sensitive when creating the permission context * Specify case sensitive when resolving the permission from shiro-ini file * rename shiro-init to security-shiro-init since it's security

[22/49] incubator-geode git commit: GEODE-11: Adding tests of fixed partitions and persistent lucene indexes

2016-05-20 Thread klund
GEODE-11: Adding tests of fixed partitions and persistent lucene indexes In addition to the tests, I fixed some code to properly propagate the disk synchronous flag to the index. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[26/49] incubator-geode git commit: GEODE-1390: Disabling broken test

2016-05-20 Thread klund
GEODE-1390: Disabling broken 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/08ef0c1e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/08ef0c1e Diff:

[09/49] incubator-geode git commit: GEODE-1376: remove hydra.Log from DUnitLauncher

2016-05-20 Thread klund
GEODE-1376: remove hydra.Log from DUnitLauncher * remove call to Log.createLogWriter to prevent hydra.HydraRuntimeException: Log writer has already been created * remove use of hydra.Log from HADispatcherDUnitTest * cleanup imports Project:

incubator-geode git commit: GEODE-17: add regionName in some of the commands authorization

2016-05-20 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop f05e87d27 -> 8a3c351ab GEODE-17: add regionName in some of the commands authorization Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[45/49] incubator-geode git commit: GEODE-1293: Revert some changes which broke publishing

2016-05-20 Thread klund
GEODE-1293: Revert some changes which broke publishing - Reinstate 'classifier' for the internal modules jar. This is still broken as the published jars are not correctly named. Will need to fix this in the near future. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

[02/49] incubator-geode git commit: GEODE-11: Tests of indexes on regions with overflow, eviction, expiration

2016-05-20 Thread klund
GEODE-11: Tests of indexes on regions with overflow,eviction,expiration Adding integration tests of indexes on these types of regions. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/665471ae Tree:

[43/49] incubator-geode git commit: GEODE-1392: add tests for BlobHelper

2016-05-20 Thread klund
GEODE-1392: add tests for BlobHelper * create BlobHelperTest with basic unit tests * create BlobHelperWithThreadContextClassLoaderTest with TCCL related tests * remove deadcode * minor cleanup of format Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[39/49] incubator-geode git commit: GEODE-11: Split out lucene tests of persistence and off heap

2016-05-20 Thread klund
GEODE-11: Split out lucene tests of persistence and off heap Persistence and offheap require some special before and after code to create and clean up the resources. Splitting these to separate integration tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[30/49] incubator-geode git commit: GEODE-17: wording change

2016-05-20 Thread klund
GEODE-17: wording change Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b6de5a39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b6de5a39 Diff:

[23/49] incubator-geode git commit: GEODE-17: pulse not started with gemfire security enabled

2016-05-20 Thread klund
GEODE-17: pulse not started with gemfire security enabled Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/97d61726 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/97d61726 Diff:

[24/49] incubator-geode git commit: GEODE-17: make sure commands tests are run in useHttp mode.

2016-05-20 Thread klund
GEODE-17: make sure commands tests are run in useHttp mode. * added the CommandOverHttpDUnitTest in geode-web * added GfshCommandsOverHttpSecurityTest in geode-web * move ConnectCommandWithHttpAndSSLDUnitTest to geode-web * make sure ConnectCommandWithHttpAndSSLDUnitTest is running with the

[14/49] incubator-geode git commit: GEODE-1390: Move gfsh help tests from closed to open

2016-05-20 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/04a00042/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-offline.properties -- diff --git

[05/49] incubator-geode git commit: GEODE-1327 Now parent thread process copy of unresponsive members

2016-05-20 Thread klund
GEODE-1327 Now parent thread process copy of unresponsive members Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/89b91cbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/89b91cbe Diff:

[42/49] incubator-geode git commit: GEODE-1209: Added new attribute to forward eviction/expiration to AEQ. Following changes are made: 1. Added new attribue/flag to forward eviction and expiration des

2016-05-20 Thread klund
GEODE-1209: Added new attribute to forward eviction/expiration to AEQ. Following changes are made: 1. Added new attribue/flag to forward eviction and expiration destroy events. 2. Added new option in CreateAsyncEventQueue Gfsh command. Also cleaned up arguments for create AEQ function invoked by

[15/49] incubator-geode git commit: GEODE-1390: Move gfsh help tests from closed to open

2016-05-20 Thread klund
GEODE-1390: Move gfsh help tests from closed to open Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/04a00042 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/04a00042 Diff:

[08/49] incubator-geode git commit: GEODE-1376: Cleaned up server port to be '0'. Cleaned up some legacy code and replaced with cleaner Lambda invocation. Replaced waitOnCriterion with Awaitility.

2016-05-20 Thread klund
GEODE-1376: Cleaned up server port to be '0'. Cleaned up some legacy code and replaced with cleaner Lambda invocation. Replaced waitOnCriterion with Awaitility. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[16/49] incubator-geode git commit: GEODE-732 Fixed the issue with List inside list and added test for it

2016-05-20 Thread klund
GEODE-732 Fixed the issue with List inside list and added test for it Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a881e9cb Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a881e9cb

[49/49] incubator-geode git commit: Complete JoptOptionParserTest. Refactor CLI exceptions.

2016-05-20 Thread klund
Complete JoptOptionParserTest. Refactor CLI exceptions. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/955275f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/955275f4 Diff:

[44/49] incubator-geode git commit: GEODE-17: format changes after a review

2016-05-20 Thread klund
GEODE-17: format changes after a review Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fcd5491a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fcd5491a Diff:

[31/49] incubator-geode git commit: GEODE-1222: remove InsufficientDiskSpaceException

2016-05-20 Thread klund
GEODE-1222: remove InsufficientDiskSpaceException Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e1cbc9b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e1cbc9b2 Diff:

[20/49] incubator-geode git commit: GEODE-1293: Updating module scripts and structure

2016-05-20 Thread klund
GEODE-1293: Updating module scripts and structure - Remove cacheserver.sh and gemfire.sh scripts in favor of using gfsh - Adjust p2p config to always use locators - Have modify_war reference correct jars Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[32/49] incubator-geode git commit: GEODE-1351: add waitUntilFlush() into luceneIndexImpl

2016-05-20 Thread klund
GEODE-1351: add waitUntilFlush() into luceneIndexImpl This function is very useful in test and demo. It will wait for the AEQ size to be 0 Also added junit test and integration tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[40/49] incubator-geode git commit: Writing tests

2016-05-20 Thread klund
Writing 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/e3889387 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e3889387 Diff:

[33/49] incubator-geode git commit: GEODE-1351: let the waitForFlush() to return false if timeout

2016-05-20 Thread klund
GEODE-1351: let the waitForFlush() to return false if timeout also apply it on some unit 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/3e8a610e Tree:

[37/49] incubator-geode git commit: GEODE-1256 Alter rat.gradle to exclude copies of website sources

2016-05-20 Thread klund
GEODE-1256 Alter rat.gradle to exclude copies of website sources Added `geode-site/content/**` to the rat.gradle excludes list such that there are no longer 10 Unknown Licenses. This closes #144 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[48/49] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-835-test

2016-05-20 Thread klund
Merge remote-tracking branch 'origin/develop' into feature/GEODE-835-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/45b42477 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/45b42477

[06/49] incubator-geode git commit: GEODE-1376: Cleaned up server port to be '0'. Cleaned up some legacy code and replaced with cleaner Lambda invocation. Replaced waitOnCriterion with Awaitility.

2016-05-20 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c33efb60/geode-core/src/test/java/com/gemstone/gemfire/cache/client/internal/LocatorLoadBalancingDUnitTest.java -- diff --git

[13/49] incubator-geode git commit: GEODE-1390: Move gfsh help tests from closed to open

2016-05-20 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/04a00042/geode-core/src/test/resources/com/gemstone/gemfire/management/internal/cli/commands/golden-help-online.properties -- diff --git

[11/49] incubator-geode git commit: GEODE-1350: Add test category

2016-05-20 Thread klund
GEODE-1350: Add test category Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f5949777 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f5949777 Diff:

[28/49] incubator-geode git commit: GEODE-1393 locator returns incorrect server information when starting up

2016-05-20 Thread klund
GEODE-1393 locator returns incorrect server information when starting up When a locator auto-reconnects its ServerLocator needs to initialize its ControllerAdvisor so that it has server information to give to clients. The ServerLocator was creating a new ControllerAdvisor but didn't ask it to

[25/49] incubator-geode git commit: GEODE-430: Fixing races in UpdatePropagationDUnitTest

2016-05-20 Thread klund
GEODE-430: Fixing races in UpdatePropagationDUnitTest This test was failing with a couple of different race conditions 1) It was not waiting for updates to make it to the second client, causing assertion failures. I added a wait. 2) It was occasionally using a connection that was previously

[18/49] incubator-geode git commit: Revert "GEODE-1376: Cleaned up server port to be '0'."

2016-05-20 Thread klund
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/d1a0748b/geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java -- diff --git

  1   2   >