-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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-opensource-components.version from 8.15.0 to 8.15.1 #43062
Bump elasticsearch-opensource-components.version from 8.15.0 to 8.15.1 #43062
Conversation
Bumps `elasticsearch-opensource-components.version` from 8.15.0 to 8.15.1. Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.15.0 to 8.15.1 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch@v8.15.0...v8.15.1) Updates `co.elastic.clients:elasticsearch-java` from 8.15.0 to 8.15.1 - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch-java@v8.15.0...v8.15.1) Updates `org.elasticsearch.client:elasticsearch-rest-client-sniffer` from 8.15.0 to 8.15.1 - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/elasticsearch@v8.15.0...v8.15.1) --- updated-dependencies: - dependency-name: org.elasticsearch.client:elasticsearch-rest-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: co.elastic.clients:elasticsearch-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.elasticsearch.client:elasticsearch-rest-client-sniffer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | Native Tests - Data4 | Build |
Failures | Logs | Raw logs | 🔍 |
You can consult the Develocity build scans.
Failures
⚙️ Native Tests - Data4 #
- Failing: integration-tests/redis-client
📦 integration-tests/redis-client
✖ Failed to execute goal io.fabric8:docker-maven-plugin:0.45.0:start (docker-start) on project quarkus-integration-test-redis-client: I/O Error
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 integration-tests/opentelemetry
✖ io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.testOTelInjections
- History
Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds.
-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 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 io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.reset(OpenTelemetryInjectionsTest.java:26)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
⚙️ JVM Tests - JDK 21
📦 integration-tests/opentelemetry
✖ io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.testOTelInjections
- History
Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 seconds.
-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest was not fulfilled within 5 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 io.quarkus.it.opentelemetry.OpenTelemetryInjectionsTest.reset(OpenTelemetryInjectionsTest.java:26)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
⚙️ Maven Tests - JDK 17 Windows
📦 integration-tests/devmode
✖ io.quarkus.test.devui.DevUIHibernateOrmSmokeTest.testGetInfo
- History
java.lang.RuntimeException: Failed to start quarkus
-io.quarkus.dev.appstate.ApplicationStartException
io.quarkus.dev.appstate.ApplicationStartException: java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.dev.appstate.ApplicationStateNotification.waitForApplicationStart(ApplicationStateNotification.java:63)
at io.quarkus.runner.bootstrap.StartupActionImpl.runMainClass(StartupActionImpl.java:142)
at io.quarkus.deployment.dev.IsolatedDevModeMain.firstStart(IsolatedDevModeMain.java:91)
at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:428)
at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:55)
at io.quarkus.bootstrap.app.CuratedApplication.runInCl(CuratedApplication.java:138)
at io.quarkus.bootstrap.app.CuratedApplication.runInAugmentClassLoader(CuratedApplication.java:93)
⚙️ Native Tests - HTTP
📦 integration-tests/rest-client-reactive
✖ io.quarkus.it.rest.client.BasicTestIT.shouldCreateClientSpans
- History
expected: <1> but was: <2>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <1> but was: <2>
at io.quarkus.it.rest.client.BasicTest.shouldCreateClientSpans(BasicTest.java:216)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:810)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Testing in Hibernate Search here hibernate/hibernate-search#4309 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing the upgrade in Hibernate Search passed both on the current main and on the 7.2:
Bumps
elasticsearch-opensource-components.version
from 8.15.0 to 8.15.1.Updates
org.elasticsearch.client:elasticsearch-rest-client
from 8.15.0 to 8.15.1Release notes
Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.
Commits
253e854
[plugin/apm-data] Use component-templates to configure fallback to ILM (#112432)d39cc88
Fix test configuration for merge policy in LatLonShapeDocValuesQueryTests and...bdf6864
[DOCS] Update documents and indices overview (#112394) (#112429)ed1ecce
Update docs for v8.15.1 release (#112410)f15c030
[ML]Fix the bug where the run() function of ExecutableInferenceRequest throws...9f845d5
[DOCS] Resolving conflicts. (#112391)c867f6c
[8.15] Fix toReleaseVersion() when called on the current version id (#112242)...dcba839
[8.15] Hide new test behind a feature (#112301) (#112317)cb49466
[DOCS] Rewrite "What is Elasticsearch?" (Part 1) (#112213) (#112335)ef960a0
[DOCS] Highlights auto-chunking in intro of semantic text. (#111836) (#112342)Updates
co.elastic.clients:elasticsearch-java
from 8.15.0 to 8.15.1Commits
17c4cf5
[codegen] update to latest specf67b74c
Addressing bulk ingester stuck threads (#870) (#873)c7ff6d3
fixed testsb35cd3f
correctly regen3e14e79
Add support for shortcut properties of non-primitive type (#858)c7aeb33
[codegen] update to latest spec and generatoref0adbf
[codegen] updated to latest api specdaba75e
fixed indent in release highlights156f858
[codegen] updated to latest api spec4f87a27
updated release notesUpdates
org.elasticsearch.client:elasticsearch-rest-client-sniffer
from 8.15.0 to 8.15.1Release notes
Sourced from org.elasticsearch.client:elasticsearch-rest-client-sniffer's releases.
Commits
253e854
[plugin/apm-data] Use component-templates to configure fallback to ILM (#112432)d39cc88
Fix test configuration for merge policy in LatLonShapeDocValuesQueryTests and...bdf6864
[DOCS] Update documents and indices overview (#112394) (#112429)ed1ecce
Update docs for v8.15.1 release (#112410)f15c030
[ML]Fix the bug where the run() function of ExecutableInferenceRequest throws...9f845d5
[DOCS] Resolving conflicts. (#112391)c867f6c
[8.15] Fix toReleaseVersion() when called on the current version id (#112242)...dcba839
[8.15] Hide new test behind a feature (#112301) (#112317)cb49466
[DOCS] Rewrite "What is Elasticsearch?" (Part 1) (#112213) (#112335)ef960a0
[DOCS] Highlights auto-chunking in intro of semantic text. (#111836) (#112342)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)