Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create MiniMix_10m test #5302

Closed
llxia opened this issue May 9, 2024 · 2 comments · Fixed by #5338
Closed

create MiniMix_10m test #5302

llxia opened this issue May 9, 2024 · 2 comments · Fixed by #5338
Assignees

Comments

@llxia
Copy link
Contributor

llxia commented May 9, 2024

copy MiniMix_5m, rename it MiniMix_10m and change timeLimit=10m:

<test>
<testCaseName>MiniMix_5m</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=5m$(Q) -java-args-execute-initial=$(Q)$(ADD_OPENS_CMD)$(Q);\
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
</levels>
<groups>
<group>system</group>
</groups>
</test>

This is the first step of adding eclipse-openj9/openj9#16428

@coolujain
Copy link
Contributor

I'll do this

coolujain added a commit to coolujain/aqa-tests that referenced this issue May 20, 2024
Fixes: adoptium#5302
Signed-off-by: Lajeen <lhasna@andrew.cmu.edu>
coolujain added a commit to coolujain/aqa-tests that referenced this issue May 20, 2024
Fixes: adoptium#5302

Signed-off-by: Lajeen Hasna <lhasna@andrew.cmu.edu>
Signed-off-by: Lajeen <lhasna@andrew.cmu.edu>
@Hajer-Dahmani
Copy link

I'll take this

llxia pushed a commit that referenced this issue May 21, 2024
* Changed the test case name and the time limit
Fixes: #5302
Signed-off-by: Lajeen <lhasna@andrew.cmu.edu>

* Created 10m test case
Fixes: #5302

Signed-off-by: Lajeen Hasna <lhasna@andrew.cmu.edu>
Signed-off-by: Lajeen <lhasna@andrew.cmu.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment