aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralevitskii <alevitskii@yandex-team.com>2025-03-25 15:42:01 +0300
committeralevitskii <alevitskii@yandex-team.com>2025-03-25 16:00:32 +0300
commit30c40b21dc1527fb15426ef6c9fe742aff8dadb0 (patch)
tree64ea553fd0980dbd2e727802e146ab85d2b04825
parente3fd8dfac36fb164abdd8b5219b148c6c9d15766 (diff)
downloadydb-30c40b21dc1527fb15426ef6c9fe742aff8dadb0.tar.gz
[devtools/ya/core] Enable some missing tests
add paths make test pass commit_hash:a2980cb4418c77459e75eac0f8a67d0d032c6240
-rw-r--r--build/scripts/error.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/scripts/error.py b/build/scripts/error.py
index fb76ecc7bb8..85ee432d2e4 100644
--- a/build/scripts/error.py
+++ b/build/scripts/error.py
@@ -1,4 +1,7 @@
# Sync content of this file with devtools/ya/core/error/__init__.py
+# Add some dummy lines to match the number of lines in devtools/ya/core/error/__init__.py
+# <dummy line>
+
TEMPORARY_ERROR_MESSAGES = [
'Connection reset by peer',
@@ -18,7 +21,6 @@ TEMPORARY_ERROR_MESSAGES = [
]
-# Node exit codes
class ExitCodes(object):
GENERIC_ERROR = 1
# 2 is reserved not to be confused with bash's exit code