]
Paul Ferraro updated WFCORE-4388:
---------------------------------
Summary: Subsystem test framework alters order of child resources prior to
transformation in presence of override models (was: Subsystem test framework alters order
of child resources in presence of override models)
Subsystem test framework alters order of child resources prior to
transformation in presence of override models
---------------------------------------------------------------------------------------------------------------
Key: WFCORE-4388
URL:
https://issues.jboss.org/browse/WFCORE-4388
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Affects Versions: 9.0.0.Beta1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Critical
Currently, the JGroups subsystem transformer tests only succeed because the only protocol
in the stack with an override model appears first (i.e. add-index=0). If I move this
protocol to a different location in the stack, the transformed model comparison fails,
because the test framework reorders the children in its Resource model (so that children
with override registration come first) before transforming it.