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 | 23 | -1405/+0 |
| | |||||
* | Move contrib/tools/jdk to build/platform/java/jdk/testing | thegeorg | 2023-10-03 | 24 | -1/+1406 |
| | |||||
* | add ydb deps | nkozlovskiy | 2023-09-29 | 46 | -0/+2415 |
| | |||||
* | Move style configs from devtools to build directory | say | 2023-09-28 | 2 | -5/+2 |
| | |||||
* | fix run_ut to work with py3 | zhukoff-pavel | 2023-09-27 | 1 | -2/+2 |
| | |||||
* | [library/python/testing/yatest_common/yatest/common/process] Fixed E741 | prettyboy | 2023-09-25 | 1 | -2/+2 |
| | |||||
* | [library/python/pytest/plugins] Suppress PLR1727 | prettyboy | 2023-09-25 | 1 | -2/+2 |
| | |||||
* | [library/python/cyson/cyson] Suppress F405 | prettyboy | 2023-09-25 | 1 | -2/+2 |
| | |||||
* | [library/python] Fix some style tests | prettyboy | 2023-09-22 | 9 | -20/+33 |
| | | | | см 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 | ||||
* | Split py on py2/py3 | shadchin | 2023-09-21 | 1 | -2/+4 |
| | |||||
* | Remove references to clang-format-12 | thegeorg | 2023-09-15 | 2 | -10/+4 |
| | |||||
* | [library/python/string] Change message type to debug | zhukoff-pavel | 2023-09-14 | 1 | -1/+1 |
| | |||||
* | Increase max metric name length | iaz1607 | 2023-09-13 | 1 | -1/+1 |
| | |||||
* | Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for ↵ | prettyboy | 2023-09-08 | 23 | -1478/+0 |
| | | | | opensource | ||||
* | [build/plugins/ytest] Allow prebuilt linters for opensource | prettyboy | 2023-09-08 | 23 | -0/+1478 |
| | | | | | | Без этого, ydb или не сможет запускать flake8 с помощью ya make. Или к ним поедет сборка flake8. Возможно последнее и не так плохо, но сейчас предлагается пока так | ||||
* | No xrange in python3 | somov | 2023-09-07 | 1 | -1/+1 |
| | |||||
* | [library/python/pytest/plugins/ya] Limit snippet size up to 8kb | prettyboy | 2023-09-07 | 1 | -1/+5 |
| | |||||
* | [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 | ||||
* | Moved udf_test and refactored test_framework | vvvv | 2023-08-30 | 16 | -0/+3879 |
| | | | | | | | | | | | | | | | | | | | | | Локально упавший тест выполняется %% vvvv@mr-nvme-testing-08:~/repo/arcadia/statbox/nile/tests/yql/py2/part_2$ arc checkout move_udf_test_and_refactor_tf Switched to branch 'move_udf_test_and_refactor_tf' vvvv@mr-nvme-testing-08:~/repo/arcadia/statbox/nile/tests/yql/py2/part_2$ ya make -tA -F '*test_unchanged_table*' Warn[-WPluginErr]: in $B/statbox/nile/tests/yql/py2/part_2/libpy2-part_2.so: Requirement cpu is redefined 2 -> 4 Warn[-WPluginErr]: in $B/statbox/nile/tests/yql/py2/part_2/libpy2-part_2.so: Requirement ram is redefined 16 -> 9 Number of suites skipped by name: 2, by filter *test_unchanged_table* Total 1 suite: 1 - GOOD Total 4 tests: 4 - GOOD Ok %% судя по ошибке он flaky | ||||
* | Intermediate changes | robot-piglet | 2023-08-27 | 3 | -0/+96 |
| | |||||
* | Put library/python/resource under ya style | shadchin | 2023-08-27 | 9 | -73/+59 |
| | |||||
* | Remove unused code | shadchin | 2023-08-26 | 1 | -57/+0 |
| | |||||
* | Remove excessive PEERDIR to contrib/python/requests | thegeorg | 2023-08-25 | 1 | -1/+0 |
| | | | | contrib/python/requests/py2 depends on LGPL-licensed chardet module, we do not want this. | ||||
* | Fix some style issues in library/python/pytest | thegeorg | 2023-08-24 | 4 | -28/+91 |
| | | | | | | | | Two issues remain unfixed: ``` [fail] library/python/pytest/rewrite.py:96: [PLW0122] Use of exec (exec-used) [fail] library/python/pytest/yatest_tools.py:49: [F821] undefined name 'unicode' ``` | ||||
* | 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 | ||||
* | Virtual destructor libraries | jack239 | 2023-08-14 | 1 | -0/+1 |
| | | | | Virtual destructor in cpp library | ||||
* | Get rid of excessive PEERDIRs | thegeorg | 2023-08-03 | 1 | -4/+0 |
| | |||||
* | 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:]*)") ``` | ||||
* | Update contrib/python/pytest/py3 to 7.3.2 | robot-contrib | 2023-08-03 | 1 | -0/+1 |
| | |||||
* | Fix gdb shell | iaz1607 | 2023-08-01 | 1 | -0/+2 |
| | |||||
* | Prepare to update black to 23.7.0 | shadchin | 2023-07-30 | 1 | -2/+0 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-07-27 | 1 | -0/+2 |
| | |||||
* | 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 | 5 | -0/+129 |
| | | | Со стороны 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 | 39 | -0/+512 |
| | |||||
* | 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 |
| | |||||
* | Revert commit rXXXXXX (Preserve tests order when splitting by chunks) | somov | 2023-05-24 | 1 | -17/+2 |
| | |||||
* | [devtools/ya/test] Fixed missing diff_tool dep and use build root relative paths | prettyboy | 2023-05-24 | 1 | -0/+16 |
| | |||||
* | Preserve tests order when splitting by chunks | somov | 2023-05-23 | 1 | -2/+17 |
| |