]
Marek Kopecký moved JBEAP-13083 to WFLY-9323:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9323 (was: JBEAP-13083)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Affects Version/s: (was: 7.1.0.CR1)
TimerManagementTestCase fail with non-"en_US.UTF-8" locale
settings
-------------------------------------------------------------------
Key: WFLY-9323
URL:
https://issues.jboss.org/browse/WFLY-9323
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Marek Kopecký
Assignee: Marek Kopecký
*Description of problem:*
TimerManagementTestCase fail with non-"en_US.UTF-8" locale settings. These LANG
are affected:
* de_DE.UTF-8
* es_ES.UTF-8
* fr_FR.UTF-8
* ja_JP.UTF-8
* pt_BR.UTF-8
* zh_CN.UTF-8
*How reproducible:*
Always
*Steps to Reproduce:*
# export LANG=de_DE.UTF-8
# mvn install -B -fae -Dmaven.test.failure.ignore=true -llr -Dnode0=$MYTESTIP_1
-Dnode1=$MYTESTIP_2 -Dts.basic -Djboss.dist=$JBOSS_DIST -Dtest=TimerManagementTestCase
-DfailIfNoTests=false -DtestLogToFile=false
*Actual results:*
{noformat}
java.lang.AssertionError: "{\"outcome\" =>
\"failed\",\"failure-description\" => \"WFLYCTL0216: Recurso
de administración '[
(\\\"deployment\\\" => \\\"ejb-mgmt-timers.jar\\\"),
(\\\"subsystem\\\" => \\\"ejb3\\\"),
(\\\"stateless-session-bean\\\" => \\\"TimerBean\\\"),
(\\\"service\\\" => \\\"timer-service\\\"),
(\\\"timer\\\" =>
\\\"8355ac14-8067-436c-9e50-3fcf77eff7cf\\\")
]' no encontrado\",\"rolled-back\" => true}"
{noformat}