]
Brian Stansberry updated WFLY-9339:
-----------------------------------
Comment: was deleted
(was: Fix is at
but I
won't send up a PR until I correct the core issue I mentioned in the description. That
fix is at
Datasource and Undertow transformer tests have bugs that are revealed
when WFCORE-3259 is fixed
------------------------------------------------------------------------------------------------
Key: WFLY-9339
URL:
https://issues.jboss.org/browse/WFLY-9339
Project: WildFly
Issue Type: Bug
Components: JCA, Web (Undertow)
Reporter: Brian Stansberry
Assignee: Brian Stansberry
UndertowTransformersTestCase isn't setting up the AdditionalInitialization on the
legacy controller side so the boot ops fail due to missing capabilities.
DatasourcesSubsystemTestCase in one test is using a config with an enum value the legacy
hosts can't understand, and in another it's not correcting a rejected value
causing the test to fail when it continues.
Simple fixes, although the undertow one has revealed issues in how core deals with legacy
controllers that will have to be corrected before the tests can pass.