This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new f91e1212488 IGNITE-28569 C++ Client: Fix crash on Windows on TC (#7998)
f91e1212488 is described below

commit f91e121248899d5ec21dea7e8bcec967856452af
Author: Ed Rakhmankulov <[email protected]>
AuthorDate: Fri Apr 17 14:39:44 2026 +0300

    IGNITE-28569 C++ Client: Fix crash on Windows on TC (#7998)
---
 .teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt 
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index 0614a9b7984..ad89eeb12fb 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -27,6 +27,7 @@ object PlatformCppTestsWindows : BuildType({
     """.trimIndent()
 
     params {
+        hiddenText("env.IGNITE_CPP_TESTS_USE_SINGLE_NODE", "")
         hiddenText("PATH__CMAKE_BUILD_DIRECTORY", 
"""%PATH__WORKING_DIR%\cmake-build-debug""")
         hiddenText("PATH__CLIENT_TEST_RESULTS", 
"""%PATH__CMAKE_BUILD_DIRECTORY%\cpp_client_tests_results.xml""")
         hiddenText("PATH__ODBC_TEST_RESULTS", 
"""%PATH__CMAKE_BUILD_DIRECTORY%\odbc_tests_results.xml""")

Reply via email to