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

Support multiple testcases for jdk_custom #4015

Closed
sophia-guo opened this issue Oct 6, 2022 · 2 comments · Fixed by #4136 or #4148
Closed

Support multiple testcases for jdk_custom #4015

sophia-guo opened this issue Oct 6, 2022 · 2 comments · Fixed by #4136 or #4148
Assignees

Comments

@sophia-guo
Copy link
Contributor

There has always be the requirement for supporting multiple testcases for jdk_custom target. Based on the solution for a different issue #3993 (comment) it might be worth to try and support that feature.

@sophia-guo
Copy link
Contributor Author

sophia-guo commented Nov 9, 2022

multiple testcases can be separated by space.

CustomTarget in tap file doesn't support it yet. For example
TARGET=system_custom
CUSTOM_TARGET=-test=MathLoadTest -test-args="workload=math,timeLimit=5m"
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/6136/artifact/aqa-tests/TKG/output_16680060896447/Grinder_20221109145844.tap/*view*/

# timestamp: 20221109-150028
# repo dir: /home/jenkins/workspace/Grinder/aqa-tests/TKG/../system/aqa-systemtest
# git repo: 
#   Fetch URL: https://github.com/adoptium/aqa-systemtest.git
# sha:
# 767d954247d75a2df3736679f2c4e48130b825bb
# 
# Timestamp: Wed Nov  9 15:06:32 2022 UTC 
# CUSTOM_TARGET: -test=MathLoadTest                             CUSTOM_TARGET is cut off by space. 
1..1
ok 1 - system_custom_0 
  ---
    duration_ms: 302509

@sophia-guo
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1 participant