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

Bump Elasticsearch/OpenSearch versions for tests/devservices to 8.13/2.13 #40271

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

yrodiere
Copy link
Member

Follows up on #40264

cc @marko-bekhta

Copy link

quarkus-bot bot commented Apr 25, 2024

/cc @gsmet (elasticsearch,hibernate-search), @loicmathieu (elasticsearch)

@yrodiere
Copy link
Member Author

yrodiere commented Apr 25, 2024

I went ahead and directly added the corresponding notes to the migration guide for 3.11. My optimistic nature is expecting this PR to get merged before the 3.11 release :D

BTW @gsmet I created https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.11 which didn't exist, and updated https://github.com/quarkusio/quarkus/wiki/Migration-Guides to list it (and to not say that main is 3.10 anymore :x)

@yrodiere yrodiere force-pushed the elasticsearch-8.13 branch from 2c27716 to f8ea54a Compare April 25, 2024 08:04

This comment has been minimized.

Copy link

github-actions bot commented Apr 25, 2024

🙈 The PR is closed and the preview is expired.

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Apr 25, 2024

Not sure what's going on but CI is not happy about it.

@yrodiere
Copy link
Member Author

Yes I know, I'm on it.

@yrodiere yrodiere force-pushed the elasticsearch-8.13 branch 2 times, most recently from 0306cd3 to fe3e63b Compare April 25, 2024 14:03

This comment has been minimized.

This comment has been minimized.

@yrodiere yrodiere force-pushed the elasticsearch-8.13 branch from fe3e63b to d1b4071 Compare April 25, 2024 15:07
Copy link

quarkus-bot bot commented Apr 25, 2024

Status for workflow Quarkus Documentation CI

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

✅ 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 Apr 25, 2024

Status for workflow Quarkus CI

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

✅ 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.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17 Windows

📦 integration-tests/grpc-hibernate

com.example.grpc.hibernate.BlockingRawTest.shouldAdd - History

  • Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at com.example.grpc.hibernate.BlockingRawTestBase.shouldAdd(BlockingRawTestBase.java:59)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)

⚙️ Maven Tests - JDK 17 Windows

📦 integration-tests/maven

io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch - History

  • Cannot delete directory: target\test-classes\projects\project-generation - java.lang.RuntimeException
java.lang.RuntimeException: Cannot delete directory: target\test-classes\projects\project-generation
	at io.quarkus.maven.it.MojoTestBase.initEmptyProject(MojoTestBase.java:72)
	at io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch(CreateProjectMojoIT.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: IOException #0: Cannot delete file: target\test-classes\projects\project-generation\build-create-project-generation.log]
	at org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:50)

io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch - History

  • Cannot delete directory: target\test-classes\projects\project-generation - java.lang.RuntimeException
java.lang.RuntimeException: Cannot delete directory: target\test-classes\projects\project-generation
	at io.quarkus.maven.it.MojoTestBase.initEmptyProject(MojoTestBase.java:72)
	at io.quarkus.maven.it.CreateProjectMojoIT.testProjectGenerationFromScratch(CreateProjectMojoIT.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: org.apache.commons.io.IOExceptionList: 1 exception(s): [org.apache.commons.io.IOIndexedException: IOException #0: Cannot delete file: target\test-classes\projects\project-generation\build-create-project-generation.log]
	at org.apache.commons.io.IOExceptionList.checkEmpty(IOExceptionList.java:50)

@yrodiere yrodiere added the triage/needs-review Issue that needs a review - remove label if all is clear label Apr 26, 2024
@gsmet gsmet merged commit eb7e6a8 into quarkusio:main Apr 26, 2024
54 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.11 - main milestone Apr 26, 2024
@yrodiere yrodiere deleted the elasticsearch-8.13 branch June 21, 2024 09:14
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/elasticsearch area/hibernate-search Hibernate Search area/logging triage/flaky-test triage/needs-review Issue that needs a review - remove label if all is clear
Projects
Development

Successfully merging this pull request may close these issues.

3 participants