You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ig...@apache.org on 2020/03/15 00:47:25 UTC

[geode] branch mass-test-run updated (533de13 -> 5302071)

This is an automated email from the ASF dual-hosted git repository.

igodwin pushed a change to branch mass-test-run
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard 533de13  remove meta-* jobs that we won't use for mass-test-run
 discard ab40070  Mass-test-run branch, no windows or publication jobs
     add ec0c1a2  GEODE-7859 Increase timeout for channel subscription (#4782)
     add 9e093c1  GEODE-7854 Update Geode Redis benchmark scripts (#4779)
     add c841359  GEODE-7727: modify sender thread to detect relese of connection (#4751)
     add 0c06008  GEODE-7828: Convert backing store for Redis Hashes and Sets to single regions (#4781)
     add 7c10396  GEODE-7642: Removes warnings about missing annotations. (#4776)
     add 791017c  Geode prefers not to use merge-commits, so do not test against them. (#4790)
     add 86defd4  Feature/geode 6536 1: modify borrowConnection singleHop solution (#4753)
     add 1259b18  GEODE-7808: standardize on use of HostAndPort for connection formation  (#4778)
     add 0713e73  GEODE-7866: Clean up geode-tcp-server module and add missing javadocs (#4791)
     add b4c3e94  GEODE-7763: Do not exportValue if no clients are waiting for result (#4771)
     add 8c320ce  GEODE-7815: add Pulse custom security profile test (#4794)
     add 5234ed1  Geode 7850: Implement Redis Rename Command (#4774)
     add 356ef6d  GEODE-7830: fix race in rebalance start (#4769)
     add 0297d2d  GEODE-7829: fixing typos (#4797)
     add f1b4230  GEODE-7862 Add tests for Redis DEL command (#4786)
     add 9a3c62d  GEODE-7804: move methods up from RebalanceResult to OperationResult (#4801)
     add eb03056  GEODE-4194: Re-ignoring a failing test that was previously ignored (#4795)
     add b75ac43  GEODE-7874 write a serialization backward-compatibility test for geode-membership (#4804)
     add a3fb386  GEODE-7879: Remove locking on HGetallExecutor (#4806)
     add 1165869  GEODE-7867 Add more unit tests to geode-tcp-server (#4796)
     add d013311  GEODE-7880: revert changes related to GEODE-6536 (#4810)
     add 0e2d4a9  GEODE-7869: New template to make warnings errors.
     add 563d485  GEODE-7869: Cleanup warnings in geode-log4j
     add bde8136  GEODE-7869: Cleanup warnings in geode-logging
     add 0138ab5  GEODE-7869: Cleanup warnings in geode-gfsh
     new 50cd697  Mass-test-run branch, no windows or publication jobs
     new 5302071  remove meta-* jobs that we won't use for mass-test-run

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (533de13)
            \
             N -- N -- N   refs/heads/mass-test-run (5302071)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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:
 .../src/test/resources/expected-pom.xml            |   6 +
 .../gradle/plugins/DependencyConstraints.groovy    |   1 +
 ci/pipelines/pull-request/jinja.template.yml       |   4 +
 geode-assembly/build.gradle                        |   5 +
 .../apache/geode/metrics/CacheCommonTagsTest.java  |   2 +-
 .../apache/geode/internal/inet/LocalHostUtil.java  |  13 +
 geode-core/build.gradle                            |   4 +-
 .../DestroyRegionDuringGIIDistributedTest.java     |   2 +
 .../geode/internal/tcp/CloseConnectionTest.java    |  76 ++
 .../geode/internal/tcp/TCPConduitDUnitTest.java    |   5 +-
 ...erStartupWhenAsyncDistributionTimeoutIsSet.java |  71 ++
 ...butedSystemMXBeanWithAlertsDistributedTest.java |   1 +
 .../internal/BindDistributedSystemJUnitTest.java   |   3 -
 ...java => AnalyzeCoreSerializablesJUnitTest.java} |   2 +-
 .../RestrictUseOfInetAddressJUnitTest.java         | 272 +++++++
 .../geode/internal/AvailablePortJUnitTest.java     |  12 +-
 .../SimpleStatSamplerIntegrationTest.java          |   2 +-
 .../geode/admin/DistributedSystemConfig.java       |   2 +-
 .../admin/internal/AdminDistributedSystemImpl.java |   2 +-
 .../admin/internal/ConfigurationParameterImpl.java |   4 +-
 .../internal/DistributedSystemConfigImpl.java      |   4 +-
 .../internal/DistributionLocatorConfigImpl.java    |   2 +-
 .../internal/EnabledManagedEntityController.java   |   4 +-
 .../net => admin/internal}/InetAddressUtils.java   |  90 +--
 .../internal}/InetAddressUtilsWithLogging.java     |   4 +-
 .../admin/internal/ManagedEntityConfigImpl.java    |   4 +-
 .../geode/admin/internal/SystemMemberImpl.java     |   4 +-
 .../geode/admin/jmx/internal/AgentConfigImpl.java  |   4 +-
 .../jmx/internal/MX4JServerSocketFactory.java      |   2 +-
 .../client/internal/AutoConnectionSourceImpl.java  |  12 +-
 .../org/apache/geode/cache/query/IndexType.java    |   1 +
 .../java/org/apache/geode/distributed/Locator.java |   2 +-
 .../apache/geode/distributed/LocatorLauncher.java  |   6 +-
 .../apache/geode/distributed/ServerLauncher.java   |   4 +-
 .../internal/DistributionConfigImpl.java           |   2 +-
 .../distributed/internal/DistributionImpl.java     |   4 +
 .../distributed/internal/DistributionManager.java  |   4 +-
 .../distributed/internal/InternalLocator.java      |  16 +-
 .../internal/LonerDistributionManager.java         |  14 +-
 .../geode/distributed/internal/ServerLocation.java |   2 +-
 .../geode/distributed/internal/ServerLocator.java  |   4 +-
 .../membership/InternalDistributedMember.java      |   2 +-
 .../apache/geode/internal/DistributionLocator.java |  19 -
 .../apache/geode/internal/VersionDescription.java  |   2 +-
 .../geode/internal/cache/GemFireCacheImpl.java     |   4 +-
 .../internal/cache/tier/sockets/AcceptorImpl.java  |   4 +-
 .../cache/tier/sockets/CacheClientNotifier.java    |  12 +-
 .../cache/tier/sockets/ServerConnection.java       |   6 +-
 ...ketCreator.java => SCClusterSocketCreator.java} |   6 +-
 .../apache/geode/internal/net/SocketCreator.java   |  13 +-
 .../geode/internal/statistics/HostStatSampler.java |   2 +-
 .../internal/statistics/OsStatisticsProvider.java  |   7 +-
 .../internal/statistics/StatArchiveWriter.java     |   2 +-
 .../org/apache/geode/internal/tcp/Connection.java  |  38 +-
 .../apache/geode/internal/tcp/ConnectionTable.java |  14 +-
 .../org/apache/geode/internal/tcp/TCPConduit.java  |   2 +-
 .../geode/management/internal/ManagementAgent.java |   2 +-
 .../internal/beans/MemberMBeanBridge.java          |   2 +-
 .../internal/operation/OperationManager.java       |   6 +-
 .../internal/operation/OperationState.java         |  27 +-
 .../operation/RebalanceOperationPerformer.java     |  55 +-
 .../operation/RegionOperationStateStore.java       |  13 +-
 .../geode/management/internal/util/HostUtils.java  |   2 +-
 .../tier/sockets/CacheClientNotifierTest.java      |  28 +
 .../operation/OperationStateConcurrentTest.java    |  74 ++
 .../internal/operation/OperationStateTest.java     |  32 +
 .../operation/RebalanceOperationPerformerTest.java | 149 ++++
 .../operation/RegionOperationStateStoreTest.java   |  12 +-
 geode-core/src/test/resources/expected-pom.xml     |  12 +-
 .../management/internal/cli/HeadlessGfsh.java      |  43 +-
 .../geode/test/dunit/internal/DUnitLauncher.java   |   2 +-
 geode-gfsh/build.gradle                            |   3 +
 .../management/internal/cli/NetstatDUnitTest.java  |  12 +-
 .../cli/commands/AlterCompressorDUnitTest.java     |  20 +-
 .../cli/commands/AlterDiskStoreDUnitTest.java      |   4 +-
 .../cli/commands/ConcurrentDeployDUnitTest.java    |  12 +-
 .../CreateAsyncEventQueueCommandDUnitTest.java     |   7 +-
 .../CreateJndiBindingCommandDUnitTest.java         |   1 +
 .../commands/CreatePooledJndiBindingDUnitTest.java |   3 +-
 .../cli/commands/CreateRegionCommandDUnitTest.java |  83 ++-
 ...DeployCommandFunctionRegistrationDUnitTest.java |  13 +-
 .../commands/DeployCommandRedeployDUnitTest.java   |  13 +-
 .../DescribeJndiBindingCommandDUnitTest.java       |  11 +-
 .../cli/commands/DescribeRegionDUnitTest.java      |  32 +-
 .../commands/DestroyIndexCommandsDUnitTest.java    |  31 +-
 .../DestroyJndiBindingCommandDUnitTest.java        |   1 +
 .../DestroySecondJndiBindingCommandDUnitTest.java  |   1 +
 .../cli/commands/DiskStoreCommandsDUnitTest.java   |  28 +-
 .../commands/ExecuteFunctionCommandDUnitTest.java  |  23 +-
 .../ExecuteFunctionCommandSecurityTest.java        |   3 +
 ...ImportClusterConfigurationCommandDUnitTest.java |  29 +-
 .../IndexCommandsShareConfigurationDUnitTest.java  |   6 +-
 .../ListAsyncEventQueuesCommandDUnitTest.java      |   1 +
 .../internal/cli/commands/ListRegionDUnitTest.java |  13 +-
 .../cli/commands/RebalanceCommandDUnitTest.java    |  23 +-
 ...ersistThroughClusterConfigurationDUnitTest.java |   9 +-
 .../cli/commands/RemoveCommandDUnitTest.java       |  13 +-
 .../cli/commands/RepeatedRebalanceDUnitTest.java   |   2 +-
 .../ResumeAsyncEventQueueDispatcherDUnitTest.java  |   5 +-
 .../ShowMissingDiskStoreCommandDUnitTest.java      |  13 +-
 .../cli/commands/TestCustomIdleExpiry.java         |   4 +-
 .../internal/cli/commands/TestCustomTTLExpiry.java |   4 +-
 .../GfshParserAutoCompletionIntegrationTest.java   |   5 +-
 .../internal/cli/GfshParserConverterTest.java      |  16 +-
 .../internal/cli/HeadlessGfshIntegrationTest.java  |  16 +-
 .../AlterRegionCommandIntegrationTest.java         |  18 +-
 .../CreateRegionCommandIntegrationTest.java        | 120 ++--
 .../cli/commands/ExportDataIntegrationTest.java    |  23 +-
 .../commands/HTTPServiceSSLSupportJUnitTest.java   |  16 +-
 .../commands/HistoryCommandIntegrationTest.java    |  11 +-
 .../cli/commands/ImportDataIntegrationTest.java    |  24 +-
 .../ListDiskStoreCommandIntegrationTest.java       |   3 +-
 .../cli/commands/ListRegionIntegrationTest.java    |  11 +-
 .../cli/commands/PutCommandIntegrationTest.java    |  24 +-
 .../ShowMetricsCommandIntegrationTest.java         |  25 +-
 .../cli/domain/IndexDetailsIntegrationTest.java    |   9 +-
 .../ChangeLogLevelFunctionIntegrationTest.java     |  28 +-
 .../functions/CreateJndiBindingFunctionTest.java   |   6 +-
 .../functions/DataCommandFunctionJUnitTest.java    |  21 +-
 .../DataCommandFunctionWithPDXJUnitTest.java       |   2 +-
 .../functions/DestroyJndiBindingFunctionTest.java  |  23 +-
 .../ExportLogsFunctionIntegrationTest.java         |  19 +-
 .../internal/cli/functions/Geode3544JUnitTest.java |  10 +-
 .../cli/functions/ListJndiBindingFunctionTest.java |  11 +-
 .../SizeExportLogsFunctionIntegrationTest.java     |  19 +-
 .../result/model/ResultModelIntegrationTest.java   |   8 +-
 .../cli/util/LogExporterFileIntegrationTest.java   |  24 +-
 .../cli/util/LogExporterIntegrationTest.java       |   8 +-
 .../geode/management/cli/CommandService.java       |   6 +-
 .../apache/geode/management/cli/GfshCommand.java   |  15 +-
 .../geode/management/internal/cli/CliUtil.java     |   5 +-
 .../geode/management/internal/cli/Launcher.java    |  18 +-
 .../cli/commands/AlterRuntimeConfigCommand.java    |   1 +
 .../cli/commands/ChangeLogLevelCommand.java        |   7 +-
 .../cli/commands/CloseDurableCQsCommand.java       |   1 +
 .../cli/commands/CloseDurableClientCommand.java    |   1 +
 .../internal/cli/commands/ConnectCommand.java      |   1 +
 .../cli/commands/CountDurableCQEventsCommand.java  |   1 +
 .../cli/commands/CreateDefinedIndexesCommand.java  |   1 +
 .../cli/commands/CreateGatewaySenderCommand.java   |   3 +-
 .../internal/cli/commands/CreateIndexCommand.java  |   6 +-
 .../internal/cli/commands/DataCommandsUtils.java   |  10 +-
 .../internal/cli/commands/DefineIndexCommand.java  |   6 +-
 .../internal/cli/commands/DeployCommand.java       |  33 +-
 .../cli/commands/DescribeDiskStoreCommand.java     |   1 +
 .../commands/DescribeOfflineDiskStoreCommand.java  |   6 +-
 .../commands/DestroyAsyncEventQueueCommand.java    |  12 +-
 .../cli/commands/DestroyFunctionCommand.java       |  18 +-
 .../internal/cli/commands/DestroyIndexCommand.java |   5 +-
 .../cli/commands/DestroyRegionCommand.java         |   8 +-
 .../internal/cli/commands/ExportConfigCommand.java |   3 +-
 .../internal/cli/commands/ExportDataCommand.java   |   6 +-
 .../internal/cli/commands/ExportLogsCommand.java   |  25 +-
 .../commands/ExportOfflineDiskStoreCommand.java    |   6 +-
 .../cli/commands/ExportStackTraceCommand.java      |   1 +
 .../internal/cli/commands/GCCommand.java           |   6 +-
 .../ImportClusterConfigurationCommand.java         |  15 +-
 .../internal/cli/commands/ImportDataCommand.java   |   6 +-
 .../internal/cli/commands/IndexDefinition.java     |   5 +-
 .../cli/commands/ListAsyncEventQueuesCommand.java  |  12 +-
 .../internal/cli/commands/ListDeployedCommand.java |   1 +
 .../cli/commands/ListDurableClientCQsCommand.java  |   1 +
 .../internal/cli/commands/ListFunctionCommand.java |   1 +
 .../internal/cli/commands/ListIndexCommand.java    |   9 +-
 .../cli/commands/ListJndiBindingCommand.java       |  17 +-
 .../internal/cli/commands/QueryCommand.java        |  11 +-
 .../internal/cli/commands/ShowMetricsCommand.java  |   6 +-
 .../cli/commands/StartGatewaySenderCommand.java    |   6 +-
 .../internal/cli/commands/StartLocatorCommand.java |  20 +-
 .../internal/cli/commands/StartServerCommand.java  |   9 +-
 .../StatusClusterConfigServiceCommand.java         |   2 +-
 .../internal/cli/commands/UndeployCommand.java     |   1 +
 .../cli/commands/lifecycle/StopLocatorCommand.java |   5 +-
 .../cli/commands/lifecycle/StopServerCommand.java  |   6 +-
 .../cli/converters/IndexTypeConverter.java         |  15 +-
 .../internal/cli/domain/IndexDetails.java          |  53 +-
 .../cli/functions/AlterQueryServiceFunction.java   |   2 +
 .../cli/functions/AlterRuntimeConfigFunction.java  |  40 +-
 .../cli/functions/ChangeLogLevelFunction.java      |   6 +-
 .../cli/functions/CloseDurableClientFunction.java  |   6 +-
 .../cli/functions/CloseDurableCqFunction.java      |   6 +-
 .../cli/functions/ContinuousQueryFunction.java     |  20 +-
 .../functions/CreateAsyncEventQueueFunction.java   |  21 +-
 .../functions/CreateDefinedIndexesFunction.java    |   9 +-
 .../cli/functions/CreateIndexFunction.java         |   7 +-
 .../cli/functions/CreateJndiBindingFunction.java   |   4 +-
 .../cli/functions/DataCommandFunction.java         |  29 +-
 .../internal/cli/functions/DeployFunction.java     |  14 +-
 .../cli/functions/DescribeDiskStoreFunction.java   |  15 +-
 .../functions/DestroyAsyncEventQueueFunction.java  |  22 +-
 .../cli/functions/DestroyDiskStoreFunction.java    |  11 +-
 .../functions/DestroyGatewayReceiverFunction.java  |   4 +-
 .../cli/functions/ExportConfigFunction.java        |   6 +-
 .../internal/cli/functions/ExportDataFunction.java |  12 +-
 .../internal/cli/functions/ExportLogsFunction.java |  19 +-
 .../FetchSharedConfigurationStatusFunction.java    |   4 +-
 .../cli/functions/GarbageCollectionFunction.java   |   4 +-
 .../functions/GatewayReceiverCreateFunction.java   |   6 +-
 .../cli/functions/GatewaySenderCreateFunction.java |  13 +-
 .../functions/GatewaySenderDestroyFunction.java    |   8 +-
 .../GetMemberConfigInformationFunction.java        |  21 +-
 .../functions/GetRegionDescriptionFunction.java    |   6 +-
 .../cli/functions/GetStackTracesFunction.java      |   4 +-
 .../GetSubscriptionQueueSizeFunction.java          |   6 +-
 .../internal/cli/functions/ImportDataFunction.java |  12 +-
 .../cli/functions/ListDeployedFunction.java        |   4 +-
 .../cli/functions/ListDiskStoresFunction.java      |   7 +-
 .../cli/functions/ListDurableCqNamesFunction.java  |   7 +-
 .../cli/functions/ListFunctionFunction.java        |   9 +-
 .../internal/cli/functions/ListIndexFunction.java  |   7 +-
 .../cli/functions/ListJndiBindingFunction.java     |  12 +-
 .../internal/cli/functions/NetstatFunction.java    |  22 +-
 .../cli/functions/RegionAlterFunction.java         |  10 +-
 .../cli/functions/RegionCreateFunction.java        |   9 +-
 .../cli/functions/RegionDestroyFunction.java       |  11 +-
 .../internal/cli/functions/RegionFunctionArgs.java |   5 +-
 .../functions/ShowMissingDiskStoresFunction.java   |   8 +-
 .../internal/cli/functions/ShutDownFunction.java   |   6 +-
 .../cli/functions/SizeExportLogsFunction.java      |  17 +-
 .../internal/cli/functions/UndeployFunction.java   |   9 +-
 .../internal/cli/functions/UnregisterFunction.java |   6 +-
 .../cli/functions/UserFunctionExecution.java       |  25 +-
 .../internal/cli/remote/CommandExecutor.java       |  13 +-
 .../internal/cli/remote/CommandStatementImpl.java  |   6 +-
 .../internal/cli/remote/MemberCommandService.java  |  12 +-
 .../geode/management/internal/cli/shell/Gfsh.java  |  16 +-
 .../internal/cli/shell/MXBeanProvider.java         |   7 +-
 .../internal/cli/util/DiskStoreCompacter.java      |  23 +-
 .../internal/cli/util/DiskStoreUpgrader.java       |  32 +-
 .../internal/cli/util/ExportLogsCacheWriter.java   |  22 +-
 .../management/internal/cli/util/JdkTool.java      |   3 +-
 .../internal/cli/util/ReadWriteFile.java           |  64 +-
 .../sanctioned-geode-gfsh-serializables.txt        |   1 +
 .../internal/cli/commands/ConnectCommandTest.java  |  66 +-
 .../commands/CreateAsyncEventQueueCommandTest.java |   6 +-
 .../commands/CreateDefinedIndexesCommandTest.java  |  36 +-
 .../cli/commands/CreateIndexCommandTest.java       |  36 +-
 .../cli/commands/CreateJndiBindingCommandTest.java |   7 +-
 .../cli/commands/CreateRegionCommandTest.java      |  41 +-
 .../DestroyAsyncEventQueueCommandTest.java         |  27 +-
 .../DestroyGatewayReceiverCommandTest.java         |  10 +-
 .../commands/DestroyGatewaySenderCommandTest.java  |  19 +-
 .../commands/DestroyJndiBindingCommandTest.java    |  11 +-
 .../cli/commands/DestroyRegionCommandTest.java     |   8 +-
 .../cli/commands/ExportLogsCommandTest.java        |  32 +-
 .../cli/commands/ListAsyncEventQueuesTest.java     |   8 +-
 .../cli/commands/ListGatewayCommandTest.java       |  16 +-
 ...ResumeAsyncEventQueueDispatcherCommandTest.java |   4 +-
 .../cli/converters/IndexTypeConverterTest.java     |  39 +-
 .../cli/functions/CliFunctionResultTest.java       |  12 +-
 .../CreateDefinedIndexesFunctionTest.java          |  43 +-
 .../DescribeDiskStoreFunctionJUnitTest.java        | 184 +++--
 .../DestroyAsyncEventQueueFunctionTest.java        |  14 +-
 .../DestroyGatewayReceiverFunctionTest.java        |   8 +-
 .../GatewayReceiverCreateFunctionTest.java         |   6 +-
 .../GatewaySenderDestroyFunctionTest.java          |  11 +-
 .../functions/ListDiskStoresFunctionJUnitTest.java |   5 +-
 .../cli/functions/ListIndexFunctionJUnitTest.java  |  25 +-
 .../cli/functions/RegionAlterFunctionTest.java     |  20 +-
 .../functions/RegionCreateFunctionJUnitTest.java   |   2 +
 .../cli/functions/RegionDestroyFunctionTest.java   |  26 +-
 .../ShowMissingDiskStoresFunctionTest.java         |  11 +-
 .../cli/remote/MemberCommandServiceTest.java       |   1 +
 .../cli/remote/OnlineCommandProcessorTest.java     |  16 +-
 .../cli/result/model/TabularResultModelTest.java   |   2 +-
 .../cli/shell/GfshExecutionStrategyTest.java       |   2 +-
 .../cli/util/ExportLogsCacheWriterTest.java        |   3 +-
 .../web/http/support/HttpRequesterTest.java        |   1 +
 .../geode/internal/cache/InternalHttpService.java  |  15 +-
 .../AnalyzeDataSerializablesJUnitTestBase.java     | 322 +++++++++
 .../AnalyzeSerializablesJUnitTestBase.java         | 430 +++--------
 .../geode/codeAnalysis/decode/CompiledClass.java   | 116 +--
 .../geode/codeAnalysis/decode/CompiledMethod.java  |  16 +
 .../geode/codeAnalysis/decode/cp/CpFieldref.java   |   8 +
 .../geode/codeAnalysis/decode/cp/CpMethodref.java  |   1 +
 .../codeAnalysis/decode/cp/CpNameAndType.java      |  10 +
 .../geode/test/junit/rules/ClassAnalysisRule.java  | 142 ++++
 .../org/apache/geode/test/version/TestVersion.java |  29 +-
 geode-log4j/build.gradle                           |   1 +
 .../impl/AlertAppenderIntegrationTest.java         |   1 +
 .../AlertListenerRegistrationIntegrationTest.java  |   1 +
 ...mWithBothLogWriterAppendersIntegrationTest.java |   9 +-
 ...edSystemWithLogLevelChangesIntegrationTest.java |   1 +
 ...reVerboseMarkerFilterAcceptIntegrationTest.java |   1 +
 ...fireVerboseMarkerFilterDenyIntegrationTest.java |   1 +
 ...deVerboseMarkerFilterAcceptIntegrationTest.java |   1 +
 ...eodeVerboseMarkerFilterDenyIntegrationTest.java |   1 +
 ...oggingWithDistributedSystemIntegrationTest.java |   6 +-
 .../log4j/internal/impl/AlertAppender.java         |   3 +-
 .../log4j/internal/impl/GeodeConsoleAppender.java  |  13 +-
 .../log4j/internal/impl/LogWriterAppender.java     |   3 +-
 geode-logging/build.gradle                         |   1 +
 .../apache/geode/logging/internal/OSProcess.java   |  33 +-
 geode-lucene/build.gradle                          |   5 +-
 geode-management/build.gradle                      |   8 +
 .../AnalyzeManagementSerializablesJUnitTest.java   |   5 -
 .../apache/geode/codeAnalysis/excludedClasses.txt  |   0
 .../org/apache/geode/codeAnalysis/openBugs.txt     |   0
 .../codeAnalysis/sanctionedDataSerializables.txt   |   0
 .../geode/management/runtime/OperationResult.java  |  15 +-
 .../geode/management/runtime/RebalanceResult.java  |  11 -
 .../sanctioned-geode-management-serializables.txt  |   2 +
 .../AnalyzeMembershipSerializablesJUnitTest.java   |  68 ++
 .../locator/GMSLocatorRecoveryIntegrationTest.java |   2 +-
 .../apache/geode/codeAnalysis/excludedClasses.txt  |   1 +
 .../org/apache/geode/codeAnalysis/openBugs.txt     |   0
 .../codeAnalysis/sanctionedDataSerializables.txt   |  72 ++
 .../internal/membership/api/MembershipConfig.java  |   4 +-
 .../internal/membership/api/MembershipLocator.java |   2 +-
 .../gms/locator/MembershipLocatorImpl.java         |  11 +-
 geode-pulse/build.gradle                           |  18 +-
 .../controllers/PulseControllerJUnitTest.java      |   2 +-
 .../pulse/security/CustomSecurityConfigTest.java   |  70 ++
 .../pulse/security/DefaultSecurityConfigTest.java  |  70 ++
 .../resources/pulse-authentication-custom.xml      |  38 +
 .../internal/security/DefaultSecurityConfig.java   |   4 +-
 .../src/main/webapp/WEB-INF/pulse-servlet.xml      |   3 +-
 geode-redis/README.md                              |  81 ++-
 geode-redis/build.gradle                           |   3 -
 .../org/apache/geode/redis/PubSubDUnitTest.java    |   2 +-
 ... AnalyzeRedisSerializablesIntegrationTest.java} |   2 +-
 ...AuthJUnitTest.java => AuthIntegrationTest.java} |   2 +-
 ...st.java => ConcurrentStartIntegrationTest.java} |   2 +-
 ...CoderTest.java => GeoCoderIntegrationTest.java} |   2 +-
 .../{GeoJUnitTest.java => GeoIntegrationTest.java} |  13 +-
 .../apache/geode/redis/HashesIntegrationTest.java  | 799 +++++++++++++++++++++
 .../org/apache/geode/redis/HashesJUnitTest.java    | 188 -----
 ...stsJUnitTest.java => ListsIntegrationTest.java} |   8 +-
 ...{PubSubTest.java => PubSubIntegrationTest.java} |   2 +-
 .../geode/redis/RedisServerIntegrationTest.java    |   4 +-
 .../java/org/apache/geode/redis/RenameTest.java    | 187 +++++
 ... => SetCommandNegativeCaseIntegrationTest.java} |   2 +-
 .../apache/geode/redis/SetsIntegrationTest.java    | 756 +++++++++++++++++++
 .../java/org/apache/geode/redis/SetsJUnitTest.java | 243 -------
 ...nitTest.java => SortedSetsIntegrationTest.java} |   2 +-
 ...sJunitTest.java => StringsIntegrationTest.java} |   2 +-
 .../java/org/apache/geode/internal/hll/Bits.java   |   3 +-
 .../internal/hll/CardinalityMergeException.java    |   1 -
 .../org/apache/geode/internal/hll/HyperLogLog.java |   9 +-
 .../apache/geode/internal/hll/HyperLogLogPlus.java |   3 +-
 .../org/apache/geode/redis/GeodeRedisServer.java   |  71 +-
 .../{Extendable.java => AutoCloseableLock.java}    |  25 +-
 .../geode/redis/internal/ByteArrayWrapper.java     |  25 +-
 .../geode/redis/internal/ByteToCommandDecoder.java |  58 +-
 .../org/apache/geode/redis/internal/Coder.java     |   5 +
 .../org/apache/geode/redis/internal/Command.java   |  27 +-
 .../apache/geode/redis/internal/DoubleWrapper.java |  15 +-
 .../redis/internal/ExecutionHandlerContext.java    |  83 ++-
 .../org/apache/geode/redis/internal/Executor.java  |   2 -
 .../apache/geode/redis/internal/Extendable.java    |   2 -
 .../org/apache/geode/redis/internal/GeoCoder.java  |   3 +-
 .../geode/redis/internal/GeodeRedisService.java    |   3 +-
 .../apache/geode/redis/internal/KeyRegistrar.java  |   5 +-
 .../internal/RedisCommandParserException.java      |   2 -
 .../geode/redis/internal/RedisCommandType.java     |  32 +-
 .../geode/redis/internal/RedisConstants.java       |   2 +-
 .../apache/geode/redis/internal/RedisDataType.java |   5 +-
 .../internal/RedisDataTypeMismatchException.java   |   2 -
 .../geode/redis/internal/RedisLockService.java     |  98 +++
 .../redis/internal/RedisLockServiceMBean.java      |  33 +
 .../redis/internal/RegionCreationException.java    |   6 +-
 .../geode/redis/internal/RegionProvider.java       | 141 +++-
 .../redis/internal/executor/AbstractExecutor.java  |  42 +-
 .../redis/internal/executor/AuthExecutor.java      |   6 +-
 .../geode/redis/internal/executor/DelExecutor.java |   6 +-
 .../redis/internal/executor/ExistsExecutor.java    |   5 +-
 .../redis/internal/executor/ExpireAtExecutor.java  |  13 +-
 .../redis/internal/executor/ExpireExecutor.java    |  14 +-
 .../redis/internal/executor/FlushAllExecutor.java  |   3 +-
 .../redis/internal/executor/KeysExecutor.java      |   8 +-
 .../redis/internal/executor/PersistExecutor.java   |   5 +-
 .../redis/internal/executor/RenameExecutor.java    |  86 +++
 .../redis/internal/executor/ScanExecutor.java      |  12 +-
 .../geode/redis/internal/executor/TTLExecutor.java |   6 +-
 .../redis/internal/executor/TypeExecutor.java      |   5 +-
 .../redis/internal/executor/UnkownExecutor.java    |  23 +-
 .../redis/internal/executor/hash/HDelExecutor.java |  60 +-
 .../internal/executor/hash/HExistsExecutor.java    |  58 +-
 .../internal/executor/hash/HGetAllExecutor.java    |  37 +-
 .../redis/internal/executor/hash/HGetExecutor.java |  42 +-
 .../internal/executor/hash/HIncrByExecutor.java    | 120 ++--
 .../executor/hash/HIncrByFloatExecutor.java        | 102 ++-
 .../internal/executor/hash/HKeysExecutor.java      |  45 +-
 .../redis/internal/executor/hash/HLenExecutor.java |  43 +-
 .../internal/executor/hash/HMGetExecutor.java      |  31 +-
 .../internal/executor/hash/HMSetExecutor.java      |  59 +-
 .../internal/executor/hash/HScanExecutor.java      |  29 +-
 .../redis/internal/executor/hash/HSetExecutor.java |  80 ++-
 .../internal/executor/hash/HSetNXExecutor.java     |  18 +-
 .../internal/executor/hash/HValsExecutor.java      |  33 +-
 .../redis/internal/executor/hash/HashExecutor.java |  64 +-
 .../redis/internal/executor/hll/PFAddExecutor.java |  11 +-
 .../internal/executor/hll/PFCountExecutor.java     |   3 +-
 .../internal/executor/hll/PFMergeExecutor.java     |   6 +-
 .../geode/redis/internal/executor/hll/Varint.java  |   4 +-
 .../internal/executor/list/LIndexExecutor.java     |   9 +-
 .../internal/executor/list/LRangeExecutor.java     |   8 +-
 .../redis/internal/executor/list/LRemExecutor.java |   5 +-
 .../redis/internal/executor/list/LSetExecutor.java |   7 +-
 .../internal/executor/list/LTrimExecutor.java      |   4 +-
 .../redis/internal/executor/list/ListExecutor.java |  22 +-
 .../redis/internal/executor/list/PopExecutor.java  |  12 +-
 .../redis/internal/executor/set/SAddExecutor.java  |  50 +-
 .../redis/internal/executor/set/SCardExecutor.java |  14 +-
 .../redis/internal/executor/set/SDiffExecutor.java |  12 +-
 .../internal/executor/set/SInterExecutor.java      |  12 +-
 .../internal/executor/set/SIsMemberExecutor.java   |  29 +-
 .../internal/executor/set/SMembersExecutor.java    |  41 +-
 .../redis/internal/executor/set/SMoveExecutor.java |  95 ++-
 .../redis/internal/executor/set/SPopExecutor.java  |  80 ++-
 .../internal/executor/set/SRandMemberExecutor.java | 104 +--
 .../redis/internal/executor/set/SRemExecutor.java  |  41 +-
 .../redis/internal/executor/set/SScanExecutor.java |  27 +-
 .../internal/executor/set/SUnionExecutor.java      |   6 +-
 .../redis/internal/executor/set/SetExecutor.java   |  25 +
 .../redis/internal/executor/set/SetOpExecutor.java |  99 +--
 .../executor/sortedset/GeoAddExecutor.java         |   3 +-
 .../executor/sortedset/GeoRadiusExecutor.java      |   3 +-
 .../executor/sortedset/GeoRadiusParameters.java    |  19 +-
 .../internal/executor/sortedset/ZAddExecutor.java  |   3 +-
 .../internal/executor/sortedset/ZCardExecutor.java |   7 +-
 .../executor/sortedset/ZCountExecutor.java         |  14 +-
 .../executor/sortedset/ZLexCountExecutor.java      |   9 +-
 .../executor/sortedset/ZRangeByLexExecutor.java    |  23 +-
 .../executor/sortedset/ZRangeByScoreExecutor.java  |  28 +-
 .../executor/sortedset/ZRangeExecutor.java         |   9 +-
 .../internal/executor/sortedset/ZRankExecutor.java |   5 +-
 .../internal/executor/sortedset/ZRemExecutor.java  |   6 +-
 .../executor/sortedset/ZRemRangeByLexExecutor.java |  14 +-
 .../sortedset/ZRemRangeByRankExecutor.java         |  14 +-
 .../sortedset/ZRemRangeByScoreExecutor.java        |  17 +-
 .../internal/executor/sortedset/ZScanExecutor.java |   8 +-
 .../internal/executor/string/AppendExecutor.java   |   2 +-
 .../internal/executor/string/BitCountExecutor.java |  20 +-
 .../internal/executor/string/BitOpExecutor.java    |  34 +-
 .../internal/executor/string/BitPosExecutor.java   |  40 +-
 .../internal/executor/string/DecrExecutor.java     |   2 +-
 .../internal/executor/string/GetBitExecutor.java   |   3 +-
 .../internal/executor/string/GetExecutor.java      |   6 +-
 .../internal/executor/string/GetRangeExecutor.java |   4 +-
 .../executor/string/IncrByFloatExecutor.java       |   1 -
 .../internal/executor/string/IncrExecutor.java     |   1 -
 .../internal/executor/string/MGetExecutor.java     |   3 +-
 .../internal/executor/string/SetBitExecutor.java   |   8 +-
 .../internal/executor/string/SetEXExecutor.java    |   3 +-
 .../internal/executor/string/SetExecutor.java      |   6 +-
 .../internal/executor/string/SetNXExecutor.java    |   5 +-
 .../internal/executor/string/SetRangeExecutor.java |   3 +-
 .../internal/executor/string/StringExecutor.java   |   2 +-
 .../internal/executor/string/StrlenExecutor.java   |   6 +-
 .../executor/transactions/ExecExecutor.java        |   7 +-
 .../internal/org/apache/hadoop/fs/GlobPattern.java |   4 +-
 .../sanctioned-geode-redis-serializables.txt       |   1 +
 geode-redis/src/performanceTest/aggregator.sh      |  91 ---
 geode-redis/src/performanceTest/benchmark.sh       | 115 ++-
 .../{benchmark.sh => environment-setup.sh}         |  12 +-
 .../{shacompare.sh => execute-operation.sh}        |  52 +-
 geode-redis/src/performanceTest/shacompare.sh      |   6 +-
 .../src/performanceTest/summarize-batch-results.sh |  72 ++
 .../performanceTest/summarize-operation-results.sh |  61 ++
 .../geode/redis/internal/CommandJUnitTest.java     |  77 ++
 .../internal/ExecutionHandlerContextJUnitTest.java |  73 ++
 .../redis/internal/RedisLockServiceJUnitTest.java  | 168 +++++
 .../redis/internal/RegionProviderJUnitTest.java    | 108 +++
 ...ptionsTest.java => SubscriptionsJUnitTest.java} |   2 +-
 .../executor/AbstractExecutorJUnitTest.java        |  61 ++
 ...est.java => AbstractScanExecutorJUnitTest.java} |   2 +-
 .../executor/UnkownExecutorJUnitTest.java}         |  36 +-
 .../executor/hash/HDelExecutorJUnitTest.java}      |  36 +-
 .../executor/set/SetExecutorJUnitTest.java         | 374 ++++++++++
 .../internal/executor/string/DelExecutorTest.java  |  71 ++
 ...orTest.java => StringSetExecutorJUnitTest.java} |   2 +-
 .../tcpserver/TcpServerGossipVersionDUnitTest.java | 162 -----
 .../TcpServerProductVersionDUnitTest.java          |  30 +-
 .../tcpserver/AdvancedSocketCreatorImpl.java       |   6 +-
 .../tcpserver/ClientSocketCreatorImpl.java         |   4 +
 ...atorImpl.java => ClusterSocketCreatorImpl.java} |   8 +-
 .../internal/tcpserver/ConnectionWatcher.java      |   5 +-
 .../internal/tcpserver/HostAndPort.java            |  27 +-
 .../internal/tcpserver/InfoRequest.java            |   3 +-
 .../internal/tcpserver/InfoResponse.java           |   5 +-
 .../internal/tcpserver/ProtocolChecker.java        |   6 +
 .../internal/tcpserver/ShutdownRequest.java        |   3 +-
 .../internal/tcpserver/ShutdownResponse.java       |   4 +-
 .../distributed/internal/tcpserver/TcpClient.java  |  23 +-
 .../distributed/internal/tcpserver/TcpHandler.java |   4 +
 .../distributed/internal/tcpserver/TcpServer.java  | 109 +--
 .../internal/tcpserver/TcpSocketCreatorImpl.java   |   6 +-
 .../internal/tcpserver/VersionRequest.java         |   3 +-
 .../internal/tcpserver/VersionResponse.java        |   4 +-
 .../{ConnectionWatcher.java => package-info.java}  |  32 +-
 .../internal/tcpserver/HostAndPortTest.java        |  94 ++-
 .../tcpserver/TcpServerDependenciesTest.java       |   3 +
 .../internal/tcpserver/TcpServerJUnitTest.java     | 190 ++---
 .../WANHostNameVerificationDistributedTest.java    |   6 +-
 .../internal/cache/wan/GatewayReceiverImpl.java    |   2 +-
 .../cache/wan/GatewayReceiverImplTest.java         |   2 +-
 .../internal/rest/RebalanceIntegrationTest.java    |   2 +-
 gradle/warnings.gradle                             |  21 +
 499 files changed, 9029 insertions(+), 3889 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/internal/tcp/CloseConnectionTest.java
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/internal/tcp/TestServerStartupWhenAsyncDistributionTimeoutIsSet.java
 rename geode-core/src/integrationTest/java/org/apache/geode/codeAnalysis/{AnalyzeSerializablesJUnitTest.java => AnalyzeCoreSerializablesJUnitTest.java} (92%)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/codeAnalysis/RestrictUseOfInetAddressJUnitTest.java
 rename geode-core/src/main/java/org/apache/geode/{internal/net => admin/internal}/InetAddressUtils.java (63%)
 rename geode-core/src/main/java/org/apache/geode/{internal/net => admin/internal}/InetAddressUtilsWithLogging.java (95%)
 rename geode-core/src/main/java/org/apache/geode/internal/net/{SCServerSocketCreator.java => SCClusterSocketCreator.java} (95%)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/operation/OperationStateConcurrentTest.java
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/operation/RebalanceOperationPerformerTest.java
 create mode 100644 geode-junit/src/main/java/org/apache/geode/codeAnalysis/AnalyzeDataSerializablesJUnitTestBase.java
 create mode 100644 geode-junit/src/main/java/org/apache/geode/test/junit/rules/ClassAnalysisRule.java
 rename {geode-core => geode-management}/src/integrationTest/java/org/apache/geode/codeAnalysis/AnalyzeManagementSerializablesJUnitTest.java (85%)
 copy {geode-memcached => geode-management}/src/integrationTest/resources/org/apache/geode/codeAnalysis/excludedClasses.txt (100%)
 copy {geode-web-api => geode-management}/src/integrationTest/resources/org/apache/geode/codeAnalysis/openBugs.txt (100%)
 copy {geode-web-api => geode-management}/src/integrationTest/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt (100%)
 rename {geode-core => geode-management}/src/main/resources/org/apache/geode/internal/sanctioned-geode-management-serializables.txt (94%)
 create mode 100644 geode-membership/src/integrationTest/java/org/apache/geode/codeAnalysis/AnalyzeMembershipSerializablesJUnitTest.java
 create mode 100644 geode-membership/src/integrationTest/resources/org/apache/geode/codeAnalysis/excludedClasses.txt
 copy {geode-web-api => geode-membership}/src/integrationTest/resources/org/apache/geode/codeAnalysis/openBugs.txt (100%)
 create mode 100644 geode-membership/src/integrationTest/resources/org/apache/geode/codeAnalysis/sanctionedDataSerializables.txt
 create mode 100644 geode-pulse/src/integrationTest/java/org/apache/geode/tools/pulse/security/CustomSecurityConfigTest.java
 create mode 100644 geode-pulse/src/integrationTest/java/org/apache/geode/tools/pulse/security/DefaultSecurityConfigTest.java
 create mode 100644 geode-pulse/src/integrationTest/resources/pulse-authentication-custom.xml
 rename geode-redis/src/integrationTest/java/org/apache/geode/codeAnalysis/{AnalyzeRedisSerializablesJUnitTest.java => AnalyzeRedisSerializablesIntegrationTest.java} (91%)
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{AuthJUnitTest.java => AuthIntegrationTest.java} (99%)
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{ConcurrentStartTest.java => ConcurrentStartIntegrationTest.java} (98%)
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{GeoCoderTest.java => GeoCoderIntegrationTest.java} (97%)
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{GeoJUnitTest.java => GeoIntegrationTest.java} (99%)
 create mode 100755 geode-redis/src/integrationTest/java/org/apache/geode/redis/HashesIntegrationTest.java
 delete mode 100755 geode-redis/src/integrationTest/java/org/apache/geode/redis/HashesJUnitTest.java
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{ListsJUnitTest.java => ListsIntegrationTest.java} (96%)
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{PubSubTest.java => PubSubIntegrationTest.java} (99%)
 create mode 100644 geode-redis/src/integrationTest/java/org/apache/geode/redis/RenameTest.java
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{SetCommandNegativeCaseTest.java => SetCommandNegativeCaseIntegrationTest.java} (98%)
 create mode 100755 geode-redis/src/integrationTest/java/org/apache/geode/redis/SetsIntegrationTest.java
 delete mode 100755 geode-redis/src/integrationTest/java/org/apache/geode/redis/SetsJUnitTest.java
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{SortedSetsJUnitTest.java => SortedSetsIntegrationTest.java} (99%)
 rename geode-redis/src/integrationTest/java/org/apache/geode/redis/{StringsJunitTest.java => StringsIntegrationTest.java} (99%)
 copy geode-redis/src/main/java/org/apache/geode/redis/internal/{Extendable.java => AutoCloseableLock.java} (69%)
 create mode 100644 geode-redis/src/main/java/org/apache/geode/redis/internal/RedisLockService.java
 create mode 100644 geode-redis/src/main/java/org/apache/geode/redis/internal/RedisLockServiceMBean.java
 create mode 100644 geode-redis/src/main/java/org/apache/geode/redis/internal/executor/RenameExecutor.java
 delete mode 100644 geode-redis/src/performanceTest/aggregator.sh
 mode change 100644 => 100755 geode-redis/src/performanceTest/benchmark.sh
 copy geode-redis/src/performanceTest/{benchmark.sh => environment-setup.sh} (88%)
 mode change 100644 => 100755
 copy geode-redis/src/performanceTest/{shacompare.sh => execute-operation.sh} (50%)
 mode change 100644 => 100755
 mode change 100644 => 100755 geode-redis/src/performanceTest/shacompare.sh
 create mode 100755 geode-redis/src/performanceTest/summarize-batch-results.sh
 create mode 100755 geode-redis/src/performanceTest/summarize-operation-results.sh
 create mode 100644 geode-redis/src/test/java/org/apache/geode/redis/internal/CommandJUnitTest.java
 create mode 100644 geode-redis/src/test/java/org/apache/geode/redis/internal/ExecutionHandlerContextJUnitTest.java
 create mode 100644 geode-redis/src/test/java/org/apache/geode/redis/internal/RedisLockServiceJUnitTest.java
 create mode 100644 geode-redis/src/test/java/org/apache/geode/redis/internal/RegionProviderJUnitTest.java
 rename geode-redis/src/test/java/org/apache/geode/redis/internal/{SubscriptionsTest.java => SubscriptionsJUnitTest.java} (99%)
 create mode 100644 geode-redis/src/test/java/org/apache/geode/redis/internal/executor/AbstractExecutorJUnitTest.java
 rename geode-redis/src/test/java/org/apache/geode/redis/internal/executor/{AbstractScanExecutorTest.java => AbstractScanExecutorJUnitTest.java} (97%)
 copy geode-redis/src/{main/java/org/apache/geode/redis/internal/executor/UnkownExecutor.java => test/java/org/apache/geode/redis/internal/executor/UnkownExecutorJUnitTest.java} (56%)
 mode change 100755 => 100644
 copy geode-redis/src/{main/java/org/apache/geode/redis/internal/executor/UnkownExecutor.java => test/java/org/apache/geode/redis/internal/executor/hash/HDelExecutorJUnitTest.java} (53%)
 mode change 100755 => 100644
 create mode 100644 geode-redis/src/test/java/org/apache/geode/redis/internal/executor/set/SetExecutorJUnitTest.java
 create mode 100644 geode-redis/src/test/java/org/apache/geode/redis/internal/executor/string/DelExecutorTest.java
 rename geode-redis/src/test/java/org/apache/geode/redis/internal/executor/string/{SetExecutorTest.java => StringSetExecutorJUnitTest.java} (99%)
 delete mode 100644 geode-tcp-server/src/distributedTest/java/org/apache/geode/distributed/internal/tcpserver/TcpServerGossipVersionDUnitTest.java
 rename geode-tcp-server/src/main/java/org/apache/geode/distributed/internal/tcpserver/{ServerSocketCreatorImpl.java => ClusterSocketCreatorImpl.java} (91%)
 copy geode-tcp-server/src/main/java/org/apache/geode/distributed/internal/tcpserver/{ConnectionWatcher.java => package-info.java} (55%)
 mode change 100755 => 100644
 rename geode-tcp-server/src/{distributedTest => test}/java/org/apache/geode/distributed/internal/tcpserver/TcpServerJUnitTest.java (60%)
 create mode 100644 gradle/warnings.gradle


[geode] 02/02: remove meta-* jobs that we won't use for mass-test-run

Posted by ig...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

igodwin pushed a commit to branch mass-test-run
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 53020718beee061cfc1934460f130d8c30a47bb3
Author: Mark Hanson <mh...@pivotal.io>
AuthorDate: Mon Jan 27 15:27:19 2020 -0800

    remove meta-* jobs that we won't use for mass-test-run
---
 ci/pipelines/meta/jinja.template.yml | 206 +----------------------------------
 1 file changed, 1 insertion(+), 205 deletions(-)

diff --git a/ci/pipelines/meta/jinja.template.yml b/ci/pipelines/meta/jinja.template.yml
index 792254f..a67e377 100644
--- a/ci/pipelines/meta/jinja.template.yml
+++ b/ci/pipelines/meta/jinja.template.yml
@@ -51,13 +51,7 @@ resources:
     branch: ((!geode-build-branch))
     paths:
     - ci/pipelines/images/*
-- name: geode-reaper-pipeline
-  type: git
-  source:
-    {{ github_access() | indent(4) }}
-    branch: ((!geode-build-branch))
-    paths:
-    - ci/pipelines/reaper/*
+
 - name: meta-mini-dockerfile
   type: git
   source:
@@ -71,35 +65,6 @@ resources:
     username: ((!docker-username))
     password: ((!docker-password))
     repository: gcr.io/((!gcp-project))/((!sanitized-geode-fork))-((!sanitized-geode-build-branch))-meta-img
-{% if repository.fork == repository.upstream_fork %}
-- name: geode-examples-pipeline
-  type: git
-  source:
-    {{ github_access() | indent(4) }}
-    branch: ((!geode-build-branch))
-    paths:
-    - ci/pipelines/examples/*
-    - ci/pipelines/shared/*
-    - ci/pipelines/render.py
-    - ci/pipelines/meta/meta.properties
-- name: geode-pr-pipeline
-  type: git
-  source:
-    {{ github_access() | indent(4) }}
-    branch: ((!geode-build-branch))
-    paths:
-    - ci/pipelines/pull-request/*
-    - ci/pipelines/shared/*
-    - ci/pipelines/render.py
-    - ci/pipelines/meta/meta.properties
-{% endif %}
-- name: geode-metrics-pipeline
-  type: git
-  source:
-    {{ github_access() | indent(4) }}
-    branch: ((!geode-build-branch))
-    paths:
-    - ci/pipelines/metrics/*
 
 jobs:
 - name: set-images-pipeline
@@ -187,175 +152,6 @@ jobs:
         - results/pipeline-vars.yml
 
 
-{% if repository.fork == repository.upstream_fork %}
-- name: set-examples-pipeline
-  serial: true
-  public: ((!public-pipelines))
-  plan:
-  - get: geode-examples-pipeline
-    trigger: true
-  - get: meta-mini-image
-    trigger: true
-    passed: [build-meta-mini-docker-image]
-  - task: deploy-build
-    image: meta-mini-image
-    config:
-      platform: linux
-      inputs:
-        - name: geode-examples-pipeline
-      outputs:
-        - name: results
-      params:
-        OUTPUT_DIRECTORY: results
-        GEODE_BRANCH: ((geode-build-branch))
-        GEODE_FORK: ((geode-fork))
-        GEODE_REPO_NAME: ((geode-repo-name))
-        REPOSITORY_PUBLIC: {{ repository.public }}
-        ARTIFACT_BUCKET: ((artifact-bucket))
-        UPSTREAM_FORK: {{ repository.upstream_fork }}
-        PIPELINE_PREFIX: ((pipeline-prefix))
-        SANITIZED_GEODE_BRANCH: ((sanitized-geode-build-branch))
-        SANITIZED_GEODE_FORK: ((sanitized-geode-fork))
-        GCP_PROJECT: ((gcp-project))
-        PUBLIC_PIPELINES: ((public-pipelines))
-        SEMVER_PRERELEASE_TOKEN: ((semver-prerelease-token))
-      run:
-        path: geode-examples-pipeline/ci/pipelines/examples/deploy_pipeline.sh
-  - put: concourse
-    params:
-      pipelines:
-      - name: ((!pipeline-prefix))examples
-        team: ((!concourse-team))
-        config_file: results/generated-pipeline.yml
-        vars_files:
-        - results/pipeline-vars.yml
-
-- name: set-pr-pipeline
-  serial: true
-  public: ((!public-pipelines))
-  plan:
-  - get: geode-pr-pipeline
-    trigger: true
-  - get: meta-mini-image
-    trigger: true
-    passed: [build-meta-mini-docker-image]
-  - task: deploy-pr
-    image: meta-mini-image
-    config:
-      platform: linux
-      inputs:
-        - name: geode-pr-pipeline
-      outputs:
-        - name: results
-      params:
-        OUTPUT_DIRECTORY: results
-        GEODE_BRANCH: ((!geode-build-branch))
-        GEODE_FORK: ((!geode-fork))
-        GEODE_REPO_NAME: ((geode-repo-name))
-        REPOSITORY_PUBLIC: {{ repository.public }}
-        ARTIFACT_BUCKET: ((artifact-bucket))
-        UPSTREAM_FORK: {{ repository.upstream_fork }}
-        PIPELINE_PREFIX: ((pipeline-prefix))
-        GCP_PROJECT: ((gcp-project))
-        PUBLIC_PIPELINES: ((public-pipelines))
-        GRADLE_GLOBAL_ARGS: ((gradle-global-args))
-      run:
-        path: geode-pr-pipeline/ci/pipelines/pull-request/deploy_pr_pipeline.sh
-  - put: concourse
-    params:
-      pipelines:
-      - name: ((!pipeline-prefix))pr
-        team: ((!concourse-team))
-        config_file: results/generated-pipeline.yml
-        vars_files:
-        - results/pipeline-vars.yml
-
-{% endif %}
-
-- name: set-metrics-pipeline
-  serial: true
-  public: ((!public-pipelines))
-  plan:
-    - get: geode-metrics-pipeline
-      trigger: true
-    - get: meta-mini-image
-      trigger: true
-      passed: [build-meta-mini-docker-image]
-    - task: create-metrics-pipeline-yml
-      image: meta-mini-image
-      config:
-        platform: linux
-        inputs:
-          - name: geode-metrics-pipeline
-        outputs:
-          - name: results
-        params:
-          OUTPUT_DIRECTORY: results
-          GEODE_BRANCH: ((geode-build-branch))
-          GEODE_FORK: ((geode-fork))
-          GEODE_REPO_NAME: ((geode-repo-name))
-          REPOSITORY_PUBLIC: {{ repository.public }}
-          ARTIFACT_BUCKET: ((artifact-bucket))
-          UPSTREAM_FORK: {{ repository.upstream_fork }}
-          PIPELINE_PREFIX: ((pipeline-prefix))
-          SANITIZED_GEODE_BRANCH: ((sanitized-geode-build-branch))
-          SANITIZED_GEODE_FORK: ((sanitized-geode-fork))
-          GCP_PROJECT: ((gcp-project))
-          PUBLIC_PIPELINES: ((public-pipelines))
-          CONCOURSE_URL: ((concourse-url))
-          CONCOURSE_HOST: ((concourse-host))
-          CONCOURSE_TEAM: ((concourse-team))
-        run:
-          path: geode-metrics-pipeline/ci/pipelines/metrics/deploy_metrics_pipeline.sh
-    - put: concourse
-      params:
-        pipelines:
-          - name: ((!pipeline-prefix))metrics
-            team: ((!concourse-team))
-            config_file: results/generated-pipeline.yml
-            vars_files:
-              - results/pipeline-vars.yml
-
-- name: set-reaper-pipeline
-  serial: true
-  public: ((!public-pipelines))
-  plan:
-    - get: geode-reaper-pipeline
-      trigger: true
-    - get: meta-mini-image
-      trigger: true
-      passed: [build-meta-mini-docker-image]
-    - task: create-image-yml
-      image: meta-mini-image
-      config:
-        platform: linux
-        inputs:
-          - name: geode-reaper-pipeline
-        outputs:
-          - name: results
-        params:
-          OUTPUT_DIRECTORY: results
-          GEODE_BRANCH: ((geode-build-branch))
-          GEODE_FORK: ((geode-fork))
-          GEODE_REPO_NAME: ((geode-repo-name))
-          REPOSITORY_PUBLIC: {{ repository.public }}
-          UPSTREAM_FORK: {{ repository.upstream_fork }}
-          PIPELINE_PREFIX: ((pipeline-prefix))
-          SANITIZED_GEODE_BRANCH: ((sanitized-geode-build-branch))
-          SANITIZED_GEODE_FORK: ((sanitized-geode-fork))
-          GCP_PROJECT: ((gcp-project))
-          PUBLIC_PIPELINES: ((public-pipelines))
-        run:
-          path: geode-reaper-pipeline/ci/pipelines/reaper/deploy_reaper_pipeline.sh
-    - put: concourse
-      params:
-        pipelines:
-          - name: ((!pipeline-prefix))reaper
-            team: ((!concourse-team))
-            config_file: results/generated-pipeline.yml
-            vars_files:
-              - results/pipeline-vars.yml
-
 - name: build-meta-mini-docker-image
   public: ((!public-pipelines))
   serial: true


[geode] 01/02: Mass-test-run branch, no windows or publication jobs

Posted by ig...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

igodwin pushed a commit to branch mass-test-run
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 50cd6976d06bd68185149f8908b703b773ee4c2d
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Mon Jan 27 15:20:46 2020 -0800

    Mass-test-run branch, no windows or publication jobs
    
    Co-authored-by: Robert Houghton <rh...@pivotal.io>
    Co-authored-by: Mark Hanson <mh...@pivotal.io>
---
 ci/pipelines/geode-build/jinja.template.yml | 310 +---------------------------
 ci/pipelines/shared/jinja.variables.yml     |  77 +------
 2 files changed, 9 insertions(+), 378 deletions(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index da6e399..f9dcbda 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -92,66 +92,6 @@ GRADLE_GLOBAL_ARGS: ((gradle-global-args))
   {%- endfor -%}
 {% endmacro %}
 
-groups:
-- name: main
-  jobs:
-  - {{ build_test.name }}
-  {{- all_gating_jobs() | indent(2) }}
-  - UpdatePassingTokens
-  {%- if repository.upstream_fork != "apache" or repository.branch == "develop" %}
-  - PublishArtifacts
-  {%- endif %}
-  {%- for flavor in (benchmarks.flavors) %}
-  - Benchmark{{flavor.title}}
-  {%- endfor %}
-- name: complete
-  jobs:
-  - {{ build_test.name }}
-  {%- for test in (tests) if not test.name=="StressNew" -%}
-    {%- for java_test_version in (java_test_versions) %}
-  - {{test.name}}Test{{java_test_version.name}}
-    {%- endfor -%}
-  {%- endfor %}
-  - UpdatePassingTokens
-  {%- if repository.upstream_fork != "apache" or repository.branch == "develop" %}
-  - PublishArtifacts
-  {%- endif %}
-  {%- for flavor in (benchmarks.flavors) %}
-  - Benchmark{{flavor.title}}
-  {%- endfor %}
-- name: linux
-  jobs:
-  - {{ build_test.name }}
-  {%- for test in (tests) if test.PLATFORM=="linux" and not test.name=="StressNew" -%}
-    {% for java_test_version in (java_test_versions) %}
-  - {{test.name}}Test{{java_test_version.name}}
-    {%- endfor -%}
-  {%- endfor %}
-  {%- for flavor in (benchmarks.flavors) %}
-  - Benchmark{{flavor.title}}
-  {%- endfor %}
-- name: windows
-  jobs:
-  - {{ build_test.name }}
-  {%- for test in (tests) if test.PLATFORM=="windows" -%}
-    {% for java_test_version in (java_test_versions) %}
-  - {{test.name}}Test{{java_test_version.name}}
-    {%- endfor -%}
-  {%- endfor %}
-{%- for java_test_version in (java_test_versions) %}
-- name: {{java_test_version.name}}
-  jobs:
-  - {{ build_test.name }}
-  {%- for test in (tests) if not test.name=="StressNew" %}
-  - {{test.name}}Test{{java_test_version.name}}
-  {%- endfor -%}
-{%- endfor %}
-- name: Semver Management
-  jobs:
-  {%- for semverPiece in ['major', 'minor', 'patch'] %}
-  - Bump{{ semverPiece.title() }}
-  {%- endfor %}
-
 resources:
 - name: concourse-metadata-resource
   type: concourse-metadata-resource
@@ -173,12 +113,7 @@ resources:
     paths:
     - ci/*
     {{ github_access() | indent(4) }}
-- name: geode-benchmarks
-  type: git
-  source:
-    branch: {{benchmarks.benchmark_branch}}
-    depth: 1
-    uri: https://github.com/apache/geode-benchmarks.git
+
 - name: geode-build-version
   type: semver
   source:
@@ -187,12 +122,7 @@ resources:
     initial_version: {{ metadata.initial_version }}
     json_key: ((!concourse-gcp-key))
     key: semvers/((pipeline-prefix))((geode-build-branch))/version
-- name: geode-passing-tokens
-  type: gcs-resource
-  source:
-    bucket: ((artifact-bucket))
-    json_key: ((concourse-gcp-key))
-    versioned_file: semvers/((pipeline-prefix))((geode-build-branch))/passing-build-tokens.json
+
 - name: alpine-tools-image
   type: docker-image
   source:
@@ -201,12 +131,6 @@ resources:
     repository: gcr.io/((gcp-project))/((pipeline-prefix))alpine-tools
     tag: latest
 
-- name: windows-builder-image-family
-  type: gci
-  source:
-    key: ((concourse-gcp-key))
-    family_project: ((gcp-project))
-    family: ((pipeline-prefix))windows-geode-builder
 
 - name: linux-builder-image-family
   type: gci
@@ -233,16 +157,8 @@ resource_types:
   source:
     repository: frodenas/gcs-resource
 jobs:
-{% for semverPiece in ['major', 'minor', 'patch'] -%}
-- name: Bump{{ semverPiece.title() }}
-  serial: true
-  plan:
-  - get: geode-build-version
-    params: { bump: {{ semverPiece }} }
-  - put: geode-build-version
-    params:
-      file: geode-build-version/number
-{% endfor %}
+
+
 - name: {{build_test.name}}
   public: true
   max_in_flight: {{build_test.MAX_IN_FLIGHT}}
@@ -388,224 +304,6 @@ jobs:
               - name: instance-data
             timeout: 1h
 
-- name: UpdatePassingTokens
-  public: true
-  serial: true
-  plan:
-  - aggregate:
-    - get: alpine-tools-image
-    - get: geode
-      passed: &update-token-passed-anchor
-{%- if repository.upstream_fork != "apache" or repository.branch == "develop" %}
-      - PublishArtifacts
-{% else %}
-      {% for flavor in (benchmarks.flavors) %}
-      - Benchmark{{flavor.title}}
-      {% endfor %}
-{% endif %}
-      trigger: true
-    - get: geode-build-version
-      trigger: true
-      passed: *update-token-passed-anchor
-  - task: couple-sha-and-build-id
-    image: alpine-tools-image
-    config:
-      platform: linux
-      inputs:
-      - name: geode
-      - name: geode-build-version
-      outputs:
-      - name: geode-passing-tokens
-      run:
-        path: bash
-        args:
-        - -cx
-        - |
-          pushd geode
-            GEODE_SHA=$(git rev-parse HEAD)
-          popd
-          GEODE_SEMVER=$(cat geode-build-version/number)
-
-          GS_PATH=gs://((artifact-bucket))/semvers/((pipeline-prefix))((geode-build-branch))/passing-build-tokens.json
-          CURRENT_PASSING_SHA=$(gsutil cat ${GS_PATH} | jq -r .ref)
-          set -e
-          # Check that the incoming GEODE_SHA is a descendent of the currently stored value.
-          # Keeps us from winding back the repository in the case of an out-of-order pipeline pass
-          if [ -z "${CURRENT_PASSING_SHA}" ] || (cd geode; git merge-base --is-ancestor ${CURRENT_PASSING_SHA} ${GEODE_SHA}); then
-            cat > geode-passing-tokens/passing-build-tokens.json <<JSON
-          {
-            "ref": "${GEODE_SHA}",
-            "semver": "${GEODE_SEMVER}"
-          }
-          JSON
-          fi
-  - aggregate:
-    - put: geode-passing-tokens
-      params:
-        file: geode-passing-tokens/passing-build-tokens.json
-
-{% for run_var in (benchmarks.flavors) %}
-- name: Benchmark{{ run_var.title }}
-  public: true
-  max_in_flight: 3
-  plan:
-  - get: geode-ci
-    passed:
-    {{ all_gating_jobs() | indent(4) }}
-  - get: alpine-tools-image
-  - aggregate:
-    - get: geode
-      passed:
-      {{ all_gating_jobs() | indent(6) }}
-      trigger: true
-    - get: geode-benchmarks
-    - get: geode-build-version
-      trigger: true
-      passed:
-      {{ all_gating_jobs() | indent(6) }}
-    - put: concourse-metadata-resource
-  - do:
-    - task: run_benchmarks{{ run_var.title }}
-      image: alpine-tools-image
-      config:
-        platform: linux
-        params:
-          AWS_ACCESS_KEY_ID: ((benchmarks-access-key-id))
-          AWS_SECRET_ACCESS_KEY: ((benchmarks-secret-access-key))
-          AWS_DEFAULT_REGION: us-west-2
-          AWS_REGION: us-west-2
-          ARTIFACT_BUCKET: ((artifact-bucket))
-          BENCHMARKS_BRANCH: {{benchmarks.benchmark_branch}}
-          BASELINE_BRANCH: {{benchmarks.baseline_branch}}
-          BASELINE_VERSION: {{benchmarks.baseline_version}}
-          FLAGS: {{ run_var.flag }}
-          TAG_POSTFIX: {{ run_var.title }}
-          TEST_OPTIONS: {{ run_var.options }}
-        run:
-          path: geode-ci/ci/scripts/run_benchmarks.sh
-        inputs:
-        - name: geode
-        - name: geode-ci
-        - name: geode-benchmarks
-        - name: concourse-metadata-resource
-        outputs:
-        - name: results
-      timeout: 8h
-      ensure:
-        do:
-        - task: cleanup_benchmarks
-          image: alpine-tools-image
-          config:
-            platform: linux
-            params:
-              AWS_ACCESS_KEY_ID: ((benchmarks-access-key-id))
-              AWS_SECRET_ACCESS_KEY: ((benchmarks-secret-access-key))
-              AWS_DEFAULT_REGION: us-west-2
-              AWS_REGION: us-west-2
-              ARTIFACT_BUCKET: ((artifact-bucket))
-              BASELINE_BRANCH: {{benchmarks.baseline_branch}}
-              BASELINE_VERSION: {{benchmarks.baseline_version}}
-              FLAGS: {{ run_var.flag }}
-              TAG_POSTFIX: {{ run_var.title }}
-              TEST_OPTIONS: {{ run_var.options }}
-            run:
-              path: geode-ci/ci/scripts/cleanup_benchmarks.sh
-            inputs:
-            - name: geode
-            - name: geode-ci
-            - name: geode-benchmarks
-            - name: concourse-metadata-resource
-            - name: results
-{% endfor %}
-{% if repository.upstream_fork != "apache" or repository.branch == "develop" %}
-- name: PublishArtifacts
-  public: true
-  plan:
-  - aggregate:
-    - get: geode-ci
-      passed: &publish-passed-inputs
-      {% for flavor in (benchmarks.flavors) %}
-      - Benchmark{{flavor.title}}
-      {% endfor %}
-    - get: alpine-tools-image
-    - get: geode
-      passed: *publish-passed-inputs
-      trigger: true
-    - get: linux-builder-image-family
-  - aggregate:
-    - get: geode-build-version
-      trigger: true
-      passed: *publish-passed-inputs
-    - put: concourse-metadata-resource
-    {{ init_retry()|indent(4) }}
-  - task: create_instance
-    image: alpine-tools-image
-    config:
-      platform: linux
-      params:
-        {{ common_instance_params(publish_artifacts) | indent(8) }}
-        GEODE_BRANCH: {{repository.branch}}
-        GEODE_FORK: {{repository.fork}}
-        JAVA_BUILD_VERSION: {{ java_build_version.version }}
-        IMAGE_FAMILY_NAME: ((pipeline-prefix))linux-geode-builder
-      run:
-        path: geode-ci/ci/scripts/create_instance.sh
-      inputs:
-      - name: concourse-metadata-resource
-      - name: geode-ci
-      - name: geode
-      - name: attempts-log
-        path: old
-      outputs:
-      - name: instance-data
-      - name: attempts-log
-        path: new
-    timeout: 20m
-    attempts: 5
-  - task: rsync_code_up
-    image: alpine-tools-image
-    config:
-      platform: linux
-      run:
-        path: geode-ci/ci/scripts/rsync_code_up.sh
-      inputs:
-      - name: geode-ci
-      - name: geode
-      - name: instance-data
-    timeout: 5m
-  - task: publish
-    image: alpine-tools-image
-    config:
-      platform: linux
-      params:
-        MAINTENANCE_VERSION: ((geode-build-branch))
-        ARTIFACT_BUCKET: ((artifact-bucket))
-        SERVICE_ACCOUNT: ((!concourse-gcp-account))
-        JAVA_BUILD_VERSION: {{ java_build_version.version }}
-        MAVEN_SNAPSHOT_BUCKET: ((maven-snapshot-bucket))
-        GRADLE_GLOBAL_ARGS: ((gradle-global-args))
-      run:
-        path: geode-ci/ci/scripts/execute_publish.sh
-      inputs:
-      - name: instance-data
-      - name: geode
-      - name: geode-ci
-      - name: geode-build-version
-    ensure:
-      do:
-      - task: delete_instance
-        image: alpine-tools-image
-        config:
-          platform: linux
-          run:
-            path: geode-ci/ci/scripts/delete_instance.sh
-          inputs:
-          - name: geode-ci
-          - name: instance-data
-        timeout: 1h
-
-{% endif %}
-
 {%- for test in tests if not test.name=="StressNew" %}
   {%- set parameters = {} %}
   {%- do deep_merge(parameters, test) %}
diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index a82cdca..3931254 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -84,7 +84,7 @@ tests:
   DUNIT_PARALLEL_FORKS: '0'
   EXECUTE_TEST_TIMEOUT: 30m
   GRADLE_TASK: test
-  MAX_IN_FLIGHT: 1
+  MAX_IN_FLIGHT: 5
   PARALLEL_DUNIT: 'false'
   PARALLEL_GRADLE: 'true'
   PLATFORM: linux
@@ -96,7 +96,7 @@ tests:
   DUNIT_PARALLEL_FORKS: '0'
   EXECUTE_TEST_TIMEOUT: 1h30m
   GRADLE_TASK: acceptanceTest
-  MAX_IN_FLIGHT: 2
+  MAX_IN_FLIGHT: 5
   PARALLEL_DUNIT: 'false'
   PARALLEL_GRADLE: 'false'
   PLATFORM: linux
@@ -108,7 +108,7 @@ tests:
   DUNIT_PARALLEL_FORKS: '24'
   EXECUTE_TEST_TIMEOUT: 3h00m
   GRADLE_TASK: distributedTest
-  MAX_IN_FLIGHT: 3
+  MAX_IN_FLIGHT: 5
   PARALLEL_DUNIT: 'true'
   PLATFORM: linux
   RAM: '250'
@@ -119,7 +119,7 @@ tests:
   DUNIT_PARALLEL_FORKS: '48'
   EXECUTE_TEST_TIMEOUT: 40m
   GRADLE_TASK: integrationTest
-  MAX_IN_FLIGHT: 1
+  MAX_IN_FLIGHT: 5
   PARALLEL_DUNIT: 'true'
   PLATFORM: linux
   RAM: '90'
@@ -130,75 +130,8 @@ tests:
   DUNIT_PARALLEL_FORKS: '48'
   EXECUTE_TEST_TIMEOUT: 1h
   GRADLE_TASK: upgradeTest
-  MAX_IN_FLIGHT: 2
+  MAX_IN_FLIGHT: 5
   PARALLEL_DUNIT: 'true'
   PLATFORM: linux
   RAM: '210'
   name: Upgrade
-- ARTIFACT_SLUG: stressnewtestfiles
-  CALL_STACK_TIMEOUT: '20700'
-  CPUS: '96'
-  DUNIT_PARALLEL_FORKS: '24'
-  EXECUTE_TEST_TIMEOUT: 6h
-  GRADLE_TASK: repeatTest
-  PARALLEL_DUNIT: 'true'
-  PARALLEL_GRADLE: 'false'
-  PLATFORM: linux
-  RAM: '280'
-  name: StressNew
-- ARTIFACT_SLUG: windows-acceptancetestfiles
-  CPUS: '16'
-  DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 6h
-  GRADLE_TASK: :geode-assembly:acceptanceTest
-  MAX_IN_FLIGHT: 3
-  PARALLEL_DUNIT: 'false'
-  PARALLEL_GRADLE: 'false'
-  PLATFORM: windows
-  RAM: '64'
-  name: WindowsAcceptance
-- ARTIFACT_SLUG: windows-gfshdistributedtest
-  CPUS: '16'
-  DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 6h
-  GRADLE_TASK: distributedTest
-  GRADLE_TASK_OPTIONS: -PtestCategory=org.apache.geode.test.junit.categories.GfshTest
-  MAX_IN_FLIGHT: 5
-  PARALLEL_DUNIT: 'false'
-  PARALLEL_GRADLE: 'false'
-  PLATFORM: windows
-  RAM: '64'
-  name: WindowsGfshDistributed
-- ARTIFACT_SLUG: windows-integrationtestfiles
-  CPUS: '16'
-  DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 6h
-  GRADLE_TASK: integrationTest
-  GRADLE_TASK_OPTIONS: -x geode-core:integrationTest
-  MAX_IN_FLIGHT: 2
-  PARALLEL_DUNIT: 'false'
-  PARALLEL_GRADLE: 'false'
-  PLATFORM: windows
-  RAM: '64'
-  name: WindowsIntegration
-- ARTIFACT_SLUG: windows-coreintegrationtestfiles
-  CPUS: '16'
-  DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 6h
-  GRADLE_TASK: geode-core:integrationTest
-  MAX_IN_FLIGHT: 6
-  PARALLEL_DUNIT: 'false'
-  PARALLEL_GRADLE: 'false'
-  PLATFORM: windows
-  RAM: '64'
-  name: WindowsCoreIntegration
-- ARTIFACT_SLUG: windows-unittestfiles
-  CPUS: '16'
-  DUNIT_PARALLEL_FORKS: '0'
-  EXECUTE_TEST_TIMEOUT: 6h
-  GRADLE_TASK: test
-  MAX_IN_FLIGHT: 1
-  PARALLEL_DUNIT: 'false'
-  PLATFORM: windows
-  RAM: '64'
-  name: WindowsUnit