This is an automated email from the ASF dual-hosted git repository.
klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 9655e40 GEODE-4622 Revert jna upgrade
new 42ad145 GEODE-4846: fixup javadocs on ExecutorServiceRule
new f8bab2a GEODE-4845: make FieldSerializationUtils package-private
new ae25c7b GEODE-4789: upgrade system-rules from 1.16.1 to 1.17.1
new 71d1d8a GEODE-4789: add VM count constructor to ClusterStartupRule
new 6b56b5f GEODE-4789: fixup tests that use more than 4 VMs with
ClusterStarterRule
new 8863386 GEODE-4789: fix static usage of
DistributedRestoreSystemProperties
new 1298f76 GEODE-4821: rename RegisterInterestIntegrationTest as
RegisterInterestDistributedTest
new 62f83e3 GEODE-4820: use RestoreSystemProperties instead of
DistributedRestoreSystemProperties
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cache/ha/BlockingHARegionQueueJUnitTest.java | 24 +-
.../internal/cache/ha/HARegionQueueJUnitTest.java | 220 ++++++------
...t.java => RegisterInterestDistributedTest.java} | 89 ++---
.../apache/geode/management/MXBeanAwaitility.java | 41 ++-
...niversalMembershipListenerAdapterDUnitTest.java | 6 +-
.../management/internal/cli/CliUtilDUnitTest.java | 2 +-
.../cli/commands/DescribeRegionDUnitTest.java | 2 +-
.../ClusterConfigLocatorRestartDUnitTest.java | 2 +-
.../internal/security/MultiClientDUnitTest.java | 15 +-
.../geode/test/dunit/rules/ClusterStartupRule.java | 20 +-
.../rules/DistributedRestoreSystemProperties.java | 68 ++--
...utedRestoreSystemPropertiesDistributedTest.java | 138 ++++++++
.../DistributedRestoreSystemPropertiesTest.java} | 45 ++-
geode-junit/build.gradle | 3 +
.../test/junit/rules/ExecutorServiceRule.java | 62 ++--
.../AccessibleRestoreSystemProperties.java | 21 +-
.../serializable/FieldSerializationUtils.java | 10 +-
.../geode/test/junit/runners/TestRunner.java | 20 ++
.../geode/internal/cache/wan/WANTestBase.java | 51 ++-
.../cache/wan/misc/WANLocatorServerDUnitTest.java | 8 +-
...lelGatewaySenderOperationsOffHeapDUnitTest.java | 12 +-
.../ParallelGatewaySenderOperationsDUnitTest.java | 383 +++++++++------------
.../serial/SerialGatewaySenderQueueDUnitTest.java | 4 +-
...CreateDestroyGatewaySenderCommandDUnitTest.java | 94 ++---
.../CreateGatewayReceiverCommandDUnitTest.java | 309 +++++++++--------
.../PauseGatewaySenderCommandDUnitTest.java | 154 +++++----
.../ResumeGatewaySenderCommandDUnitTest.java | 166 +++++----
.../StartGatewayReceiverCommandDUnitTest.java | 157 +++++----
.../StartGatewaySenderCommandDUnitTest.java | 203 ++++++-----
.../StatusGatewayReceiverCommandDUnitTest.java | 202 +++++------
.../StatusGatewaySenderCommandDUnitTest.java | 288 +++++++++-------
.../StopGatewayReceiverCommandDUnitTest.java | 149 ++++----
.../StopGatewaySenderCommandDUnitTest.java | 170 +++++----
.../cache/wan/wancommand/WANCommandUtils.java | 40 ++-
.../wan/wancommand/WanCommandListDUnitTest.java | 383 +++++++++++----------
.../cli/commands/DescribeRegionDUnitTest.java | 2 +-
gradle/dependency-versions.properties | 2 +-
37 files changed, 1968 insertions(+), 1597 deletions(-)
rename
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/{RegisterInterestIntegrationTest.java
=> RegisterInterestDistributedTest.java} (81%)
create mode 100644
geode-core/src/test/java/org/apache/geode/test/dunit/rules/tests/DistributedRestoreSystemPropertiesDistributedTest.java
copy
geode-core/src/test/java/org/apache/geode/{internal/cache/DiskStoreMonitorTest.java
=> test/dunit/rules/tests/DistributedRestoreSystemPropertiesTest.java} (53%)
copy
geode-core/src/main/java/org/apache/geode/cache/query/internal/parse/ASTTrace.java
=>
geode-junit/src/main/java/org/apache/geode/test/junit/rules/accessible/AccessibleRestoreSystemProperties.java
(67%)
--
To stop receiving notification emails like this one, please contact
[email protected].