anton-vinogradov commented on PR #13373: URL: https://github.com/apache/ignite/pull/13373#issuecomment-4980432958
[TeamCity RunAll](https://ci2.ignite.apache.org/build/9209790) (branch `pull/13373/head`). The new `core-test` check `ClasspathTestSuite: TestNestedModulesOnDevClasspath` passes on all three C++ suites (Linux, Linux Clang, Win x64 Release), confirming `thin-client/{api,impl}` are now on the exploded dev classpath. The remaining RunAll failures are unrelated to this change — the diff only touches the C++ classpath builder, while the failures are in .NET, Java Cache/PDS/Snapshots/Queries/WAL and Messaging suites. Each reproduces on `master` and on unrelated PR branches, e.g.: * `IgniteWalRebalanceTest.testWithLocalWalChange` — flaky, fails on `master` (IGNITE-28869); * `IgniteClusterSnapshotSelfTest.testClientHandlesSnapshotFailOnStartStage` — flaky; * `CacheNearReaderUpdateTest.*` — fails on `master` (12/12 recent runs); * `.NET IgniteConfigurationTest.TestMulticastIpFinder` — flaky, fails on `master`. The C++ suite `FAILURE` itself comes from `igniteOdbcTest` terminating abnormally due to a missing `joou` runtime dependency after the Calcite 1.42 bump, tracked and fixed separately in #13372 — not related to the classpath change here. -- 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]
