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]
