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 b951146 GEODE-5142 new Thread Monitoring Mechanism
new 123b8c4 GEODE-5614: rename DistributedTestRule as DistributedRule
new 16d0f69 GEODE-5614: rename distributedTestRule field to
distributedRule
new f91c2df GEODE-5614: update RegionManagementDUnitTest usage of
DistributedRule
The 3 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:
.../CreateAndLocalDestroyInTXRegressionTest.java | 7 +-
.../PRCreationTotalNumBucketsDistributedTest.java | 8 +-
.../cache/RegionClearStatsDistributedTest.java | 8 +-
.../cache/RegionExpirationDistributedTest.java | 8 +-
.../ReplicateCacheListenerDistributedTest.java | 18 ++--
.../dunit/QueryDataInconsistencyDUnitTest.java | 34 +++---
.../geode/cache30/DiskRegionDistributedTest.java | 11 +-
...okenSerializationConsistencyRegressionTest.java | 8 +-
.../cache/BucketCreationCrashRegressionTest.java | 11 +-
...ntServerTransactionFailoverDistributedTest.java | 35 ++++---
...overWithMixedVersionServersDistributedTest.java | 44 ++++----
.../EntriesDoNotExpireDuringGiiRegressionTest.java | 12 +--
...zedDiskRegionWithIoExceptionRegressionTest.java | 18 ++--
.../cache/PRCustomPartitioningDistributedTest.java | 10 +-
.../PREntryIdleExpirationDistributedTest.java | 31 +++---
.../internal/cache/PRQueryDistributedTest.java | 8 +-
.../PRQueryWithIndexAndPdxDistributedTest.java | 9 +-
.../cache/PRQueryWithIndexDistributedTest.java | 9 +-
.../cache/PRQueryWithOrderByDistributedTest.java | 9 +-
...RQueryWithPdxDuringRebalanceRegressionTest.java | 9 +-
.../PRWithIndexAfterRebalanceRegressionTest.java | 9 +-
.../PartitionedRegionCloseDistributedTest.java | 19 ++--
.../cache/PersistentRegionRecoveryDUnitTest.java | 19 ++--
.../cache/RegionListenerDistributedTest.java | 17 +--
...eplicateEntryIdleExpirationDistributedTest.java | 36 ++++---
.../cache/backup/BackupDistributedTest.java | 12 +--
.../backup/IncrementalBackupDistributedTest.java | 12 +--
.../PrepareAndFinishBackupDistributedTest.java | 6 +-
.../ClientFunctionTimeoutRegressionTest.java | 26 ++---
...ctionExecutionWithExceptionDistributedTest.java | 9 +-
...ctionOnBehalfOfClientMemberDistributedTest.java | 14 +--
.../cache/ha/HARegionQueueSizeRegressionTest.java | 9 +-
.../HARegionQueueThreadIdExpiryRegressionTest.java | 11 +-
...BucketCreationCrashCompletesRegressionTest.java | 51 +++++----
.../BucketRebalanceStatRegressionTest.java | 4 +-
...RDiskConflictWithColocationDistributedTest.java | 5 +-
...PersistentPartitionedRegionDistributedTest.java | 21 ++--
.../PersistentPartitionedRegionRegressionTest.java | 7 +-
...eueRemovalMessageProcessingDistributedTest.java | 87 ++++++++--------
.../RegisterInterestKeysValuesDistributedTest.java | 50 ++++-----
.../DeltaPropagationFailureRegressionTest.java | 33 +++---
.../AcceptorImplClientQueueDistributedTest.java | 42 ++++----
...entDestroyRegionNotificationRegressionTest.java | 31 +++---
...troyRegionUnregisterInterestRegressionTest.java | 31 +++---
.../ClientProxyWithDeltaDistributedTest.java | 34 +++---
.../ClientWithInterestFailoverDistributedTest.java | 32 +++---
.../GetConnectedServerCountRegressionTest.java | 8 +-
.../HARegionQueueStatsCloseRegressionTest.java | 24 ++---
.../MessageTrackingTimeoutRegressionTest.java | 18 +---
...nterestOnServerWithoutRegionRegressionTest.java | 15 ++-
...isterInterestServerMetaDataDistributedTest.java | 44 ++++----
...RootRegionsExcludesHARegionsRegressionTest.java | 24 ++---
.../AsyncEventListenerDistributedTest.java | 4 +-
...ventListenerWithCacheLoaderDistributedTest.java | 6 +-
...syncEventListenerWithFilterDistributedTest.java | 6 +-
...oncurrentAsyncEventListenerDistributedTest.java | 4 +-
.../ParallelAsyncEventListenerDistributedTest.java | 4 +-
.../SerialEventListenerDistributedTest.java | 4 +-
.../ClientServerJTAFailoverDistributedTest.java | 41 ++++----
.../apache/geode/management/JMXMBeanDUnitTest.java | 59 ++++++-----
.../management/RegionManagementDUnitTest.java | 11 +-
.../tests/GetCurrentVmNumDistributedTest.java | 5 +-
.../GetPidAndIdAfterBounceDistributedTest.java | 11 +-
.../dunit/tests/GetPidAndIdDistributedTest.java | 9 +-
.../examples/AsyncInvokeCallableExampleTest.java | 26 ++---
.../examples/AsyncInvokeRunnableExampleTest.java | 12 +--
.../CatchingUnexpectedExceptionExampleTest.java | 13 ++-
... => DistributedRuleAsClassRuleExampleTest.java} | 32 +++++-
.../dunit/examples/InvokeRunnableExampleTest.java | 13 ++-
.../examples/LocatorPortClusterExampleTest.java | 7 +-
.../examples/ReplaceTryFinallyExampleTest.java | 14 ++-
.../tests/CacheRuleBuilderDistributedTest.java | 9 +-
.../rules/tests/CacheRuleDistributedTest.java | 4 +-
.../tests/ClientCacheRuleDistributedTest.java | 114 +++++++++++++++++++++
...utedRestoreSystemPropertiesDistributedTest.java | 14 +--
...st.java => DistributedRuleDistributedTest.java} | 11 +-
.../tests/SharedCountersRuleDistributedTest.java | 69 ++++++-------
.../tests/SharedErrorCollectorDistributedTest.java | 45 ++++----
.../dunit/internal/JUnit4DistributedTestCase.java | 4 +-
...dTestRule.java => AbstractDistributedRule.java} | 8 +-
.../apache/geode/test/dunit/rules/CacheRule.java | 39 ++++---
.../test/dunit/rules/CleanupDUnitVMsRule.java | 2 +-
.../geode/test/dunit/rules/ClientCacheRule.java | 52 +++++++---
.../rules/DistributedRestoreSystemProperties.java | 2 +-
...stributedTestRule.java => DistributedRule.java} | 95 +++++++++++------
.../geode/test/dunit/rules/SharedCountersRule.java | 57 ++++++++---
.../test/dunit/rules/SharedErrorCollector.java | 22 ++--
.../DoNotHandleUnexpectedExceptionExampleTest.java | 2 -
.../GatewayLegacyAuthenticationRegressionTest.java | 22 +---
89 files changed, 1042 insertions(+), 877 deletions(-)
rename
geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/examples/{DistributedTestRuleExampleTest.java
=> DistributedRuleAsClassRuleExampleTest.java} (50%)
create mode 100644
geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/ClientCacheRuleDistributedTest.java
rename
geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/{DistributedTestRuleDistributedTest.java
=> DistributedRuleDistributedTest.java} (76%)
rename
geode-dunit/src/main/java/org/apache/geode/test/dunit/rules/{AbstractDistributedTestRule.java
=> AbstractDistributedRule.java} (90%)
rename
geode-dunit/src/main/java/org/apache/geode/test/dunit/rules/{DistributedTestRule.java
=> DistributedRule.java} (71%)