[
https://issues.redhat.com/browse/ELY-2070?page=com.atlassian.jira.plugin....
]
Marek Kopecky commented on ELY-2070:
------------------------------------
bq. would you like me to add a PR to ignore these tests when using IBM JDK?
if it's caused by bug on IBM JDG side, JDK bug report (jira?) needs to be linked into
tests. Tests could be ignored, or just java comment with JDK bug report link would be
sufficient.
CredentialStore is not able to get data from credential storage in
file on IBM JDK 8
------------------------------------------------------------------------------------
Key: ELY-2070
URL:
https://issues.redhat.com/browse/ELY-2070
Project: WildFly Elytron
Issue Type: Bug
Reporter: Marek Kopecky
Assignee: Sonia Zaldana
Priority: Major
CredentialStore is not able to get data from credential storage in file on IBM JDK 8
Related feature was added as a part of ELY-1879
*Reproducer:*
* Run CredentialStoreCommandTest test with IBM JDK 8
** Use JDK11, set IBM-JDK8 path to mvn property:
{noformat}
git clone git@github.com:wildfly-security/wildfly-elytron.git .
cd tool
mvn test -Dmaven.main.skip=true -B -fae -Dmaven.test.failure.ignore=true -P
skip-default-tests -Djava8.home=$PATH_TO_IBM_JDK_8_HOME -Denforcer.skip=true
-Dtest=CredentialStoreCommandTest
{noformat}
* 5 tests fails
** testImportPKCSKeyPairFromFile
** testGenerateKeyPairECDSA
** testImportOpenSSHKeyPairFromString
** testImportOpenSSHKeyPairFromFile
** testImportPKCSKeyPairFromString
--
This message was sent by Atlassian Jira
(v8.13.1#813001)