Commit 03ad21d
committed
Fix ignite tests when Ipv6 is used (on Jenkins ppc64le)
due to a limitation with ignite
apache/ignite#10648 , when Ipv6 is used a path
with a too long name is created causing this kind of error:
```
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to
create page store work directory:
/home/jenkins/712657a4/workspace/l_Camel_Core_Build_and_test_main/components/camel-ignite/ignite/work/db/0_0_0_0_0_0_0_1_lo_127_0_0_1_140_211_168_51_172_17_0_1_2605_bc80_3010_500_2ae2_df68_ddb5_b30d_enp0s1_2605_bc80_3010_500_49b6_174f_c257_989b_enp0s1_2605_bc80_3010_500_5c75_1cd_c31b_18bb_enp0s1_2605_bc80_3010_500_6901_e190_8428_d693_enp0s1_2605_bc80_3010_500_8701_f209_ec6e_1b7b_enp0s1_2605_bc80_3010_500_bfd3_a0e3_608c_e985_enp0s1_2605_bc80_3010_500_f816_3eff_fea2_6bbc_enp0s1_2605_bc80_3010_500_fdff_edb6_e567_8ce2_enp0s1_47500
at org.apache.ignite.internal.util.IgniteUtils.ensureDirectory(IgniteUtils.java:10028)
```
the workaround used is to override the node naming
Signed-off-by: Aurélien Pupier <apupier@ibm.com>1 parent 3ba2a9a commit 03ad21d
1 file changed
Lines changed: 3 additions & 0 deletions
File tree
- test-infra/camel-test-infra-ignite/src/main/java/org/apache/camel/test/infra/ignite/services
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments