Skip to content

Commit

Permalink
Create MiniMix_10m test (#5338)
Browse files Browse the repository at this point in the history
* Changed the test case name and the time limit
Fixes: #5302
Signed-off-by: Lajeen <[email protected]>

* Created 10m test case
Fixes: #5302

Signed-off-by: Lajeen Hasna <[email protected]>
Signed-off-by: Lajeen <[email protected]>
  • Loading branch information
coolujain authored May 21, 2024
1 parent a12e323 commit 6de387d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions system/otherLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,35 @@
<group>system</group>
</groups>
</test>
<test>
<testCaseName>MiniMix_10m</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/3819</comment>
<version>11+</version>
<impl>hotspot</impl>
<platform>ppc64_aix|s390x_linux|ppc64le_linux</platform>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/4976</comment>
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
<variation>Mode1000</variation>
</variations>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=MixedLoadTest -test-args=$(Q)timeLimit=10m$(Q) -java-args-execute-initial=$(Q)$(ADD_OPENS_CMD)$(Q);\
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
</levels>
<groups>
<group>system</group>
</groups>
</test>
<test>
<testCaseName>MiniMix_aot_5m</testCaseName>
<disables>
Expand Down

0 comments on commit 6de387d

Please sign in to comment.