]
Darran Lofthouse moved JBEAP-10318 to WFLY-8567:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8567 (was: JBEAP-10318)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
Security
Test Suite
(was: JMS)
(was: Security)
(was: Test Suite)
Affects Version/s: (was: 7.1.0.DR12)
Messaging SecurityTestCase fails with Elytron profile in AS TS
--------------------------------------------------------------
Key: WFLY-8567
URL:
https://issues.jboss.org/browse/WFLY-8567
Project: WildFly
Issue Type: Bug
Components: JMS, Security, Test Suite
Reporter: Darran Lofthouse
The {{SecurityTestCase#testFailedAuthenticationBlankUserPass()}} test fails when executed
with Elytron profile ({{-Delytron}}).
{code}
cd testsuite/integration/basic
mvn clean test -Dtest=SecurityTestCase -Delytron
-Dwildfly.tmp.enable.elytron.profile.tests=true
...
Failed tests:
SecurityTestCase.testFailedAuthenticationBlankUserPass:84 must not allow to create a
session without any authentication
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0
{code}