Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapters tests are failing for EAP and wildfly #19273

Closed
2 tasks done
rmartinc opened this issue Mar 23, 2023 · 0 comments · Fixed by #19276 or #19295
Closed
2 tasks done

Adapters tests are failing for EAP and wildfly #19273

rmartinc opened this issue Mar 23, 2023 · 0 comments · Fixed by #19276 or #19295
Assignees
Labels
area/testsuite Indicates an issue on the Testsuite area kind/bug Categorizes a PR related to a bug
Milestone

Comments

@rmartinc
Copy link
Contributor

rmartinc commented Mar 23, 2023

Before reporting an issue

  • I have searched existing issues
  • I have reproduced the issue with the latest release

Area

testsuite

Describe the bug

The adapter tests are failing right now for EAP and wildfly. To reproduce with wildfly:

mvn clean install -DskipTests
mvn -f distribution/pom.xml clean install -DskipTests
mvn -f testsuite/integration-arquillian/servers/app-server/jboss/wildfly/pom.xml clean install -Papp-server-wildfly  -DskipTests
mvn -f testsuite/integration-arquillian/tests/base/pom.xml clean install -Djs.browser=chrome -Dwebdriver.chrome.driver=/home/rmartinc/Desktop/chromedriver -Dtest=DemoFilterServletAdapterTest -Papp-server-wildfly
...
[ERROR] Tests run: 36, Failures: 13, Errors: 12, Skipped: 9

There are CNFE because the new enforcer jar is not added with the servlet-filter to the tests. To run all adapter tests use -Dtest=org.keycloak.testsuite.adapter.**.*Test.

The changes for CIAM-5380 will be also added and testing adapters with EAP7 and jdk-17 will be possible.

Version

21.0.1

Expected behavior

Adapter testsuite should work for EAP and wildfly.

Actual behavior

Adapter testsuite fails.

How to Reproduce?

See description for exact mvn commands.

Anything else?

No response

@rmartinc rmartinc added kind/bug Categorizes a PR related to a bug status/triage labels Mar 23, 2023
@rmartinc rmartinc self-assigned this Mar 23, 2023
@ghost ghost added area/testsuite Indicates an issue on the Testsuite area team/continuous-testing labels Mar 23, 2023
rmartinc added a commit to rmartinc/keycloak that referenced this issue Mar 23, 2023
pedroigor pushed a commit that referenced this issue Mar 23, 2023
rmartinc added a commit to rmartinc/keycloak that referenced this issue Mar 24, 2023
@mposolda mposolda added this to the 22.0.0 milestone Mar 27, 2023
@stianst stianst modified the milestones: 22.0.0, 21.1.0 Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testsuite Indicates an issue on the Testsuite area kind/bug Categorizes a PR related to a bug
Projects
None yet
3 participants