You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❌ io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_LongTaskTimer_Failed - History
expected: <0> but was: <1> - org.opentest4j.AssertionFailedError
Details
org.opentest4j.AssertionFailedError: expected: <0> but was: <1>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:166)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:161)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:632)
at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_LongTaskTimer_Failed(MicrometerTimedInterceptorTest.java:222)
📦 extensions/websockets-next/deployment
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testClientEndpointError_ExceptionInsideOnTextMessage_WithOverloadedOnError - History
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed. Response body doesn't match expectation. Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null' Actual: \# TYPE jvm_gc_overhead gauge \# HELP jvm_gc_overhead An approximation of the percent of CPU time used by GC activities over the last lookback period or since monitoring began, whichever is shorter, in the range [0..1] - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed.
Response body doesn't match expectation.
Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null'
Actual: # TYPE jvm_gc_overhead gauge
# HELP jvm_gc_overhead An approximation of the percent of CPU time used by GC activities over the last lookback period or since monitoring began, whichever is shorter, in the range [0..1]
jvm_gc_overhead 0.0021869260559953
# TYPE quarkus_websockets_server_bytes counter
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed. Response body doesn't match expectation. Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '1' and direction 'null' Actual: \# TYPE jvm_threads_started_threads counter \# HELP jvm_threads_started_threads The total number of application threads started in the JVM - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed.
Response body doesn't match expectation.
Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '1' and direction 'null'
Actual: # TYPE jvm_threads_started_threads counter
# HELP jvm_threads_started_threads The total number of application threads started in the JVM
jvm_threads_started_threads_total 204354.0
# TYPE quarkus_websockets_server_connections_closed counter
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testClientEndpointError_ExceptionInsideOnTextMessage_noExplicitOnErrorDefined - History
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed. Response body doesn't match expectation. Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '3' and direction 'null' Actual: \# TYPE jvm_gc_overhead gauge \# HELP jvm_gc_overhead An approximation of the percent of CPU time used by GC activities over the last lookback period or since monitoring began, whichever is shorter, in the range [0..1] - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed.
Response body doesn't match expectation.
Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '3' and direction 'null'
Actual: # TYPE jvm_gc_overhead gauge
# HELP jvm_gc_overhead An approximation of the percent of CPU time used by GC activities over the last lookback period or since monitoring began, whichever is shorter, in the range [0..1]
jvm_gc_overhead 0.005113138681097158
# TYPE quarkus_websockets_server_bytes counter
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testServerEndpointError_ExceptionInsideOnOpen - History
io.vertx.core.impl.NoStackTraceThrowable: WebSocket is closed - java.util.concurrent.CompletionException
Details
java.util.concurrent.CompletionException: io.vertx.core.impl.NoStackTraceThrowable: WebSocket is closed
at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413)
at java.base/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2118)
at io.quarkus.websockets.next.test.utils.WSClient.await(WSClient.java:137)
at io.quarkus.websockets.next.test.utils.WSClient.sendAndAwait(WSClient.java:96)
at io.quarkus.websockets.next.test.telemetry.Connection.openConnectionThenSend(Connection.java:34)
at io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testServerEndpointError_ExceptionInsideOnOpen(MicrometerWebSocketsOnErrorTest.java:201)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
io.vertx.core.impl.NoStackTraceThrowable: WebSocket is closed - java.util.concurrent.CompletionException
Details
java.util.concurrent.CompletionException: io.vertx.core.impl.NoStackTraceThrowable: WebSocket is closed
at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413)
at java.base/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2118)
at io.quarkus.websockets.next.test.utils.WSClient.await(WSClient.java:137)
at io.quarkus.websockets.next.test.utils.WSClient.sendAndAwait(WSClient.java:96)
at io.quarkus.websockets.next.test.telemetry.Connection.openConnectionThenSend(Connection.java:34)
at io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testServerEndpointError_ExceptionInsideOnOpen(MicrometerWebSocketsOnErrorTest.java:201)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testServerEndpointError_GlobalErrorHandler - History
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed. Response body doesn't match expectation. Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null' Actual: \# TYPE jvm_gc_overhead gauge \# HELP jvm_gc_overhead An approximation of the percent of CPU time used by GC activities over the last lookback period or since monitoring began, whichever is shorter, in the range [0..1] - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed.
Response body doesn't match expectation.
Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null'
Actual: # TYPE jvm_gc_overhead gauge
# HELP jvm_gc_overhead An approximation of the percent of CPU time used by GC activities over the last lookback period or since monitoring began, whichever is shorter, in the range [0..1]
jvm_gc_overhead 0.0027114000801068045
# TYPE quarkus_websockets_server_bytes counter
⚙️ JVM Tests - JDK 21
📦 extensions/websockets-next/deployment
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testClientEndpointError_ExceptionInsideOnTextMessage_WithOverloadedOnError - History
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed. Response body doesn't match expectation. Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null' Actual: \# TYPE quarkus_websockets_client_bytes counter \# HELP quarkus_websockets_client_bytes Number of bytes sent and received by client endpoints. - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed.
Response body doesn't match expectation.
Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null'
Actual: # TYPE quarkus_websockets_client_bytes counter
# HELP quarkus_websockets_client_bytes Number of bytes sent and received by client endpoints.
quarkus_websockets_client_bytes_total{direction="INBOUND",uri="/client-error-no-on-error"} 40.0
quarkus_websockets_client_bytes_total{direction="INBOUND",uri="/client-error-overloaded-on-error"} 40.0
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testClientEndpointError_ExceptionInsideOnTextMessage_noExplicitOnErrorDefined - History
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed. Response body doesn't match expectation. Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '3' and direction 'null' Actual: \# TYPE quarkus_websockets_client_bytes counter \# HELP quarkus_websockets_client_bytes Number of bytes sent and received by client endpoints. - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed.
Response body doesn't match expectation.
Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '3' and direction 'null'
Actual: # TYPE quarkus_websockets_client_bytes counter
# HELP quarkus_websockets_client_bytes Number of bytes sent and received by client endpoints.
quarkus_websockets_client_bytes_total{direction="INBOUND",uri="/client-error-no-on-error"} 40.0
quarkus_websockets_client_bytes_total{direction="OUTBOUND",uri="/client-error-no-on-error"} 12.0
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testServerEndpointError_ExceptionInsideOnOpen - History
io.vertx.core.impl.NoStackTraceThrowable: WebSocket is closed - java.util.concurrent.CompletionException
Details
java.util.concurrent.CompletionException: io.vertx.core.impl.NoStackTraceThrowable: WebSocket is closed
at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413)
at java.base/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2118)
at io.quarkus.websockets.next.test.utils.WSClient.await(WSClient.java:137)
at io.quarkus.websockets.next.test.utils.WSClient.sendAndAwait(WSClient.java:96)
at io.quarkus.websockets.next.test.telemetry.Connection.openConnectionThenSend(Connection.java:34)
at io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testServerEndpointError_ExceptionInsideOnOpen(MicrometerWebSocketsOnErrorTest.java:201)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
❌ io.quarkus.websockets.next.test.telemetry.MicrometerWebSocketsOnErrorTest.testServerEndpointError_GlobalErrorHandler - History
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed. Response body doesn't match expectation. Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null' Actual: \# TYPE quarkus_websockets_client_bytes counter \# HELP quarkus_websockets_client_bytes Number of bytes sent and received by client endpoints. - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.websockets.next.test.telemetry.MetricsAsserter 1 expectation failed.
Response body doesn't match expectation.
Expected: Key 'quarkus_websockets_server_endpoint_count_errors_total' with value '4' and direction 'null'
Actual: # TYPE quarkus_websockets_client_bytes counter
# HELP quarkus_websockets_client_bytes Number of bytes sent and received by client endpoints.
quarkus_websockets_client_bytes_total{direction="INBOUND",uri="/client-error-no-on-error"} 40.0
quarkus_websockets_client_bytes_total{direction="OUTBOUND",uri="/client-error-no-on-error"} 12.0
⚙️ Gradle Tests - JDK 17 Windows
📦 integration-tests/gradle
❌ io.quarkus.gradle.devmode.IncludedKotlinBuildDevModeTest.main - History
Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes 30 seconds. - org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes 30 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
at io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:164)
at io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.getHttpResponse(QuarkusDevGradleTestBase.java:165)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since this update of Hibernate Search comes in pair with Apache Avro update...