Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move swag from devtools/ to library/python/testing/ | alexv-smirnov | 2023-10-18 | 6 | -0/+506 |
| | |||||
* | port all tests to py3 | zhukoff-pavel | 2023-10-10 | 1 | -5/+9 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-03 | 3 | -38/+0 |
| | |||||
* | Move contrib/tools/jdk to build/platform/java/jdk/testing | thegeorg | 2023-10-03 | 4 | -1/+39 |
| | |||||
* | [library/python/testing/yatest_common/yatest/common/process] Fixed E741 | prettyboy | 2023-09-25 | 1 | -2/+2 |
| | |||||
* | [library/python] Fix some style tests | prettyboy | 2023-09-22 | 2 | -3/+8 |
| | | | | см https://a.yandex-team.ru/review/4511498/details?checkId=29700000007055&dialogId=CiCard&filter=resultType%28RT_STYLE_CHECK%29%3BsuiteCategory%28CATEGORY_CHANGED%29&iterationType=FULL&number=1&openedItems=955241967903872625%3ART_STYLE_SUITE_CHECK%2C12143061788616128922%3ART_STYLE_SUITE_CHECK%2C8023375544570871616%3ART_STYLE_SUITE_CHECK%2C10700057700434354061%3ART_STYLE_SUITE_CHECK%2C10919096887128703016%3ART_STYLE_SUITE_CHECK%2C8720280302786645361%3ART_STYLE_SUITE_CHECK%2C16643406941049220442%3ART_STYLE_SUITE_CHECK%2C12501056625690179524%3ART_STYLE_SUITE_CHECK&snippetViewMode=word-wrap&status=STATUS_FAILED | ||||
* | Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for ↵ | prettyboy | 2023-09-08 | 3 | -132/+0 |
| | | | | opensource | ||||
* | [build/plugins/ytest] Allow prebuilt linters for opensource | prettyboy | 2023-09-08 | 3 | -0/+132 |
| | | | | | | Без этого, ydb или не сможет запускать flake8 с помощью ya make. Или к ним поедет сборка flake8. Возможно последнее и не так плохо, но сейчас предлагается пока так | ||||
* | [library/python/testing/yatest_common/yatest/common/process] Limit snippet ↵ | prettyboy | 2023-09-07 | 1 | -1/+1 |
| | | | | size in logs up to 64kb | ||||
* | [library/python/testing/yatest_common/yatest/common/process] Reduce noise ↵ | prettyboy | 2023-09-02 | 1 | -0/+3 |
| | | | | from coredump_filter | ||||
* | Enable recipe to run with test env file name in the command line | alexv-smirnov | 2023-08-23 | 2 | -2/+4 |
| | |||||
* | Fix yatest.common.process stdout/stderr redirection on macOS | somov | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | Enable recipe to run with test context options in the command line | alexv-smirnov | 2023-08-14 | 1 | -1/+4 |
| | | | | It allows to start recipes outside ya make without creating a context file | ||||
* | Add set_metric_value, so non-pytest tests could write metrics | anterpin | 2023-08-03 | 1 | -0/+22 |
| | |||||
* | Fix incorrect python string warning | vitja | 2023-08-03 | 1 | -1/+1 |
| | | | | | | | | вызывает вот такое вот предупреждение: ``` /home/vitja/arcadia/library/python/testing/filter/filter.py:10: DeprecationWarning: invalid escape sequence '\w' PARSE_TAG_RE = re.compile("([+-]?[\w:]*)") ``` | ||||
* | Prepare to update black to 23.7.0 | shadchin | 2023-07-30 | 1 | -2/+0 |
| | |||||
* | Fix tests | v-korovin | 2023-07-19 | 1 | -0/+2 |
| | |||||
* | Import test great again | shadchin | 2023-06-30 | 1 | -6/+9 |
| | | | После включения pydebug mode, в выводе import_test появилось много шума из-за `DeprecationWarning` и стало сложнее увидеть падение, добавил тут игнорирование `DeprecationWarning` | ||||
* | YQ Connector: support managed ClickHouse | vitalyisaev | 2023-06-29 | 2 | -0/+51 |
| | | | Со стороны dqrun можно обратиться к инстансу коннектора, который работает на streaming стенде, и извлечь данные из облачного CH. | ||||
* | Fix devtools/ya/test/tests/unittests (canondata processing) | v-korovin | 2023-06-27 | 1 | -1/+1 |
| | |||||
* | Fix output dir in retries case | iaz1607 | 2023-06-21 | 1 | -2/+6 |
| | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 7 | -0/+112 |
| | |||||
* | Fix filemode on stdout open | ilyasiluyanov | 2023-06-08 | 1 | -10/+3 |
| | | | Set binary mode as default, use `str` (aka unicode) on demand | ||||
* | rebase pr to fix ya package onto backward-compat fix for execute | ilyasiluyanov | 2023-06-07 | 1 | -5/+12 |
| | | | | | | | | | | | | Use text=True as many as needed Create npm always tries to return text Use bytes in stdout assertions Remove strings py23_utils py23_canondata Try to make backward compatible solution first | ||||
* | [library/python/testing/yatest_common/yatest/common/process] Wait for process | prettyboy | 2023-06-06 | 1 | -0/+1 |
| | |||||
* | [devtools/ya/test] Fixed missing diff_tool dep and use build root relative paths | prettyboy | 2023-05-24 | 1 | -0/+16 |
| | |||||
* | Add environment set upon test launch from test.context for python tests | zhukoff-pavel | 2023-05-10 | 1 | -0/+12 |
| | |||||
* | Set Popen(text=True) for py3 just for fun | v-korovin | 2023-05-04 | 1 | -0/+4 |
| | |||||
* | [library/python/testing/yatest_common/yatest] Close non-user file descriptiors | prettyboy | 2023-04-20 | 1 | -2/+8 |
| | |||||
* | add CANONIZE_DIR_LOCALLY | kmokrov | 2023-04-10 | 1 | -2/+2 |
| | | | Tests: проверял локально, собрал `ya-bin`, во время запуска подкладывал ему собранный `test_tool` с помощью флага `--test-tool-bin` | ||||
* | Swith flake8 to custom lint schema | say | 2023-03-31 | 2 | -120/+0 |
| | |||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 8 | -124/+0 |
| | |||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 8 | -0/+124 |
| | |||||
* | Prepare custom_lint for flake8: | say | 2023-03-07 | 1 | -6/+26 |
| | | | | | | - add lint_name, global_resource and extra_param options - add option to split lint tests in chunks (FILE_PROCESSING_TIME) - rename '--configs' option to '--config' to be consistent with other option names | ||||
* | Fix import tests for pydebug | speedwagon | 2023-03-02 | 1 | -7/+11 |
| | | | | | | | | | | | Fixed: ``` arcadia/library/python/testing/import_test/import_test.py:31: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:33: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:51: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:71: [E741] ambiguous variable name 'l' arcadia/library/python/testing/import_test/import_test.py:96: [E722] do not use bare 'except' arcadia/library/python/testing/import_test/import_test.py:151: [E722] do not use bare 'except' ``` | ||||
* | Migrate black linter on custom_lint pipeline | say | 2023-02-14 | 2 | -0/+100 |
| | |||||
* | Fix yatest with Python 3.11 | shadchin | 2022-12-18 | 1 | -1/+2 |
| | |||||
* | Bytes and string fixes | v-korovin | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | Reduce duplicate in NO_CHECK_IMPORTS | shadchin | 2022-11-17 | 1 | -0/+3 |
| | |||||
* | yatest_common context file test | qrort | 2022-11-17 | 3 | -12/+15 |
| | |||||
* | More logs while recovering core | v-korovin | 2022-11-07 | 1 | -0/+2 |
| | |||||
* | FIx strict context tests | iaz1607 | 2022-10-31 | 2 | -0/+7 |
| | |||||
* | [library/python/testing] Fixed relaxed mode selection | prettyboy | 2022-10-24 | 1 | -4/+4 |
| | |||||
* | [library/python/testing] Added yatest_common_standalone | prettyboy | 2022-10-24 | 1 | -3/+12 |
| | |||||
* | Allow binary output to be modified (just a little)) before comparing it to ↵ | heretic | 2022-09-28 | 1 | -4/+28 |
| | | | | | canonical add canonize data transformer | ||||
* | [library/python/testing/yatest_common] Relaxed runtime methods for ↵ | prettyboy | 2022-09-25 | 8 | -94/+284 |
| | | | | non-standalone runs | ||||
* | Switch on inspect.getfullargspec | shadchin | 2022-08-14 | 1 | -1/+6 |
| | | | The `inspect.getargspec` function, deprecated since Python 3.0; use `inspect.signature()` or `inspect.getfullargspec()` instead. | ||||
* | []: Fix test context files | iaz1607 | 2022-08-09 | 1 | -1/+3 |
| | |||||
* | Remove duplicates from stable ydb config | thegeorg | 2022-07-13 | 1 | -2/+2 |
| | |||||
* | Create kesuses for rate limiting in YQ | galaxycrab | 2022-07-08 | 3 | -12/+42 |
| | | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos |