|
| 1 | +<?xml version='1.0' encoding='UTF-8'?> |
| 2 | +<!-- |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +--> |
| 15 | +<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TKG/resources/playlist.xsd"> |
| 16 | + <test> |
| 17 | + <testCaseName>churn_1m_allGCs</testCaseName> |
| 18 | + <command> |
| 19 | + export OTOOL_JDK_VERSION="$(JDK_VERSION)" ; \ |
| 20 | + export JREJDK="jdk" ; \ |
| 21 | + export OTOOL_garbageCollector="ALL" ; \ |
| 22 | + export DURATION="60" ; \ |
| 23 | + export CHURN_TAP=false ; \ |
| 24 | + export TMPRESULTS="$(Q)$(REPORTDIR)$(D)report$(Q)"; \ |
| 25 | + cd $TMPRESULTS ; \ |
| 26 | + bash "$(TEST_ROOT)$(D)system$(D)churn$(D)churn$(D)run.sh"; \ |
| 27 | + $(TEST_STATUS) |
| 28 | + </command> |
| 29 | + <levels> |
| 30 | + <level>dev</level> |
| 31 | + </levels> |
| 32 | + <platformRequirementsList> |
| 33 | + <platformRequirements>os.linux</platformRequirements> |
| 34 | + <platformRequirements>os.win</platformRequirements> |
| 35 | + <platformRequirements>os.osx</platformRequirements> |
| 36 | + </platformRequirementsList> |
| 37 | + <groups> |
| 38 | + <group>system</group> |
| 39 | + </groups> |
| 40 | + <vendors> |
| 41 | + <vendor>eclipse</vendor> |
| 42 | + <vendor>redhat</vendor> |
| 43 | + </vendors> |
| 44 | + </test> |
| 45 | + <test> |
| 46 | + <testCaseName>churn_5h_allGCs</testCaseName> |
| 47 | + <command> |
| 48 | + export OTOOL_JDK_VERSION="$(JDK_VERSION)" ; \ |
| 49 | + export JREJDK="jdk" ; \ |
| 50 | + export OTOOL_garbageCollector="ALL" ; \ |
| 51 | + export DURATION="18000" ; \ |
| 52 | + export CHURN_TAP=false ; \ |
| 53 | + export TMPRESULTS="$(Q)$(REPORTDIR)$(D)report$(Q)"; \ |
| 54 | + cd $TMPRESULTS ; \ |
| 55 | + bash "$(TEST_ROOT)$(D)system$(D)churn$(D)churn$(D)run.sh"; \ |
| 56 | + $(TEST_STATUS) |
| 57 | + </command> |
| 58 | + <levels> |
| 59 | + <level>dev</level> |
| 60 | + </levels> |
| 61 | + <platformRequirementsList> |
| 62 | + <platformRequirements>os.linux</platformRequirements> |
| 63 | + <platformRequirements>os.win</platformRequirements> |
| 64 | + <platformRequirements>os.osx</platformRequirements> |
| 65 | + </platformRequirementsList> |
| 66 | + <groups> |
| 67 | + <group>system</group> |
| 68 | + </groups> |
| 69 | + <vendors> |
| 70 | + <vendor>eclipse</vendor> |
| 71 | + <vendor>redhat</vendor> |
| 72 | + </vendors> |
| 73 | + </test> |
| 74 | + <test> |
| 75 | + <testCaseName>churn_custom</testCaseName> |
| 76 | + <disables> |
| 77 | + <disable> |
| 78 | + <comment>Can run disabled.churn_custom in Grinder, meant for dev use not regular automated tests.</comment> |
| 79 | + </disable> |
| 80 | + </disables> |
| 81 | + <command> |
| 82 | + export OTOOL_JDK_VERSION="$(JDK_VERSION)" ; \ |
| 83 | + export JREJDK="jdk" ; \ |
| 84 | + export OTOOL_garbageCollector="${CHURN_GCS}" ; \ |
| 85 | + if [ "0${CHURN_DURATION}" -gt 86400 ] ; then CHURN_DURATION=86400 ; fi ; \ |
| 86 | + export DURATION="${CHURN_DURATION}" ; \ |
| 87 | + export TMPRESULTS="$(Q)$(REPORTDIR)$(D)report$(Q)"; \ |
| 88 | + cd $TMPRESULTS ; \ |
| 89 | + bash "$(TEST_ROOT)$(D)system$(D)churn$(D)churn$(D)run.sh"; \ |
| 90 | + $(TEST_STATUS) |
| 91 | + </command> |
| 92 | + <levels> |
| 93 | + <level>dev</level> |
| 94 | + </levels> |
| 95 | + <platformRequirementsList> |
| 96 | + <platformRequirements>os.linux</platformRequirements> |
| 97 | + <platformRequirements>os.win</platformRequirements> |
| 98 | + <platformRequirements>os.osx</platformRequirements> |
| 99 | + </platformRequirementsList> |
| 100 | + <groups> |
| 101 | + <group>system</group> |
| 102 | + </groups> |
| 103 | + </test> |
| 104 | +</playlist> |
0 commit comments