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

Implement Dev Services for Infinispan #20476

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

cescoffier
Copy link
Member

@cescoffier cescoffier commented Sep 30, 2021

Implement a dev service for infinispan.

@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/infinispan Infinispan labels Sep 30, 2021
@cescoffier cescoffier marked this pull request as ready for review October 15, 2021 13:30
cescoffier added a commit to cescoffier/quarkus-quickstarts that referenced this pull request Oct 15, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 15, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building 848e43d

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Failures Logs Raw logs
Attach pull request number ⚠️ Check → Logs Raw logs
CI Sanity Check ⚠️ Check → Logs Raw logs

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 15, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 848e43d

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 Windows #

- Failing: integration-tests/grpc-plain-text-gzip 

📦 integration-tests/grpc-plain-text-gzip

io.quarkus.grpc.examples.hello.HelloWorldEndpointTest.testHelloWorldServiceUsingBlockingStub - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.infinispan.client.deployment.devservices.InfinispanDevServiceProcessor#startInfinispanContainers threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=quay.io/infinispan/server:13.0, imagePullPolicy=DefaultPullPolicy())

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 15, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 19ed230

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 Windows #

- Failing: integration-tests/grpc-plain-text-gzip 

📦 integration-tests/grpc-plain-text-gzip

io.quarkus.grpc.examples.hello.HelloWorldEndpointTest.testHelloWorldServiceUsingBlockingStub - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.infinispan.client.deployment.devservices.InfinispanDevServiceProcessor#startInfinispanContainers threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=quay.io/infinispan/server:13.0, imagePullPolicy=DefaultPullPolicy())

Copy link
Member

@karesti karesti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you changed the wrong application.properties

@cescoffier
Copy link
Member Author

No, it's the right one. This test adds infinispan to the classpath, because it brings some classes to the classpath. However this test does not need an infinispan server.

@cescoffier cescoffier merged commit d634dd9 into quarkusio:main Oct 20, 2021
@quarkus-bot quarkus-bot bot added this to the 2.5 - main milestone Oct 20, 2021
cescoffier added a commit to cescoffier/quarkus-quickstarts that referenced this pull request Nov 7, 2021
cescoffier added a commit to cescoffier/quarkus-quickstarts that referenced this pull request Nov 22, 2021
@cescoffier cescoffier deleted the infinispan-dev-services branch March 15, 2022 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants