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

Use RoutingContext#normalizedPath() in access log exclusion#51289

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
gsmet wants to merge1 commit intoquarkusio:main
base:main
Choose a base branch
Loading
fromgsmet:access-log-normalized-path

Conversation

@gsmet
Copy link
Member

No description provided.

@quarkus-bot
Copy link

Thanks for your pull request!

Your pull request does not follow our editorial rules. Could you have a look?

  • description should not be empty, describe your intent or provide links to the issues this PR is fixing (usingFixes #NNNNN) or changelogs

This message is automatically generated by a bot.

@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 commit9772512.

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 SemeruLogsRaw logs🚧
JVM Integration Tests - JDK 25BuildFailuresLogsRaw logs🚧

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

Failures

⚙️ JVM Integration Tests - JDK 25#

- Failing: integration-tests/virtual-threads/grpc-virtual-threads

📦 integration-tests/virtual-threads/grpc-virtual-threads

io.quarkus.grpc.example.streaming.VertxVirtualThreadTest. -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-io.quarkus.grpc.test.utils.VertxGRPCTestProfile (QuarkusTest)@7878459f) or the thread context classloader (jdk.internal.loader.ClassLoaders$AppClassLoader@341d43cd) was incorrect.at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:214)at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:197)at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:214)at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:197)at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:214)at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1693)...

io.quarkus.grpc.example.streaming.VertxVirtualThreadTest.testStreamingOutputCall -History -More details -Source on GitHub

io.grpc.StatusRuntimeException: INTERNAL: Half-closed without a requestat io.grpc.Status.asRuntimeException(Status.java:532)at io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:731)at java.base/java.util.Iterator.forEachRemaining(Iterator.java:132)at io.quarkus.grpc.example.streaming.VirtualThreadTestBase.testStreamingOutputCall(VirtualThreadTestBase.java:43)at java.base/java.lang.reflect.Method.invoke(Method.java:565)at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:995)at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:843)

Flaky tests -Develocity

⚙️ JVM Tests - JDK 21 Semeru

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector -History

  • Expecting actual: ["-6","-8","-9","-10","-11","-12","-13","-14"] to start with: ["-6", "-7", "-8", "-9"] -java.lang.AssertionError
java.lang.AssertionError: Expecting actual:  ["-6","-8","-9","-10","-11","-12","-13","-14"]to start with:  ["-6", "-7", "-8", "-9"]at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:41)

⚙️ JVM Tests - JDK 17 Windows

📦 extensions/scheduler/deployment

io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume -History

  • expected: <false> but was: <true> -org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>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.AssertFalse.failNotFalse(AssertFalse.java:63)at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:36)at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:31)at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:231)at io.quarkus.scheduler.test.PausedSchedulerTest.testSchedulerPauseResume(PausedSchedulerTest.java:47)

⚙️ 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

@sberyozkinsberyozkinsberyozkin approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@gsmet@sberyozkin

[8]ページ先頭

©2009-2025 Movatter.jp