Skip to content

Commit

Permalink
added custom churn testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Feb 28, 2024
1 parent 1cc8542 commit 2249bc0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions functional/churn/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,28 @@
<group>system</group>
</groups>
</test>
<test>
<testCaseName>churn_custom</testCaseName>
<command>
export OTOOL_JDK_VERSION="$(JDK_VERSION)" ; \
export JREJDK="jdk" ; \
export OTOOL_garbageCollector="${CHURN_GCS}" ; \
export DURATION="${CHURN_DURATION}" ; \
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>
</playlist>

0 comments on commit 2249bc0

Please sign in to comment.