[keycloak-dev] Console Tests

Stan Silvert ssilvert at redhat.com
Mon Nov 13 08:57:56 EST 2017


Right now, the admin console tests are not being run as part of CI. As a 
result, they have become neglected and broken.  The console bugs I am 
fixing right now are minor and for now we can get away with merging 
fixes that don't include unit tests, but the longer we wait, the worse 
this will get.

Can we come up with a plan to get these tests running again?

FYI, when I try to run a console test, I get:
Caused by: java.lang.IllegalStateException: Password blacklists location 
does not exist: 
c:\GitHub\keycloak\testsuite\integration-arquillian\tests\other\console\target\test-classes\password-blacklists

I can manually create the password-blacklists directory, but then I get:
08:51:31,786 ERROR [io.undertow.request] UT005023: Exception handling 
request to /auth/realms/master/protocol/openid-connect/token
org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: 
Uncompilable source code - Erroneous sym type: 
org.keycloak.authentication.AuthenticationFlowContext.getAuthenticationSession.setAuthNote
...
...
Caused by: java.lang.RuntimeException: Uncompilable source code - 
Erroneous sym type: 
org.keycloak.authentication.AuthenticationFlowContext.getAuthenticationSession.setAuthNote


More information about the keycloak-dev mailing list