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

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


The following commit(s) were added to refs/heads/ignite-27373 by this push:
     new 2f72c39c2e7 IGNITE-27373 Fixes
2f72c39c2e7 is described below

commit 2f72c39c2e721838eca6d3b202fe1ce7aad04bae
Author: Igor Sapego <[email protected]>
AuthorDate: Fri Feb 27 03:10:43 2026 +0100

    IGNITE-27373 Fixes
---
 .teamcity/test/platform_tests/Project.kt                      |  2 +-
 .../test/platform_tests/python_tests/PythonDbApiToxTest.kt    | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.teamcity/test/platform_tests/Project.kt 
b/.teamcity/test/platform_tests/Project.kt
index 34583900de8..f55d660ce9d 100644
--- a/.teamcity/test/platform_tests/Project.kt
+++ b/.teamcity/test/platform_tests/Project.kt
@@ -19,7 +19,7 @@ object Project : Project({
         PlatformCppOdbcTestsRpmLinux,
         PlatformCppOdbcTestsTgzLinux,
         PlatformDotnetTestsLinux,
-        PlatformPythonTestsLinux
+        RunPythonTests
     ).forEach {
         buildType(
             ApacheIgnite3CustomBuildType.Builder(it)
diff --git a/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt 
b/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt
index f86cef75339..78c8714daa6 100644
--- a/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt
+++ b/.teamcity/test/platform_tests/python_tests/PythonDbApiToxTest.kt
@@ -1,13 +1,14 @@
 package test.platform_tests.python_tests
 
-import jetbrains.buildServer.configs.kotlin.BuildStep
 import jetbrains.buildServer.configs.kotlin.BuildType
 import jetbrains.buildServer.configs.kotlin.ParameterDisplay
-import jetbrains.buildServer.configs.kotlin.buildSteps.gradle
-import jetbrains.buildServer.configs.kotlin.buildSteps.script
-import org.apache.ignite.teamcity.CustomBuildSteps.Companion.customScript
+import jetbrains.buildServer.configs.kotlin.buildSteps.*
+import 
jetbrains.buildServer.configs.kotlin.failureConditions.BuildFailureOnMetric
+import 
jetbrains.buildServer.configs.kotlin.failureConditions.BuildFailureOnText
+import 
jetbrains.buildServer.configs.kotlin.failureConditions.failOnMetricChange
+import jetbrains.buildServer.configs.kotlin.failureConditions.failOnText
+import org.apache.ignite.teamcity.CustomBuildSteps.Companion.customGradle
 import org.apache.ignite.teamcity.Teamcity
-import org.apache.ignite.teamcity.Teamcity.Companion.hiddenText
 
 class PythonDbApiToxTest(
         private val pythonVersion: String,

Reply via email to