[geode] branch develop updated (4a3f039 -> 854456c)

2021-01-22 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 4a3f039  GEODE-8858: unit/integration tests for HSETNX (#5940)
 add 854456c  GEODE-8837: Establishes GFE_81 as the oldest supported 
client. (#5905)

No new revisions were added by this update.

Summary of changes:
 ...ackwardCompatibilitySerializationDUnitTest.java | 107 ++--
 .../cache/client/ClientCacheFactoryJUnitTest.java  |  18 +-
 .../client/internal/ClientSideHandshakeImpl.java   | 124 +++--
 .../cache/query/internal/cq/CqServiceProvider.java |   3 +-
 .../query/internal/cq/spi/CqServiceFactory.java|   3 +-
 .../geode/internal/cache/tier/MessageType.java |   2 -
 .../tier/sockets/ClientRegistrationMetadata.java   |   5 +-
 .../cache/tier/sockets/CommandInitializer.java | 415 +++-
 .../cache/tier/sockets/CommandRegistry.java|  44 ++
 .../cache/tier/sockets/ServerConnection.java   |   6 +-
 .../tier/sockets/ServerSideHandshakeFactory.java   |   7 +-
 .../cache/tier/sockets/command/ContainsKey.java| 152 --
 .../cache/tier/sockets/command/Destroy.java| 209 
 .../cache/tier/sockets/command/Destroy65.java  | 364 --
 .../cache/tier/sockets/command/Destroy70.java  | 294 ++-
 .../tier/sockets/command/ExecuteFunction.java  | 261 --
 .../tier/sockets/command/ExecuteFunction65.java| 302 
 .../tier/sockets/command/ExecuteFunction66.java| 427 
 .../tier/sockets/command/ExecuteFunction70.java| 386 ++-
 .../sockets/command/ExecuteRegionFunction.java | 265 --
 .../sockets/command/ExecuteRegionFunction61.java   | 296 ---
 .../sockets/command/ExecuteRegionFunction65.java   | 402 ---
 .../cache/tier/sockets/command/GetAll.java | 264 --
 .../cache/tier/sockets/command/GetAll651.java  | 282 ---
 .../cache/tier/sockets/command/GetAllForRI.java|  48 --
 .../command/GetClientPRMetadataCommand.java| 106 
 .../GetClientPartitionAttributesCommand.java   | 123 -
 .../tier/sockets/command/GetEntryCommand.java  |  62 ---
 .../cache/tier/sockets/command/Invalidate.java | 227 -
 .../cache/tier/sockets/command/Invalidate70.java   | 184 ++-
 .../internal/cache/tier/sockets/command/Put.java   | 233 -
 .../internal/cache/tier/sockets/command/Put61.java | 287 ---
 .../internal/cache/tier/sockets/command/Put65.java | 549 -
 .../internal/cache/tier/sockets/command/Put70.java | 472 +-
 .../cache/tier/sockets/command/PutAll.java | 240 -
 .../cache/tier/sockets/command/PutAll70.java   | 356 -
 .../tier/sockets/command/RegisterInterest.java | 213 
 .../tier/sockets/command/RegisterInterestList.java | 224 -
 .../sockets/command/RegisterInterestList61.java| 238 -
 .../sockets/command/RegisterInterestList66.java|   2 +-
 .../cache/tier/sockets/command/Request.java| 244 -
 .../cache/execute/FunctionAdapterJUnitTest.java|  13 +-
 .../cache/tier/sockets/BaseCommandJUnitTest.java   |  33 +-
 .../tier/sockets/CommandInitializerJUnitTest.java  |  32 --
 .../cache/tier/sockets/CommandInitializerTest.java | 227 +
 .../cache/tier/sockets/ServerConnectionTest.java   |   4 +-
 .../tier/sockets/command/ContainsKeyTest.java  | 152 --
 .../cache/tier/sockets/command/Destroy65Test.java  | 259 --
 .../cache/tier/sockets/command/DestroyTest.java| 194 
 .../sockets/command/ExecuteFunction65Test.java | 225 -
 .../sockets/command/ExecuteFunction66Test.java | 245 -
 .../sockets/command/ExecuteFunction70Test.java | 236 -
 .../tier/sockets/command/ExecuteFunctionTest.java  | 225 -
 .../cache/tier/sockets/command/GetAll651Test.java  | 210 
 .../cache/tier/sockets/command/GetAllTest.java | 209 
 .../GetClientPartitionAttributesCommandTest.java   |  84 
 .../{InvalidateTest.java => Invalidate70Test.java} |   7 +-
 .../cache/tier/sockets/command/Put61Test.java  | 210 
 .../command/{Put65Test.java => Put70Test.java} | 177 +++
 .../cache/tier/sockets/command/PutTest.java| 209 
 .../command/RegisterInterestList61Test.java| 199 
 .../sockets/command/RegisterInterestListTest.java  | 199 
 .../tier/sockets/command/RegisterInterestTest.java | 183 ---
 .../cache/tier/sockets/command/RequestTest.java| 174 ---
 .../cq/internal/CqServiceFactoryImplTest.java  |  66 +++
 .../query/cq/internal/CqServiceFactoryImpl.java|  46 +-
 .../cache/query/cq/internal/command/ExecuteCQ.java | 167 ---
 .../cq/internal/CqServiceFactoryImplTest.java  |  75 +++
 .../gms/membership/GMSJoinLeaveJUnitTest.java  |   2 +-
 

[geode] branch develop updated (abddba5 -> 4a3f039)

2021-01-22 Thread sabbey37
This is an automated email from the ASF dual-hosted git repository.

sabbey37 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from abddba5  GEODE-8855: fix hitmiss and stats integration tests (#5937)
 add 4a3f039  GEODE-8858: unit/integration tests for HSETNX (#5940)

No new revisions were added by this update.

Summary of changes:
 .../hash/AbstractHashesIntegrationTest.java| 34 ++
 1 file changed, 34 insertions(+)



[geode] branch develop updated (ff41e49 -> abddba5)

2021-01-22 Thread heybales
This is an automated email from the ASF dual-hosted git repository.

heybales pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from ff41e49  GEODE-8824: fix some rule overlap and unintended singleton 
codeowners (#5934)
 add abddba5  GEODE-8855: fix hitmiss and stats integration tests (#5937)

No new revisions were added by this update.

Summary of changes:
 .../server/InfoNativeRedisAcceptanceTest.java  |   2 +-
 ...ava => InfoStatsNativeRedisAcceptanceTest.java} |   4 +-
 .../java/org/apache/geode/NativeRedisTestRule.java |  10 +-
 .../redis/internal/RedisStatsIntegrationTest.java  | 617 -
 .../server/AbstractHitsMissesIntegrationTest.java  | 266 ++---
 .../AbstractRedisInfoStatsIntegrationTest.java | 318 +++
 ...tionTest.java => InfoStatsIntegrationTest.java} |   4 +-
 .../geode/redis/internal/RedisCommandType.java |   3 +-
 .../data/RedisHashCommandsFunctionExecutor.java|   4 +-
 .../data/RedisStringCommandsFunctionExecutor.java  |  14 +-
 .../redis/internal/statistics/RedisStats.java  |   5 +-
 11 files changed, 539 insertions(+), 708 deletions(-)
 copy 
geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/server/{DBSizeNativeRedisAcceptanceTest.java
 => InfoStatsNativeRedisAcceptanceTest.java} (91%)
 delete mode 100644 
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/RedisStatsIntegrationTest.java
 create mode 100644 
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/server/AbstractRedisInfoStatsIntegrationTest.java
 copy 
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/server/{DBSizeIntegrationTest.java
 => InfoStatsIntegrationTest.java} (92%)



[geode] branch develop updated (85d340e -> ff41e49)

2021-01-22 Thread onichols
This is an automated email from the ASF dual-hosted git repository.

onichols pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 85d340e  GEODE-8852: Add additional tests for Redis HVALS command 
(#5931)
 add ff41e49  GEODE-8824: fix some rule overlap and unintended singleton 
codeowners (#5934)

No new revisions were added by this update.

Summary of changes:
 CODEOWNERS | 34 +++---
 1 file changed, 15 insertions(+), 19 deletions(-)



[geode] branch develop updated (964051b -> 85d340e)

2021-01-22 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 964051b  GEODE-8772: Make tests assign ports (#5935)
 add 85d340e  GEODE-8852: Add additional tests for Redis HVALS command 
(#5931)

No new revisions were added by this update.

Summary of changes:
 .../tools_modules/redis_api_for_geode.html.md.erb  |  4 +-
 geode-redis/README.md  | 90 ++--
 .../internal/executor/hash/HvalsDUnitTest.java | 96 ++
 .../hash/AbstractHashesIntegrationTest.java| 61 +-
 .../geode/redis/internal/RedisCommandType.java |  2 +-
 .../redis/internal/SupportedCommandsJUnitTest.java |  2 +-
 6 files changed, 186 insertions(+), 69 deletions(-)
 create mode 100644 
geode-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/HvalsDUnitTest.java



[geode] branch develop updated (2335aef -> 964051b)

2021-01-22 Thread dhemery
This is an automated email from the ASF dual-hosted git repository.

dhemery pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 2335aef  GEODE-8854: Tests use unique region names (#5941)
 add 964051b  GEODE-8772: Make tests assign ports (#5935)

No new revisions were added by this update.

Summary of changes:
 .../rest/ManagementRequestLoggingDistributedTest.java   |  9 +++--
 .../web/controllers/RestAPIsAndInterOpsDUnitTest.java   |  7 ---
 .../geode/internal/cache/versions/TombstoneDUnitTest.java   | 13 +++--
 .../apache/geode/cache/client/internal/LocatorTestBase.java |  8 ++--
 4 files changed, 28 insertions(+), 9 deletions(-)