diff options
author | alevitskii <alevitskii@yandex-team.com> | 2025-03-25 15:42:01 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2025-03-25 16:00:32 +0300 |
commit | 30c40b21dc1527fb15426ef6c9fe742aff8dadb0 (patch) | |
tree | 64ea553fd0980dbd2e727802e146ab85d2b04825 | |
parent | e3fd8dfac36fb164abdd8b5219b148c6c9d15766 (diff) | |
download | ydb-30c40b21dc1527fb15426ef6c9fe742aff8dadb0.tar.gz |
[devtools/ya/core] Enable some missing tests
add paths
make test pass
commit_hash:a2980cb4418c77459e75eac0f8a67d0d032c6240
-rw-r--r-- | build/scripts/error.py | 4 |
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 |