-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Labels
area/ciIndicates an issue on the CIIndicates an issue on the CIkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/continuous-testing
Milestone
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest nightly release
Area
ci
Describe the bug
When running tests using the Wildfly/EAP adapters with TLS, the tests fail to run.
Version
latest
Expected behavior
The tests are executed successfully
Actual behavior
[ERROR] org.keycloak.testsuite.adapter.example.cors.CorsExampleAdapterTest.angularCorsProductTest Time elapsed: 5.007 s <<< ERROR!
java.lang.IllegalStateException: The server should be WildFly (either ManagementProtocol.HTTP(S)_REMOTING was used or the 'creaper.wildfly' system property was set), but client libraries are AS7-only
How to Reproduce?
mvn -f testsuite/integration-arquillian/pom.xml clean install -DskipTests -Pauth-server-quarkusmvn -f testsuite/integration-arquillian/pom.xml clean install -DskipTests -Dapp.server.ssl.required=true -Dauth.server.host=auth-server-127-0-0-1.nip.io -Dapp.server.host=127.0.0.1.sslip.io -Papp-server-wildflymvn -f testsuite/integration-arquillian/tests/base/pom.xml clean install -Pauth-server-quarkus -Dapp.server.ssl.required=true -Dauth.server.host=auth-server-127-0-0-1.nip.io -Dapp.server.host=127.0.0.1.sslip.io -Papp-server-wildfly -Dtest=CorsExampleAdapterTest#angularCorsProductTest -Dbrowser=chrome -Dwebdriver.chrome.driver=/usr/bin/chromedriver
Anything else?
Wildfly version: 23.0.2.Final
Metadata
Metadata
Assignees
Labels
area/ciIndicates an issue on the CIIndicates an issue on the CIkind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/continuous-testing
Type
Projects
Status
✅ Done