]
Stefano Maestri moved JBEAP-11029 to JBJCA-1350:
------------------------------------------------
Project: IronJacamar (was: JBoss Enterprise Application Platform)
Key: JBJCA-1350 (was: JBEAP-11029)
Workflow: classic default workflow (was: CDW with loose statuses v1)
Component/s: Core
(was: JCA)
Affects Version/s: 1.4.4
(was: 7.1.0.DR17)
Distributed statisics number varies among nodes (distributed
workmanager
------------------------------------------------------------------------
Key: JBJCA-1350
URL:
https://issues.jboss.org/browse/JBJCA-1350
Project: IronJacamar
Issue Type: Bug
Components: Core
Affects Versions: 1.4.4
Reporter: Stefano Maestri
Assignee: Stefano Maestri
Fix For: 1.4.5
Reproducing test in
https://github.com/LittleJohnII/wildfly/tree/eap7-495
{noformat}
# build WFLY first
cd testsuite/integration/basic
mvn clean test -Dtest='Dwm*TestCase'
-Djboss.server.config.file.name=standalone-ha.xml -DtrimStackTrace=false
-Darquillian.launch=distributed-group
{noformat}
All the cases contain checks for distributed statistics and in some cases, these show
unexpected numbers (usually, at least one test method fails for each case). For example,
scheduling two work instances would produce distributed stats =2 for node1 and =3 for node
2.
I already mentioned this to [~maeste], so this is mainly a tracker.
This is a minor hamper to test writing for EAP7-495, but doesn't block it (not severe
enough) - if this isn't resolved before I create a PR for tests, I'll have to
comment out the distributed statistics checks.