Michal Petrov

Results 36 comments of Michal Petrov

@yersan there are subsystems like datasources that use multiple files for testing - https://github.com/wildfly/wildfly/tree/main/connector/src/test/resources/org/jboss/as/connector/subsystems/datasources currently only `datasources-minimal.xml` is being checked but `datasources-full.xml` is invalid. If we want to ensure everything...

@hpehl @soul2zimate added a commit porting #1245

@soul2zimate I'll look into it, it was `request-properites` before I made the change - https://github.com/hal/console/pull/1187/files#diff-80db9065f6e3c157627048c1b673c9abba7944e6a60f8111400a428ea35eb02f - so it's strange that it is failing now, and we're performing an ADD operation...

@soul2zimate ok, I see the problem. You're correct that the list type should be included but it has to be included only for request attributes. And I think that's all...

@ehsavoie updated the PR - since the transformation tests are being skipped I don't know what I can do there, so I only kept the one test for EAP 7.4....