-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Problem in getDependentLibs of Crypto test #4537
Comments
@sophia-guo Not sure what is function of |
openj9jtregtimeouthandler is specific to openj9|ibm impl. Need to check why you have this issue. |
Yes, might need to add this check Lines 72 to 83 in 440b4b1
|
I was also wondering, why this issue does not happen in adoptium runs... Btw. job, where we see this problem has following BUILD_LIST: |
Yes, in adoptium we do the pre-staged jars so all jars have been staged before running the tests.
This should not affect it. So I believe the if block I mentioned in #4537 (comment) should solve this problem. Could you give it a try? Thanks. |
Ok, I'll make that change and try it. Thanks |
Fix has been merged, closing. |
Running aqa-tests on our infra we see this problem:
it seems there is some un-evaluated variable in dependencyList:
aqa-tests/functional/security/Crypto/build.xml
Line 82 in 440b4b1
https://github.com/adoptium/TKG/blob/8ab5268b80c61487264de925d00fb165b5f2421f/scripts/getDependencies.pl#L51
error comes from Cryptotest wrapper, not sure why it only affects us though
(I think error probably also causes not downloading rest of dependencies for other tests...)
The text was updated successfully, but these errors were encountered: