Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Test failures with Wildfly/EAP adapters using TLS #23342

@miquelsi

Description

@miquelsi

Before reporting an issue

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?

  1. mvn -f testsuite/integration-arquillian/pom.xml clean install -DskipTests -Pauth-server-quarkus
  2. mvn -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-wildfly
  3. mvn -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

Type

No type

Projects

Status

✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions