Thanks Stefan, I'm using 'adoptopenjdk-11' and didn't realize it calls itself OpenJ9. Is adding the vendor as trivial as it seems (adding the conditional branch for the vendor) or should I add some extra functionality somewhere to 'truly' support it?
On Tue, Sep 3, 2019 at 9:18 PM Stefan Seelmann <[email protected]> wrote: > On 9/3/19 4:15 PM, Daan Hoogland wrote: > > LS, I got an error that i seem to recognise but I don't remember what to > > update in the dependencies; > > > > [ERROR] Failures: > > [ERROR] > KeyDerivationServiceIT.testAddDerivedKeys:269->checkKeyNumber:182 > > Unkown JVM: Eclipse OpenJ9 > > [ERROR] > > KeyDerivationServiceIT.testModifyDerivedKeys:346->checkKeyNumber:182 > Unkown > > JVM: Eclipse OpenJ9 > > [ERROR] > > > KeyDerivationServiceIT.testModifyDerivedKeysWithoutPrincipalName:485->checkKeyNumber:182 > > Unkown JVM: Eclipse OpenJ9 > > [INFO] > > [ERROR] Tests run: 538, Failures: 3, Errors: 0, Skipped: 18 > > > > anyone here has a pointer? > > This test (KeyDerivationServiceIT) checks for the type of JVM used and > currently only supports some vendors, but you use Eclipse OpenJ9. > > Either > * Use OpenJDK/Hotspot > * Change the test to support OpenJ9 > * Skip the tests with "-DskipTests" > > Kind Regards, > Stefan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Daan
