Skip to content

Commit

Permalink
split churn testsuit to churn_1m_all and churn_5h_all
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Feb 27, 2024
1 parent 4db1633 commit b3fbe58
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions functional/churn/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,35 @@
-->
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TKG/resources/playlist.xsd">
<test>
<testCaseName>churn</testCaseName>
<!-- export DURATION=18000 ; \-->
<testCaseName>churn_1m_all</testCaseName>
<command>
export OTOOL_JDK_VERSION=$(JDK_VERSION) ; \
export JREJDK="jdk" ; \
export OTOOL_garbageCollector=ALL ; \
export DURATION=24 ; \
export DURATION=60 ; \
export TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \
cd $TMPRESULTS ; \
bash $(TEST_ROOT)$(D)functional$(D)churn$(D)churn$(D)run.sh; \
$(TEST_STATUS)
</command>
<levels>
<level>dev</level>
</levels>
<platformRequirementsList>
<platformRequirements>os.linux</platformRequirements>
<platformRequirements>os.win</platformRequirements>
<platformRequirements>os.osx</platformRequirements>
</platformRequirementsList>
<groups>
<group>system</group>
</groups>
</test>
<testCaseName>churn_5h_all</testCaseName>
<command>
export OTOOL_JDK_VERSION=$(JDK_VERSION) ; \
export JREJDK="jdk" ; \
export OTOOL_garbageCollector=ALL ; \
export DURATION=18000 ; \
export TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \
cd $TMPRESULTS ; \
bash $(TEST_ROOT)$(D)functional$(D)churn$(D)churn$(D)run.sh; \
Expand Down

0 comments on commit b3fbe58

Please sign in to comment.