-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.Beta
-
None
The test module wildfly-ts-galleon-update is failing with -Dts.galleon:
[exec] Testing update of wildfly-ee from 26.1.1.Final to wildfly-ee latest SNAPSHOT [exec] grep: warning: stray \ before - [exec] grep: warning: stray \ before - [exec] Resolving feature-pack... [exec] Feature-packs resolved. [exec] Installing packages... [exec] Packages installed. [exec] Installing JBoss modules... [exec] JBoss modules installed. [exec] Generating configuration... [exec] WARNING: An illegal reflective access operation has occurred [exec] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/home/darranl/src/eap80/jboss-eap8/testsuite/galleon/ update/target/wildfly-ee/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-18.1.1.Final.jar!/) to method com.sun.net.s sl.internal.ssl.Provider.isFIPS() [exec] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions [exec] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [exec] WARNING: All illegal access operations will be denied in a future release [exec] Configurations generated. [exec] Feature pack installed. [exec] ========== ============ ================ [exec] Product Build Update Channel [exec] ========== ============ ================ [exec] wildfly-ee 26.1.1.Final current/snapshot [exec] grep: warning: stray \ before - [exec] grep: warning: stray \ before - [exec] Resolving feature-pack... [exec] Feature-packs resolved. [exec] Looking for update for... [exec] Some updates and/or patches are available. [exec] ========== ============= ============ ================ [exec] Product Current Build Update Update Channel [exec] ========== ============= ============ ================ [exec] wildfly-ee 26.1.1.Final 29.0.0.Final current/snapshot [exec] [exec] Resolving feature-pack... [exec] Feature-packs resolved. [exec] Error: Update failed. [exec] * Failed to parse /layers/standalone/undertow-load-balancer/layer-spec.xml [exec] * Failed to parse config layer spec [exec] * ParseError at [row,col]:[2,84] [exec] Message: Unexpected element '{urn:jboss:galleon:layer-spec:2.0}layer-spec'
This test may not be appropriate for JBoss EAP however it does also highlight some issues upstream:
- Although the test works on main to test the current development on main it does not work correctly on maintenance branches which will be testing updating either to the version in main or a released version rather than the version being developed.
- As a schell script call -fae is not respected so failures cause the build to terminate prematurely.
- relates to
-
WFLY-18350 The testsuite/galleon tests are too unconstrained as to what channel is tested
- Closed