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-6779 Replace PersistentResourceXMLDescription with more robust API #6261

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

pferraro
Copy link
Contributor

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

Feature set includes everything from PersistentResourceXMLDescription, plus:

  • Better support for non-default stability-levels
  • More intuitive implementation, including consistent entry/exit criteria for parser methods
  • Correct XML namespace/prefix support
  • Enforcement of element cardinality during parsing
  • Support for override resource registrations, e.g. /name=*, /name=value1, /name=value2, etc.
  • Support for xs:choice, xs:sequence, xs:all semantics, which can be reused by other parsing use cases (e.g. deployment descriptors).
  • Flexible location of child elements, including above/below element attributes, or even within attribute group elements.
  • Better operation manipulation capability
  • Improved attribute/element name and parser/marshaller overrides for legacy schema versions

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@pferraro pferraro marked this pull request as ready for review December 11, 2024 22:32
@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci
Copy link

Core -> Full Integration Build 14428 outcome was UNKNOWN using a merge of 70e0f35
Summary: Canceled (Error while applying patch; cannot find commit 15babff in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6261/merge branch was updated and the commit selected for the ... Build time: 00:00:17

@wildfly-ci
Copy link

Core -> Full Integration Build 14127 outcome was UNKNOWN using a merge of 70e0f35
Summary: Canceled (Error while applying patch; cannot find commit 15babff in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6261/merge branch was updated and the commit selected for the ... Build time: 00:00:16

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14209 outcome was UNKNOWN using a merge of 70e0f35
Summary: Canceled (Error while applying patch; cannot find commit 15babff in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6261/merge branch was updated and the commit selected for the ... Build time: 00:00:16

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14214 outcome was UNKNOWN using a merge of 70e0f35
Summary: Canceled (Error while applying patch; cannot find commit f3a40d3 in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6261/merge branch was updated and the commit selected for the ... Build time: 00:00:18

@wildfly-ci
Copy link

Core -> Full Integration Build 14132 outcome was UNKNOWN using a merge of 70e0f35
Summary: Canceled (Error while applying patch; cannot find commit f3a40d3 in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6261/merge branch was updated and the commit selected for the ... Build time: 00:00:18

@wildfly-ci
Copy link

Core -> Full Integration Build 14433 outcome was UNKNOWN using a merge of 70e0f35
Summary: Canceled (Error while applying patch; cannot find commit f3a40d3 in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/6261/merge branch was updated and the commit selected for the ... Build time: 00:00:18

@yersan yersan added the 28.x label Dec 17, 2024
Copy link

github-actions bot commented Feb 1, 2025

There has been no activity on this PR for 45 days. It will be auto-closed after 90 days.

@github-actions github-actions bot added the Stale label Feb 1, 2025
@pferraro pferraro force-pushed the WFCORE-6779 branch 2 times, most recently from 12a060f to 9a8c190 Compare February 8, 2025 14:44
@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14364 outcome was FAILURE using a merge of 9a8c190
Summary: Tests failed: 1 (1 new), passed: 5414, ignored: 84 Build time: 03:05:45

Failed tests

org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase(basic-preview-default-full.surefire): org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase(basic-preview-default-full.surefire).: java.lang.RuntimeException: {
    "operation" => "add",
    "address" => [
        ("subsystem" => "vertx"),
        ("vertx" => "vertx")
    ]
} response -- {
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0175: Resource [(\"subsystem\" => \"vertx\")] does not exist; a resource at address [
    (\"subsystem\" => \"vertx\"),
    (\"vertx\" => \"vertx\")
] cannot be created until all ancestor resources have been added",
    "rolled-back" => true
}
java.lang.RuntimeException: 
{
    "operation" => "add",
    "address" => [
        ("subsystem" => "vertx"),
        ("vertx" => "vertx")
    ]
} response -- {
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0175: Resource [(\"subsystem\" => \"vertx\")] does not exist; a resource at address [
    (\"subsystem\" => \"vertx\"),
    (\"vertx\" => \"vertx\")
] cannot be created until all ancestor resources have been added",
    "rolled-back" => true
}
	at org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase$Setup.executeManagementOperation(VertxSubsystemSmokeTestCase.java:121)
	at org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase$Setup.addVertxInstance(VertxSubsystemSmokeTestCase.java:97)
	at org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase$Setup.setup(VertxSubsystemSmokeTestCase.java:92)
	at org.jboss.as.arquillian.container.ServerSetupObserver$ServerSetupTaskHolder.setup(ServerSetupObserver.java:259)
	at org.jboss.as.arquillian.container.ServerSetupObserver.executeSetup(ServerSetupObserver.java:186)
	at org.jboss.as.arquillian.container.ServerSetupObserver.handleBeforeDeployment(ServerSetupObserver.java:119)
	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: -------
 [0m14:39:04,304 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
 [0m [0m14:39:04,304 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping
 [0m [0m14:39:04,305 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0119: Unbinding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
 [0m [0m14:39:04,305 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
 [0m [0m14:39:04,306 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-3) WFLYJCA0011: Unbound Jakarta Connectors ConnectionFactory [java:/JmsXA]
 [0m [0m14:39:04,306 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-4) WFLYMSGAMQ0006: Unbound messaging object to jndi name java:/ConnectionFactory


@wildfly-ci
Copy link

Core -> Full Integration Build 14567 outcome was FAILURE using a merge of 9a8c190
Summary: Tests failed: 2 (2 new), passed: 8139, ignored: 109 Build time: 03:49:41

Failed tests

org.wildfly.test.integration.microprofile.reactive.messaging.otel.KafkaReactiveMessagingAndOtelTestCase.testOpenTelemetryTracingOffEnabledAtConnectorLevelDisabledAtOutgoingChannel: java.lang.AssertionError: Could not read data in time
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.waitForData(BaseReactiveMessagingAndOtelTest.java:409)
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.testOpenTelemetryTraces(BaseReactiveMessagingAndOtelTest.java:170)
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.testOpenTelemetryTracingOffEnabledAtConnectorLevelDisabledAtOutgoingChannel(BaseReactiveMessagingAndOtelTest.java:211)
	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.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor1.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.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stdout: -------
=============================
TestName: testOpenTelemetryTracingOffEnabledAtConnectorLevelDisabledAtOutgoingChannel
=============================
 [0m14:43:34,580 INFO  [org.wildfly.extension.microprofile.openapi.smallrye] (MSC service thread 1-1) WFLYMPOAI0005: Unregistered MicroProfile OpenAPI endpoint '/openapi' for host 'default-host'
 [0m [0m14:43:34,580 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTPS listener https suspending
 [0m [0m14:43:34,582 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 10) WFLYUT0022: Unregistered web context: '/mp-rm-kafka-otel' from server 'default-server'
 [0m [0m14:43:34,582 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
 [0m [0m14:43:34,591 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [::1]:8443
 [0m [0m14:43:34,591 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
 [0m [0m14:43:34,592 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [::1]:8080
 [0m [0m14:43:34,593 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0004: Undertow 2.3.18.Final stopping
 [0m [0m14:43:37,338 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker] (smallrye-kafka-consumer-thread-16) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=635dc5c8-4a0e-4bb7-9930-97c31718bd6c] Revoke previously assigned partitions disabled-tracing-0
 [0m [0m14:43:37,338 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker] (smallrye-kafka-consumer-thread-16) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=635dc5c8-4a0e-4bb7-9930-97c31718bd6c] The pause flag in partitions [disabled-tracing-0] will be removed due to revocation.
 [0m [0m14:43:37,338 INFO  [io.smallrye.reactive.messaging.kafka] (smallrye-kafka-consumer-thread-16) SRMSG18224: Executing consumer revoked re-balance listener for group '635dc5c8-4a0e-4bb7-9930-97c31718bd6c'
 [0m [0m14:43:37,338 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-16) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=635dc5c8-4a0e-4bb7-9930-97c31718bd6c] Member kafka-consumer-disabled-tracing-sink-ace0d0e4-c46a-4482-ae7f-13994214a7b8 sending LeaveGroup request to coordinator localhost:9092 (id: 2147483646 rack: null) due to the consumer is being closed
 [0m [0m14:43:37,339 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-16) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=635dc5c8-4a0e-4bb7-9930-97c31718bd6c] Resetting generation and member id due to: consumer pro-actively leaving the group


org.wildfly.test.integration.microprofile.reactive.messaging.otel.KafkaReactiveMessagingAndOtelTestCase.testNoOpenTelemetryTracing: java.lang.AssertionError: Unable to find 1 times [SpanWithExpectedCount[span=disabled-tracing receive, expectedCount=0]SpanWithExpectedCount[span=disabled-tracing publish, expectedCount=0]SpanWithExpectedCount[span=POST /mp-rm-kafka-otel/, expectedCount=1]SpanWithExpectedCount[span=testkafka publish, expectedCount=0]SpanWithExpectedCount[span=testkafka receive, expectedCount=0]]
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.checkJaegerTraces(BaseReactiveMessagingAndOtelTest.java:467)
	at org.wildfly.test.integration.microprofile.reactive.messaging.otel.BaseReactiveMessagingAndOtelTest.testNoOpenTelemetryTracing(BaseReactiveMessagingAndOtelTest.java:140)
	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.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	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.GeneratedMethodAccessor3.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
------- Stdout: -------
=============================
TestName: testNoOpenTelemetryTracing
=============================
 [0m14:44:05,688 INFO  [org.wildfly.extension.microprofile.openapi.smallrye] (MSC service thread 1-5) WFLYMPOAI0005: Unregistered MicroProfile OpenAPI endpoint '/openapi' for host 'default-host'
 [0m [0m14:44:05,689 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0008: Undertow HTTPS listener https suspending
 [0m [0m14:44:05,690 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 36) WFLYUT0022: Unregistered web context: '/mp-rm-kafka-otel' from server 'default-server'
 [0m [0m14:44:05,690 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
 [0m [0m14:44:05,690 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
 [0m [0m14:44:05,691 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [::1]:8443
 [0m [0m14:44:05,698 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [::1]:8080
 [0m [0m14:44:05,698 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0004: Undertow 2.3.18.Final stopping
 [0m [0m14:44:08,492 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker] (smallrye-kafka-consumer-thread-20) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=7060d097-9da2-4f17-80ec-cfa57c66611c] Revoke previously assigned partitions disabled-tracing-0
 [0m [0m14:44:08,492 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerRebalanceListenerInvoker] (smallrye-kafka-consumer-thread-20) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=7060d097-9da2-4f17-80ec-cfa57c66611c] The pause flag in partitions [disabled-tracing-0] will be removed due to revocation.
 [0m [0m14:44:08,492 INFO  [io.smallrye.reactive.messaging.kafka] (smallrye-kafka-consumer-thread-20) SRMSG18224: Executing consumer revoked re-balance listener for group '7060d097-9da2-4f17-80ec-cfa57c66611c'
 [0m [0m14:44:08,492 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-20) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=7060d097-9da2-4f17-80ec-cfa57c66611c] Member kafka-consumer-disabled-tracing-sink-335daf48-de29-4b9b-858f-9a81e1736cea sending LeaveGroup request to coordinator localhost:9092 (id: 2147483646 rack: null) due to the consumer is being closed
 [0m [0m14:44:08,492 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-20) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=7060d097-9da2-4f17-80ec-cfa57c66611c] Resetting generation and member id due to: consumer pro-actively leaving the group
 [0m [0m14:44:08,492 INFO  [org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] (smallrye-kafka-consumer-thread-20) [Consumer clientId=kafka-consumer-disabled-tracing-sink, groupId=7060d097-9da2-4f17-80ec-cfa57c66611c] Request joining group due to: consumer pro-actively leaving the group
 [0m [0m14:44:08,494 INFO  [org.apache.kafka.common.metrics.Metrics] (smallrye-kafka-consumer-thread-20) Metrics scheduler closed
 [0m [0m14:44:08,494 INFO  [org.apache.kafka.common.metrics.Metrics] (smallrye-kafka-consumer-thread-20) Closing reporter org.apache.kafka.common.metrics.JmxReporter


@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14365 outcome was FAILURE using a merge of 9a8c190
Summary: Tests failed: 1, passed: 5415, ignored: 83 Build time: 03:17:15

Failed tests

org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase(basic-preview-default-full.surefire): org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase(basic-preview-default-full.surefire).: java.lang.RuntimeException: {
    "operation" => "add",
    "address" => [
        ("subsystem" => "vertx"),
        ("vertx" => "vertx")
    ]
} response -- {
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0175: Resource [(\"subsystem\" => \"vertx\")] does not exist; a resource at address [
    (\"subsystem\" => \"vertx\"),
    (\"vertx\" => \"vertx\")
] cannot be created until all ancestor resources have been added",
    "rolled-back" => true
}
java.lang.RuntimeException: 
{
    "operation" => "add",
    "address" => [
        ("subsystem" => "vertx"),
        ("vertx" => "vertx")
    ]
} response -- {
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0175: Resource [(\"subsystem\" => \"vertx\")] does not exist; a resource at address [
    (\"subsystem\" => \"vertx\"),
    (\"vertx\" => \"vertx\")
] cannot be created until all ancestor resources have been added",
    "rolled-back" => true
}
	at org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase$Setup.executeManagementOperation(VertxSubsystemSmokeTestCase.java:121)
	at org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase$Setup.addVertxInstance(VertxSubsystemSmokeTestCase.java:97)
	at org.wildfly.test.preview.vertx.VertxSubsystemSmokeTestCase$Setup.setup(VertxSubsystemSmokeTestCase.java:92)
	at org.jboss.as.arquillian.container.ServerSetupObserver$ServerSetupTaskHolder.setup(ServerSetupObserver.java:259)
	at org.jboss.as.arquillian.container.ServerSetupObserver.executeSetup(ServerSetupObserver.java:186)
	at org.jboss.as.arquillian.container.ServerSetupObserver.handleBeforeDeployment(ServerSetupObserver.java:119)
	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: -------
 [0m17:37:33,883 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
 [0m [0m17:37:33,883 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
 [0m [0m17:37:33,884 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
 [0m [0m17:37:33,884 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0119: Unbinding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
 [0m [0m17:37:33,884 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0011: Unbound Jakarta Connectors ConnectionFactory [java:/JmsXA]
 [0m [0m17:37:33,885 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0019: Stopped Driver service with driver-name = h2


@wildfly-ci
Copy link

Core -> Full Integration Build 14263 outcome was FAILURE using a merge of a344cff
Summary: Exit code 1 (Step: Build core (Maven)) (new) Build time: 00:01:17

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14366 outcome was FAILURE using a merge of a344cff
Summary: Exit code 1 (Step: Build core (Maven)) (new) Build time: 00:01:19

@wildfly-ci
Copy link

Core -> Full Integration Build 14569 outcome was FAILURE using a merge of a344cff
Summary: Exit code 1 (Step: Build core (Maven)) (new) Build time: 00:01:30

@github-actions github-actions bot removed the Stale label Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants