anton-vinogradov commented on PR #13372:
URL: https://github.com/apache/ignite/pull/13372#issuecomment-4995812791

   @zstan And here is the same failure taken from CI on **current master** (no 
local setup involved): [build 
9209640](https://ci2.ignite.apache.org/build/9209640), `Platform C++ CMake 
(Linux Clang)`, branch `refs/heads/master`, 2026-07-14 — the ODBC binary's 
first node-starting test:
   
   ```
   [TestConnectionRestore] 
[ERROR][exchange-worker-#45%NodeMain%][GridDhtPartitionsExchangeFuture] Failed 
to reinitialize ...
   [TestConnectionRestore] java.lang.NoClassDefFoundError: org/joou/UShort
   [TestConnectionRestore]   at 
java.base/java.lang.Class.getDeclaredMethods0(Native Method)
   [TestConnectionRestore]   at 
org.apache.calcite.linq4j.tree.Types.lookupMethod(Types.java:288)
   [TestConnectionRestore]   at 
org.apache.calcite.util.BuiltInMethod.<init>(BuiltInMethod.java:1043)
   [TestConnectionRestore]   at 
org.apache.calcite.util.BuiltInMethod.<clinit>(BuiltInMethod.java:320)
   [TestConnectionRestore]   at 
o.a.i.i.processors.query.calcite.exec.exp.RexImpTable.<init>(RexImpTable.java:300)
   ...
   [TestConnectionRestore] [ERROR][ttl-cleanup-worker-#49%NodeMain%][] JVM will 
be halted immediately due to the failure ...
   [TestConnectionRestore] 1/1 Test #3: IgniteOdbcTest 
...................***Failed    5.19 sec
   ```
   
   Same frames as the local repro. (The missing class name varies between runs 
— `UByte`/`UShort`/`ULong` — because it's whichever joou-typed signature 
`BuiltInMethod`'s static init touches first; the library and the failure point 
are the same.)
   
   The JVM halt kills the hosting `ignite-odbc-tests` process after its 7th 
test, which is where the 1046 → 595 test count on master comes from. The same 
suite on this PR's branch runs all 1046 ([build 
9209313](https://ci2.ignite.apache.org/build/9209313)).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to