From 050fb07dd56547b55b6728a7bbbea0cd04643705 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 27 Feb 2024 15:32:20 +0100 Subject: [PATCH] added custom churn testcase --- functional/churn/playlist.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/functional/churn/playlist.xml b/functional/churn/playlist.xml index c9b7d711e4..13b5feb08c 100644 --- a/functional/churn/playlist.xml +++ b/functional/churn/playlist.xml @@ -61,4 +61,28 @@ system + + churn_custom + + 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) + + + dev + + + os.linux + os.win + os.osx + + + system + +