-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Crypto test original target now allows to run kereberos tests #5248
Conversation
CryptoTests is limited to vendor=redhat. Please use Red Hat SDK in Grinder for testing. |
It shuld not be. Both targets should be available to all vendors. The diffference requiring second target was in OS, not JDK. |
85a4256
to
07754a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running identical tests twice within a build inefficiently consumes both machine and triage resources. Please be aware that we may execute these tests across various versions/platforms/impls multiple times daily. It's essential to strictly limit duplicate tests.
We have already discussed this in #5206 and #5240 (comment)
If your perspective differs, please feel free to have additional discussion in #5206
if both SKIP_AGENT_TESTS=false AGENT_HOSTNAME=some.krb.enabled.agent are provided, the 5 kerberos based tests will run too
07754a6
to
01b72b1
Compare
ok.
What is the magical keyword and where to write that please? |
01b72b1
to
de97803
Compare
There is no magical keyword. We just need to run |
TYVm! |
Gosh. It seems to be biting our own tail - https://ci.adoptium.net/view/Test_grinder/job/Grinder/9721/console - the RH jdk is behind adoptium-marketplace login it seems. |
Hmm.. tis one https://ci.adoptium.net/view/Test_grinder/job/Grinder/9722/ was from own mirror. Any ideas? |
SDK_RESOURCE=customized but it won't matter, because #4374 |
Ah. Sure. TY! |
I had repacked the file by |
Fixed ginder (thanx @smlambert !) https://ci.adoptium.net/view/Test_grinder/job/Grinder/9797/ is green |
Thanx, can we mere now please? |
@llxia Will need to re-review first. |
Where do we set SKIP_AGENT_TESTS and AGENT_HOSTNAME? |
We don't, but user should be able to do so. Eg I have agent created, so I will pass it on before launching aqavit, and crypto tests it will run also kerberos tests. I'm working on ability to set up local kerberos server before starting the suite, and although i have setup of it done, it is still very distatn future. |
The check is in https://github.com/rh-openjdk/CryptoTest/blob/master/run.sh#L124. Instead of adding |
Thanx for eyball! I'm definitely ok to adjsut run.sh, but as yo wrote it it somehow do not fit. The global idea should be:
Afaik it is how it is now In aqa-tests
Which I hope this PR is doing. So IIUC, dropping of |
Ping please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve this is partial change for #5246.
if both
SKIP_AGENT_TESTS=false
AGENT_HOSTNAME=some.krb.enabled.agent
are provided, the 5 kerberos based tests will run too
part of #5246