aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexandr21 <alexandr21@yandex-team.ru>2022-02-10 16:51:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:05 +0300
commita1adfe01d5b618c4bf11de5f69898b1836e4d90b (patch)
tree9033cbd8ba48dca6b5cc5f92af689c8d83b3fc3e
parent5bb7d5114d9362460f25a7066c2d66531fb455fa (diff)
downloadydb-a1adfe01d5b618c4bf11de5f69898b1836e4d90b.tar.gz
Restoring authorship annotation for <alexandr21@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--library/python/testing/yatest_common/yatest/common/process.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py
index a8bcc21f51..e079b57bcb 100644
--- a/library/python/testing/yatest_common/yatest/common/process.py
+++ b/library/python/testing/yatest_common/yatest/common/process.py
@@ -368,8 +368,8 @@ class _Execution(object):
raise ExecutionError(self)
# Don't search for sanitize errors if stderr was redirected
- self.verify_sanitize_errors()
-
+ self.verify_sanitize_errors()
+
def verify_no_coredumps(self):
"""
Verify there is no coredump from this binary. If there is then report backtrace.
@@ -383,7 +383,7 @@ class _Execution(object):
else:
yatest_logger.warning("Core dump file recovering is skipped: module cores isn't available")
- def verify_sanitize_errors(self):
+ def verify_sanitize_errors(self):
"""
Verify there are no sanitizer (ASAN, MSAN, TSAN, etc) errors for this binary. If there are any report them.
"""