Closed dependabot[bot] closed 1 week ago
@dependabot rebase
Following jobs contain at least one flaky test:
Run summary: https://github.com/quarkus-qe/quarkus-test-suite/actions/runs/11846850436?pr=2178
Flaky tests:
io.quarkus.ts.messaging.kafka.reactive.streams.KafkaGratefulShutdownIT.testConnection
Assertion condition defined as a Lambda expression in io.quarkus.test.utils.LogsVerifier Log does not contain any of '[ave]'. Full logs: [__ ____ __ _____ ___ __ ____ ______ , --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ , -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ , --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ , 00:15:38,103 SRMSG18229: Configured topics for channel 'slow': [slow], 00:15:38,121 SRMSG18214: Key deserializer omitted, using String as default, 00:15:38,122 SRMSG18234: Auto-commit disabled for channel slow, 00:15:38,310 SRMSG18240: 'throttled' commit strategy used for channel 'slow', 00:15:38,311 SRMSG18232: Will commit for group 'kafka-streams-reactive-messaging' every 5000 milliseconds., 00:15:38,311 SRMSG18236: Will mark throttled commit strategy for group 'kafka-streams-reactive-messaging' as unhealthy if records go more than 60000 milliseconds without being processed., 00:15:38,347 SRMSG18248: Key serializer omitted, using String as default, 00:15:38,377 SRMSG18258: Kafka producer kafka-producer-slow-topic, connected to Kafka brokers 'localhost:32826', is configured to write records to 'slow', 00:15:38,431 SRMSG18257: Kafka consumer kafka-consumer-slow, connected to Kafka brokers 'localhost:32826', belongs to the 'kafka-streams-reactive-messaging' consumer group and is configured to poll records from [slow], 00:15:38,436 No Topology producer; Kafka Streams will not be started, 00:15:38,522 kafka-streams-reactive-messaging 1.0.0-SNAPSHOT on JVM (powered by Quarkus 999-SNAPSHOT) started in 1.377s. Listening on: http://0.0.0.0:1104, 00:15:38,523 Profile prod activated. , 00:15:38,523 Installed features: [cdi, kafka-client, kafka-streams, messaging, messaging-kafka, resteasy, resteasy-jsonb, smallrye-context-propagation, vertx], 00:15:38,663 [Consumer clientId=kafka-consumer-slow, groupId=kafka-streams-reactive-messaging] Error while fetching metadata with correlation id 2 : {slow=UNKNOWN_TOPIC_OR_PARTITION}, 00:15:42,167 SRMSG18209: Sending message org.eclipse.microprofile.reactive.messaging.Message$5@12534da7 from channel 'slow-topic' to Kafka topic 'slow', 00:15:42,273 SRMSG18211: Message org.eclipse.microprofile.reactive.messaging.Message$5@12534da7 from channel 'slow-topic' sent successfully to Kafka topic-partition 'slow-0', with offset 0] ==> expected: <true> but was: <false> within 30 seconds.
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a Lambda expression in io.quarkus.test.utils.LogsVerifier Log does not contain any of '[ave]'. Full logs: [__ ____ __ _____ ___ __ ____ ______ , --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ , -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ , --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ , 00:15:38,103 SRMSG18229: Configured topics for channel 'slow': [slow], 00:15:38,121 SRMSG18214: Key deserializer omitted, using String as default, 00:15:38,122 SRMSG18234: Auto-commit disabled for channel slow, 00:15:38,310 SRMSG18240: 'throttled' commit strategy used for channel 'slow', 00:15:38,311 SRMSG18232: Will commit for group 'kafka-streams-reactive-messaging' every 5000 milliseconds., 00:15:38,311 SRMSG18236: Will mark throttled commit strategy for group 'kafka-streams-reactive-messaging' as unhealthy if records go more than 60000 milliseconds without being processed., 00:15:38,347 SRMSG18248: Key serializer omitted, using String as default, 00:15:38,377 SRMSG18258: Kafka producer kafka-producer-slow-topic, connected to Kafka brokers 'localhost:32826', is configured to write records to 'slow', 00:15:38,431 SRMSG18257: Kafka consumer kafka-consumer-slow, connected to Kafka brokers 'localhost:32826', belongs to the 'kafka-streams-reactive-messaging' consumer group and is configured to poll records from [slow], 00:15:38,436 No Topology producer; Kafka Streams will not be started, 00:15:38,522 kafka-streams-reactive-messaging 1.0.0-SNAPSHOT on JVM (powered by Quarkus 999-SNAPSHOT) started in 1.377s. Listening on: http://0.0.0.0:1104, 00:15:38,523 Profile prod activated. , 00:15:38,523 Installed features: [cdi, kafka-client, kafka-streams, messaging, messaging-kafka, resteasy, resteasy-jsonb, smallrye-context-propagation, vertx], 00:15:38,663 [Consumer clientId=kafka-consumer-slow, groupId=kafka-streams-reactive-messaging] Error while fetching metadata with correlation id 2 : {slow=UNKNOWN_TOPIC_OR_PARTITION}, 00:15:42,167 SRMSG18209: Sending message org.eclipse.microprofile.reactive.messaging.Message$5@12534da7 from channel 'slow-topic' to Kafka topic 'slow', 00:15:42,273 SRMSG18211: Message org.eclipse.microprofile.reactive.messaging.Message$5@12534da7 from channel 'slow-topic' sent successfully to Kafka topic-partition 'slow-0', with offset 0] ==> expected: <true> but was: <false> within 30 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:790)
at io.quarkus.test.utils.AwaitilityUtils.untilAsserted(AwaitilityUtils.java:134)
at io.quarkus.test.utils.AwaitilityUtils.untilAsserted(AwaitilityUtils.java:124)
at io.quarkus.test.utils.LogsVerifier.assertContains(LogsVerifier.java:28)
at io.quarkus.ts.messaging.kafka.reactive.streams.KafkaGratefulShutdownIT.testConnection(KafkaGratefulShutdownIT.java:72)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.opentest4j.AssertionFailedError: Log does not contain any of '[ave]'. Full logs: [__ ____ __ _____ ___ __ ____ ______ , --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ , -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ , --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ , 00:15:38,103 SRMSG18229: Configured topics for channel 'slow': [slow], 00:15:38,121 SRMSG18214: Key deserializer omitted, using String as default, 00:15:38,122 SRMSG18234: Auto-commit disabled for channel slow, 00:15:38,310 SRMSG18240: 'throttled' commit strategy used for channel 'slow', 00:15:38,311 SRMSG18232: Will commit for group 'kafka-streams-reactive-messaging' every 5000 milliseconds., 00:15:38,311 SRMSG18236: Will mark throttled commit strategy for group 'kafka-streams-reactive-messaging' as unhealthy if records go more than 60000 milliseconds without being processed., 00:15:38,347 SRMSG18248: Key serializer omitted, using String as default, 00:15:38,377 SRMSG18258: Kafka producer kafka-producer-slow-topic, connected to Kafka brokers 'localhost:32826', is configured to write records to 'slow', 00:15:38,431 SRMSG18257: Kafka consumer kafka-consumer-slow, connected to Kafka brokers 'localhost:32826', belongs to the 'kafka-streams-reactive-messaging' consumer group and is configured to poll records from [slow], 00:15:38,436 No Topology producer; Kafka Streams will not be started, 00:15:38,522 kafka-streams-reactive-messaging 1.0.0-SNAPSHOT on JVM (powered by Quarkus 999-SNAPSHOT) started in 1.377s. Listening on: http://0.0.0.0:1104, 00:15:38,523 Profile prod activated. , 00:15:38,523 Installed features: [cdi, kafka-client, kafka-streams, messaging, messaging-kafka, resteasy, resteasy-jsonb, smallrye-context-propagation, vertx], 00:15:38,663 [Consumer clientId=kafka-consumer-slow, groupId=kafka-streams-reactive-messaging] Error while fetching metadata with correlation id 2 : {slow=UNKNOWN_TOPIC_OR_PARTITION}, 00:15:42,167 SRMSG18209: Sending message org.eclipse.microprofile.reactive.messaging.Message$5@12534da7 from channel 'slow-topic' to Kafka topic 'slow', 00:15:42,273 SRMSG18211: Message org.eclipse.microprofile.reactive.messaging.Message$5@12534da7 from channel 'slow-topic' sent successfully to Kafka topic-partition 'slow-0', with offset 0] ==> expected: <true> but was: <false>
at io.quarkus.test.utils.LogsVerifier.lambda$assertContains$0(LogsVerifier.java:30)
at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Bumps io.quarkus.bot:build-reporter-maven-extension from 3.9.5 to 3.9.6.
Commits
88d0cc0
[maven-release-plugin] prepare release 3.9.6d7fc66e
Merge pull request #237 from gsmet/prepare-langchain4j95697c9
Make the config a bit more flexible95d501b
Merge pull request #232 from quarkusio/dependabot/maven/io.smallrye-jandex-ma...3a26738
Bump io.smallrye:jandex-maven-plugin from 3.2.0 to 3.2.317a39c1
Merge pull request #236 from quarkusio/dependabot/maven/io.quarkus-quarkus-bo...b7745a5
Merge pull request #229 from quarkusio/dependabot/maven/io.quarkiverse-quarki...2e4b60a
Merge pull request #233 from quarkusio/dependabot/maven/com.fasterxml.jackson...47c67c4
Merge pull request #235 from quarkusio/dependabot/maven/org.apache.maven.sure...56a3c2f
Bump io.quarkus:quarkus-bom from 3.12.1 to 3.16.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show