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

Updates Infinispan to Protostream 5.0.1.Final #39326

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

karesti
Copy link
Member

@karesti karesti commented Mar 11, 2024

update dependency and simply code

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/documentation area/infinispan Infinispan labels Mar 11, 2024

This comment has been minimized.

This comment has been minimized.

@karesti karesti force-pushed the protostream-5-final branch from 5a0f7b5 to 4ab34bb Compare March 12, 2024 11:39
@karesti karesti changed the title Updates Infinispan to Protostream 5.0.0.Final Updates Infinispan to Protostream 5.0.1.Final Mar 12, 2024

This comment has been minimized.

This comment has been minimized.

Copy link

github-actions bot commented Mar 12, 2024

🙈 The PR is closed and the preview is expired.

@karesti
Copy link
Member Author

karesti commented Mar 12, 2024

@gsmet I don't think a backport is necessary for this

@karesti karesti force-pushed the protostream-5-final branch from 788c690 to dd9092d Compare March 12, 2024 14:15
@gsmet
Copy link
Member

gsmet commented Mar 12, 2024

@karesti you just overwrote my doc fix :/. I told you I would push something to fix the doc.

@gsmet
Copy link
Member

gsmet commented Mar 12, 2024

I will push again, please do not overwrite it.

@gsmet gsmet force-pushed the protostream-5-final branch from dd9092d to 03130c7 Compare March 12, 2024 14:23
@gsmet
Copy link
Member

gsmet commented Mar 12, 2024

Force pushed with the doc fix.

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Mar 12, 2024
Copy link

quarkus-bot bot commented Mar 12, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 03130c7.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

⚠️ There are other workflow runs running, you probably need to wait for their status before merging.

Copy link

quarkus-bot bot commented Mar 12, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 03130c7.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 Logs Raw logs 🚧
JVM Tests - JDK 21 Build Failures Logs Raw logs 🚧

Failures

⚙️ JVM Tests - JDK 21 #

- Failing: integration-tests/container-image/maven-invoker-way 

📦 integration-tests/container-image/maven-invoker-way

Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.6.0:run (integration-tests) on project quarkus-integration-test-container-image-invoker: 1 build failed. See console output above for details.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.EndUserEnabledTest.baseTest - History

  • AttributesMap{data={http.method=GET, http.scheme=http, net.protocol.name=http, http.status_code=200, http.route=/otel/enduser, net.host.port=8081, code.namespace=io.quarkus.it.opentelemetry.util.EndUserResource, http.response_content_length=0, http.client_ip=127.0.0.1, http.target=/otel/enduser, code.function=dummy, net.host.name=localhost, user_agent.original=Apache-HttpClient/4.5.14 (Java/17.0.10)}, capacity=128, totalAddedValues=13} ==> expected: <testUser> but was: <null> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: AttributesMap{data={http.method=GET, http.scheme=http, net.protocol.name=http, http.status_code=200, http.route=/otel/enduser, net.host.port=8081, code.namespace=io.quarkus.it.opentelemetry.util.EndUserResource, http.response_content_length=0, http.client_ip=127.0.0.1, http.target=/otel/enduser, code.function=dummy, net.host.name=localhost, user_agent.original=Apache-HttpClient/4.5.14 (Java/17.0.10)}, capacity=128, totalAddedValues=13} ==> expected: <testUser> but was: <null>
	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:182)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1156)
	at io.quarkus.it.opentelemetry.EndUserEnabledTest.evaluateAttributes...

⚙️ JVM Tests - JDK 17 Windows

📦 extensions/websockets-next/server/deployment

io.quarkus.websockets.next.test.broadcast.BroadcastOnOpenTest.testLoMultiBidi - History

  • Messages: [c2] ==> expected: <true> but was: <false> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: Messages: [c2] ==> expected: <true> but was: <false>
	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.AssertTrue.failNotTrue(AssertTrue.java:63)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
	at io.quarkus.websockets.next.test.broadcast.BroadcastOnOpenTest.assertBroadcast(BroadcastOnOpenTest.java:98)
	at io.quarkus.websockets.next.test.broadcast.BroadcastOnOpenTest.testLoMultiBidi(BroadcastOnOpenTest.java:50)

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-reactive-messaging-kafka/deployment

io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream - History

  • Assertion condition Expecting size of: [] to be greater than or equal to 2 but was 0 within 10 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: 
Assertion condition 
Expecting size of:
  []
to be greater than or equal to 2 but was 0 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)

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

io.quarkus.grpc.example.streaming.VertxVirtualThreadTest.testUnary - History

  • INTERNAL: Half-closed without a request - io.grpc.StatusRuntimeException
io.grpc.StatusRuntimeException: INTERNAL: Half-closed without a request
	at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
	at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
	at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
	at io.grpc.testing.integration.TestServiceGrpc$TestServiceBlockingStub.unaryCall(TestServiceGrpc.java:220)
	at io.quarkus.grpc.example.streaming.VirtualThreadTestBase.testUnary(VirtualThreadTestBase.java:33)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1018)

@gsmet gsmet merged commit b924348 into quarkusio:main Mar 13, 2024
51 of 52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Mar 13, 2024
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Mar 13, 2024
@karesti karesti deleted the protostream-5-final branch March 13, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/documentation area/infinispan Infinispan triage/flaky-test
Projects
Development

Successfully merging this pull request may close these issues.

2 participants