ci: fix Ignite tests on ppc64le with IPv6 (backport)#22411
Merged
Croway merged 1 commit intocamel-4.18.xfrom Apr 2, 2026
Merged
ci: fix Ignite tests on ppc64le with IPv6 (backport)#22411Croway merged 1 commit intocamel-4.18.xfrom
Croway merged 1 commit intocamel-4.18.xfrom
Conversation
Workaround for apache/ignite#10648 When IPv6 is used on Jenkins ppc64le, Ignite generates an excessively long work directory path (471+ chars) by concatenating all network interface names, causing IgniteCheckedException. Override the consistent ID with a short name to avoid the path length limit. Backport of 03ad21d from main branch.
apupier
approved these changes
Apr 2, 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.
Summary
Backport of 03ad21d from
maintocamel-4.18.x.All 53 Ignite tests fail consistently on ppc64le due to apache/ignite#10648 — Ignite generates a 471+ char work directory path by concatenating all IPv6 network interface names, exceeding filesystem limits. The fix overrides
IGNITE_OVERRIDE_CONSISTENT_IDwith a short name.Already proven on
mainwhere Ignite tests pass since March 3.Test plan
maincommit03ad21d1084exactlyClaude Code on behalf of Federico Mariani