Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump to Mutiny 3.0.3 and Vert.x Mutiny bindings 3.20.4#51280

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
jponge wants to merge1 commit intoquarkusio:main
base:main
Choose a base branch
Loading
fromjponge:deps/mutiny-3.0.3-bindings-3.20.4

Conversation

@jponge
Copy link
Member

@jpongejponge commentedNov 28, 2025
edited
Loading

These are patch releases and can be backported to any Mutiny 3.0.x branch.

These are patch releases and can be backported to any Mutiny 3.0.xbranch.
@quarkus-botquarkus-botbot added area/arcIssue related to ARC (dependency injection) area/dependenciesPull requests that update a dependency file labelsNov 28, 2025
@jponge
Copy link
MemberAuthor

3.29 is the lower backport bound for these bumps.

@jponge
Copy link
MemberAuthor

@ozangunalp I didn't bump on RM, is it ok from your side? This is a patch release, it doesn't have your pausable streams addition.

ozangunalp reacted with thumbs up emoji

@quarkus-bot
Copy link

quarkus-botbot commentedNov 28, 2025
edited by github-actionsbot
Loading

Status for workflowQuarkus CI

This is the status report for runningQuarkus CI on commit61f603a.

Failing Jobs

StatusNameStepFailuresLogsRaw logsBuild scan
✔️JVM Integration Tests - JDK 17LogsRaw logs🚧
✔️JVM Integration Tests - JDK 17 WindowsLogsRaw logs🚧
✔️JVM Integration Tests - JDK 21LogsRaw logs🚧
JVM Integration Tests - JDK 21 SemeruBuildFailuresLogsRaw logs🚧
✔️JVM Integration Tests - JDK 25LogsRaw logs🚧

Full information is available in theBuild summary check run.
You can consult theDevelocity build scans.

Failures

⚙️ JVM Integration Tests - JDK 21 Semeru#

- Failing: integration-tests/opentelemetry

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.MetricsTest. -History -More details -Source on GitHub

org.junit.jupiter.engine.execution.ConditionEvaluationException: Failed to evaluate condition [io.quarkus.test.junit.QuarkusTestExtension]: Internal error: Test class was loaded with an unexpected classloader (QuarkusClassLoader:Quarkus Base Runtime ClassLoader: TEST for JUnitQuarkusTest-no-profile (QuarkusTest)@655551bb) or the thread context classloader (jdk.internal.loader.ClassLoaders$AppClassLoader@3b52cf86) was incorrect.at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1685)at java.base/java.util.stream.Referen...

io.quarkus.it.opentelemetry.MetricsTest.testAllJvmMetrics line107 -History -More details -Source on GitHub

org.awaitility.core.ConditionTimeoutException: Assertion condition Metric must be greater than 0: jvm.memory.used within 10 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:1160)at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:790)at io.quarkus.it.opentelemetry.MetricsTest.lambda$testAllJvmMetrics$7(MetricsTest.java:122)at java.base/java.lang.Iterable.forEach(Iterable.java:75)

Flaky tests -Develocity

⚙️ JVM Tests - JDK 21 Semeru

📦 extensions/micrometer-opentelemetry/deployment

io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Failed -History

  • Stream has no elements -java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elementsat io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:236)at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Failed(MicrometerTimedInterceptorTest.java:100)at java.base/java.lang.reflect.Method.invoke(Method.java:586)at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:532)at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:446)at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable -History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> -java.lang.AssertionError
java.lang.AssertionError: Expecting the metric Compensated callback was calledExpected: a value equal to or greater than <1>     but: <0> was less than <1>at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ozangunalpozangunalpozangunalp approved these changes

Assignees

No one assigned

Labels

area/arcIssue related to ARC (dependency injection)area/dependenciesPull requests that update a dependency filearea/reactivetriage/backport-3.29triage/flaky-test

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jponge@ozangunalp

[8]ページ先頭

©2009-2025 Movatter.jp