u70b3 commented on PR #203: URL: https://github.com/apache/paimon-cpp/pull/203#issuecomment-5291067003
ARM re-test on the latest head (cba5129) — all green ✅ **Environment**: Kunpeng-920 (aarch64, 128 cores), Ubuntu 22.04, GCC 11.4, Clang 14, CMake 3.22 **Debug (GCC 11.4)** - `paimon-common-factories-test` (Singleton/IOHook): 9/9 passed - `paimon-common-test` (SaturatingCast/SerializationUtils/CacheManager): 10/10 passed - `paimon-common-sst-file-format-test` (SstFileWriter): 32/32 passed - Full `unittest` suite (40 ctest entries): all passed **ThreadSanitizer (Clang 14)** - factories + common test binaries: passed, no TSan warnings - Race tests stress-run 20× (`SingletonTest.*` + `IOHookTest.TestConcurrentResetAndTry`): 20/20 clean - Same tests repeated 20× under GCC Debug: all passed **Checks**: `pre-commit` (clang-format / cmake-format / codespell / C++ Lint) and `git diff --check` all clean. The `shared_mutex`-based IOHook and the int32/int64-only `SaturatingDoubleToInteger` in cba5129 behave correctly on aarch64 — LGTM from the ARM side. -- 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]
