]
Yeray Borges reassigned WFLY-9559:
----------------------------------
Assignee: Yeray Borges
JMXPropertyEditorsTestCase should use 1 deployment not 40
---------------------------------------------------------
Key: WFLY-9559
URL:
https://issues.jboss.org/browse/WFLY-9559
Project: WildFly
Issue Type: Task
Components: JMX, Test Suite
Reporter: Brian Stansberry
Assignee: Yeray Borges
Priority: Minor
JMXPropertyEditorsTestCase does 40 different deployment operations, with each identical
except for changing a deployment descriptor to configure xml for 1 mbean attribute. Then
the test checks that value.
Do 1 deployment with 40 config items and then check them all. Eliminate 78 management ops
(39 pairs of deploy/undeploy.)