Shelley Lambert
                                            Shelley Lambert
                                        
                                    On arm_linux appears that the error is intermittent, one of the 31 testcases are timing out: From https://ci.adoptium.net/job/Test_openjdk20_hs_extended.functional_arm_linux/121/testReport/cryptotest_CryptoTest/java/CryptoTest/ ``` [2023-07-16T00:45:37.558Z] TEST RESULT: Error. Program `/home/jenkins/workspace/Test_openjdk20_hs_extended.functional_arm_linux/openjdkbinary/j2sdk-image/bin/java' timed out (timeout set to...
JDK11, xLinux: https://ci.adoptium.net/view/Test_grinder/job/Grinder/7528 JDK21, win64: https://ci.adoptium.net/view/Test_grinder/job/Grinder/7529
There is not too much benefit to skimping on the timeout factor, only matters if a test hangs completely that it starts to be a problem, in which case that...
This is likely related to adding extra checks as part of https://github.com/adoptium/aqa-tests/issues/3713
https://github.com/CycloneDX/cyclonedx-cli#sign-command
We could generate both json and xml formats, but also we can check when that signing feature might be supported for json BOMs
From the [JSF doc](https://cyberphone.github.io/doc/security/jsf.html), they show sample Java code in the [Usage in Applications section](https://cyberphone.github.io/doc/security/jsf.html#Usage_in_Applications), that shows example of signing a json doc using https://github.com/cyberphone/openkeystore. We could potentially integrate that...
Correct, I think it does not need to be interim.
Add reproducible comparison tests for windows and update tests for linux running out of docker image
> What is the reason / use-case for wanting to do the Linux comparison outside docker? I'm unclear from this why that is required. 3-fold: 1. Running this test inside...
Is this new behaviour? Noting that CAcerts were updated in March, https://github.com/adoptium/temurin-build/pull/3697#issuecomment-1994007189