aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuzmich321 <kuzmich321@yandex-team.com>2024-09-04 10:54:01 +0300
committerkuzmich321 <kuzmich321@yandex-team.com>2024-09-04 11:05:25 +0300
commit01728c8b67aff9291a0f7325e24758922554455d (patch)
tree279f4e6541095368ef39f5f447438c11f06c9817
parenta93f87fcc607239fc644d34df4bd33a060e8f8e4 (diff)
downloadydb-01728c8b67aff9291a0f7325e24758922554455d.tar.gz
add test status as we go
`~/arcadia/devtools/dummy_arcadia/test/junit5$ ya test -rT --test-tool-bin ~/tmp/bins/test_tool`\ \ ![Screenshot 2024-08-27 at 16.23.55.png](https://arcanum.s3.mds.yandex.net/files/kuzmich321/TolOEzYz1io-k5uNV6XIx) 3ee7c4c4bf5658152902957a864f730cdb0a062d
-rw-r--r--build/plugins/lib/test_const/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/lib/test_const/__init__.py b/build/plugins/lib/test_const/__init__.py
index 6ac90273ee..6086251f52 100644
--- a/build/plugins/lib/test_const/__init__.py
+++ b/build/plugins/lib/test_const/__init__.py
@@ -209,6 +209,8 @@ XCODE_TOOLS_RESOURCE = 'XCODE_TOOLS_ROOT_RESOURCE_GLOBAL'
WINE_TOOL = 'WINE_TOOL_RESOURCE_GLOBAL'
WINE32_TOOL = 'WINE32_TOOL_RESOURCE_GLOBAL'
+DEFAULT_CRASHED_STATUS_COMMENT = "Test crashed"
+
class Enum(object):
@classmethod