-
Bug
-
Resolution: Done
-
Major
-
None
https://ci.wildfly.org/viewType.html?buildTypeId=WF_MainNightlyJobs_StandardAltDistLinuxJdk11
MVCKrazoSmokeTestCase is failing, as is HostExcludesTestCase with a failure mode related to the mvc-krazo extension.
MVCKrazoSmokeTestCase is in testsuite/integration/manualmode-expansion, which is a module that shouldn't even be run by this CI job, so the fix there is to figure out why it is being run and disabling it.
HostExcludesTestCase probably needs some tweaking to move "org.wildfly.extension.mvc-krazo" from getCurrentAddedExtensions() to the 'mpExtensions' field.
NOTE: Investigating this revealed that the HostExcludesTestCase problem wasn't just about mvc-krazo.
java.lang.AssertionError: The following extensions [org.wildfly.extension.microprofile.opentracing-smallrye, org.wildfly.extension.opentelemetry, org.wildfly.extension.mvc-krazo] have been removed on the current release. Remove them on ExtensionConf.CURRENT object defined in this test. The following extensions [] have been added on the current release. Add them to ExtensionConf.CURRENT object defined in this test. at org.junit.Assert.fail(Assert.java:89) at org.jboss.as.test.integration.domain.HostExcludesTestCase.testHostExcludes(HostExcludesTestCase.java:378) ...