chore(camel-test-infra-infinispan): upgrade infinispan.container to 16.2#22316
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
chore(camel-test-infra-infinispan): upgrade infinispan.container to 16.2#22316github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Update infinispan.container from 16.1 to 16.2
oscerd
approved these changes
Mar 30, 2026
Contributor
Author
|
🧪 CI tested the following changed modules:
All tested modules (80 modules)
|
apupier
requested changes
Mar 30, 2026
Contributor
apupier
left a comment
There was a problem hiding this comment.
I have these errors hen plaing tests locally:
[�[1;31mERROR�[m] �[1;31mErrors: �[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteConfigurationIT.remoteCacheWithoutProperties » Transport io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteEmbeddingStoreIT>CamelTestSupport.setUp:150 » FailedToStartRoute Failed to start route: route4 because: java.util.concurrent.CompletionException: org.infinispan.api.exception.InfinispanException: java.util.concurrent.CompletionException: org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteEmbeddingStoreIT>CamelTestSupport.setUp:150 » FailedToStartRoute Failed to start route: route10 because: java.util.concurrent.CompletionException: org.infinispan.api.exception.InfinispanException: java.util.concurrent.CompletionException: org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteEmbeddingStoreIT.registerSchema(VectorSimilarity)[2] » Completion org.infinispan.api.exception.InfinispanException: java.util.concurrent.CompletionException: org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteEmbeddingStoreIT>CamelTestSupport.setUp:150 » FailedToStartRoute Failed to start route: route16 because: java.util.concurrent.CompletionException: org.infinispan.api.exception.InfinispanException: java.util.concurrent.CompletionException: org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteQueryProducerIT.setupResources:111 » Transport io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteQueryProducerIT.setupResources:111 » Transport io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteQueryProducerIT.producerQueryWithoutResultAndQueryBuilderFromConfig » Completion org.infinispan.api.exception.InfinispanException: java.util.concurrent.CompletionException: org.infinispan.client.hotrod.exceptions.TransportException:: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m InfinispanRemoteClusteredViewIT.getLeaderTest » Transport io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
[�[1;31mERROR�[m] �[1;31m SpringInfinispanRemoteIdempotentRepositorySpringIT>CamelTestSupport.setUp:146->SpringInfinispanRemoteIdempotentRepositoryTestSupport.setupResources:70 » Transport io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed with error(-111): Connection refused: localhost/[0:0:0:0:0:0:0:1]:11222�[m
gnodet
added a commit
to gnodet/camel
that referenced
this pull request
Apr 9, 2026
When a test-infra module changes (e.g., container version bump), its dependents should be tested via -amd even though the test-infra module itself has no src/test. Previously these were classified as "pom-only" and excluded from -amd expansion, so component tests were never run. Fixes the issue seen in PR apache#22316 where bumping the Infinispan container version didn't trigger camel-infinispan tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gnodet
added a commit
to gnodet/camel
that referenced
this pull request
Apr 9, 2026
Modules with src/main (including test-infra modules) are now treated as testable for -amd expansion, so their dependents get tested. Previously the check used src/test, which excluded test-infra modules that have source code but no tests — their dependent components were never tested. Fixes the issue seen in PR apache#22316 where bumping the Infinispan container version didn't trigger camel-infinispan tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Apr 9, 2026
davsclaus
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the
infinispan.containercontainer image to version16.2.Update Details
infinispan.containerquay.io/infinispan/server/home/runner/work/camel/camel/test-infra/camel-test-infra-infinispan/src/main/resources/org/apache/camel/test/infra/infinispan/services/container.properties16.116.2Verification
Please verify:
Run the following to rebuild the test infra:
Then test the impacted components.
This PR was automatically created by the Container Version Upgrade workflow.