Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-7127] Replace Attachments.CLASS_PATH_ENTRIES #6312

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

bstansberry
Copy link
Contributor

@bstansberry bstansberry commented Dec 28, 2024

https://issues.redhat.com/browse/WFCORE-7127

Note that I added a commit to this to remove a bunch of IDE warns.

@bstansberry bstansberry force-pushed the WFCORE-7127 branch 2 times, most recently from 2477035 to b97e051 Compare December 28, 2024 22:49
@wildfly-ci
Copy link

Core -> Full Integration Build 14508 outcome was FAILURE using a merge of b97e051
Summary: Tests failed: 1 (1 new), passed: 7985, ignored: 111 Build time: 04:12:47

Failed tests

org.jboss.as.test.clustering.cluster.cdi.CDIFailoverTestCase.testGracefulSimpleFailover: java.lang.AssertionError: expected:<13> but was:<11>
	at org.jboss.as.test.clustering.cluster.web.AbstractWebFailoverTestCase.testFailover(AbstractWebFailoverTestCase.java:262)
	at org.jboss.as.test.clustering.cluster.web.AbstractWebFailoverTestCase.testGracefulSimpleFailover(AbstractWebFailoverTestCase.java:75)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stdout: -------
node-3 2024-12-28 23:35:26,263 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/clustering/target/wildfly-3/standalone/data/content/69/72048b876396b50650b1639ee6b09b8e992d81/content
node-3 2024-12-28 23:35:26,315 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "CDIFailoverTestCase.war" (runtime-name: "CDIFailoverTestCase.war")
node-3 2024-12-28 23:35:26,431 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.CDIFailoverTestCase.war" is using a private module ("org.infinispan.core") which may be changed or removed in future versions without notice.
node-3 2024-12-28 23:35:26,440 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment CDIFailoverTestCase.war
node-3 2024-12-28 23:35:26,459 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "CDIFailoverTestCase.war"' are as follows:

	java:global/CDIFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
	java:app/CDIFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
	java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
	java:jboss/exported/CDIFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
	ejb:/CDIFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
	java:global/CDIFailoverTestCase/TopologyChangeListenerBean
	java:app/CDIFailoverTestCase/TopologyChangeListenerBean
	java:module/TopologyChangeListenerBean

node-3 2024-12-28 23:35:26,638 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 88) ISPN000025: wakeUpInterval is <= 0, not starting expired purge thread
node-3 2024-12-28 23:35:26,658 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 88) WFLYCLINF0002: Started CDIFailoverTestCase.war cache from web container


@wildfly wildfly deleted a comment from wildfly-ci Jan 14, 2025
@wildfly wildfly deleted a comment from wildfly-ci Jan 14, 2025
@wildfly wildfly deleted a comment from wildfly-ci Jan 14, 2025
@wildfly wildfly deleted a comment from wildfly-ci Jan 14, 2025
@wildfly wildfly deleted a comment from wildfly-ci Jan 14, 2025
@wildfly wildfly deleted a comment from wildfly-ci Jan 14, 2025
@wildfly-ci
Copy link

Core -> Full Integration Build 14228 outcome was FAILURE using a merge of 8fb9059
Summary: Tests failed: 1 (1 new), passed: 4562, ignored: 53 Build time: 02:26:23

Failed tests

org.wildfly.test.integration.microprofile.faulttolerance.opentelemetry.FaultToleranceOpenTelemetryIntegrationTestCase(layers-test).test: java.lang.AssertionError: expected:<10.0> but was:<0.0>
	at org.wildfly.test.integration.microprofile.faulttolerance.opentelemetry.FaultToleranceOpenTelemetryIntegrationTestCase.lambda$test$5(FaultToleranceOpenTelemetryIntegrationTestCase.java:84)
	at org.jboss.as.test.shared.observability.containers.OpenTelemetryCollectorContainer.assertMetrics(OpenTelemetryCollectorContainer.java:166)
	at org.wildfly.test.integration.microprofile.faulttolerance.opentelemetry.FaultToleranceOpenTelemetryIntegrationTestCase.test(FaultToleranceOpenTelemetryIntegrationTestCase.java:78)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
------- Stdout: -------
 [0m19:33:16,339 INFO  [org.jboss.modules] (main) JBoss Modules version 2.1.6.Final
 [0m [0m19:33:16,986 INFO  [org.jboss.msc] (main) JBoss MSC version 1.5.5.Final
 [0m [0m19:33:16,996 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
 [0m [0m19:33:17,119 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly 36.0.0.Beta1-SNAPSHOT (WildFly Core 28.0.0.Beta1-SNAPSHOT) starting
 [0m [0m19:33:18,345 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 2.6.0.Final
 [0m [0m19:33:19,067 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m19:33:19,088 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.8.16.Final
 [0m [0m19:33:19,106 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.8.16.Final
 [0m [0m19:33:19,178 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 5.0.30.Final
 [0m [0m19:33:19,192 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 43) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.2)
 [0m [0m19:33:19,230 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0001: Activating Infinispan subsystem.
 [0m [0m19:33:19,240 INFO  [org.wildfly.extension.health] (ServerService Thread Pool -- 51) WFLYHEALTH0001: Activating Base Health Subsystem
 [0m [0m19:33:19,244 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 53) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
 [0m [0m19:33:19,246 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 54) WFLYRS0016: RESTEasy version 6.2.11.Final
 [0m [0m19:33:19,277 INFO  [org.wildfly.extension.microprofile.faulttolerance] (ServerService Thread Pool -- 60) WFLYMPFTEXT0001: Activating MicroProfile Fault Tolerance subsystem.
 [0m [0m19:33:19,282 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.10.Final)
 [0m [0m19:33:19,286 INFO  [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 59) WFLYCONF0001: Activating MicroProfile Config Subsystem
 [0m [0m19:33:19,290 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
 [0m [0m19:33:19,330 INFO  [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 62) WFLYJWT0001: Activating MicroProfile JWT Subsystem
 [0m [33m19:33:19,344 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/microprofile/target/wildfly/standalone/configuration/application.keystore' does not exist. Used blank.
 [0m [0m19:33:19,344 INFO  [org.wildfly.extension.microprofile.lra.participant] (ServerService Thread Pool -- 64) WFLYTXLRAPARTICIPANT0001: Activating MicroProfile LRA Participant Subsystem with system property (lra.coordinator.url) value as http://localhost:8080/lra-coordinator/lra-coordinator
 [0m [0m19:33:19,360 INFO  [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 61) WFLYMPHEALTH0001: Activating MicroProfile Health Subsystem
 [0m [0m19:33:19,363 INFO  [org.wildfly.extension.microprofile.reactive.messaging] (ServerService Thread Pool -- 66) WFLYRXMESS0001: Activating MicroProfile Reactive Messaging Subsystem
 [0m [0m19:33:19,357 INFO  [org.wildfly.extension.microprofile.lra.coordinator] (ServerService Thread Pool -- 63) WFLYTXLRACOORD0001: Activating MicroProfile LRA Coordinator Subsystem
 [0m [0m19:33:19,370 INFO  [org.wildfly.extension.microprofile.telemetry] (ServerService Thread Pool -- 68) WFLYMPTEL0001: Activating MicroProfile Telemetry Subsystem
 [0m [33m19:33:19,374 WARN  [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY01084: KeyStore /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/microprofile/target/wildfly/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost
 [0m [0m19:33:19,374 INFO  [org.wildfly.extension.microprofile.reactive.streams.operators] (ServerService Thread Pool -- 67) WFLYRXSTOPS0001: Activating MicroProfile Reactive Streams Operators Subsystem
 [0m [0m19:33:19,387 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 69) WFLYNAM0001: Activating Naming Subsystem
 [0m [0m19:33:19,436 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
 [0m [0m19:33:19,436 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
 [0m [0m19:33:19,447 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
 [0m [33m19:33:19,459 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 75) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
 [0m [0m19:33:19,555 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 2.3.18.Final starting
 [0m [33m19:33:19,584 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console


@bstansberry bstansberry requested a review from ropalka January 15, 2025 22:39
@bstansberry bstansberry merged commit 5e07e8c into wildfly:main Jan 16, 2025
13 checks passed
@bstansberry bstansberry deleted the WFCORE-7127 branch January 16, 2025 13:57
@bstansberry
Copy link
Contributor Author

Thanks @ropalka

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants