Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix tests after | pg | 2023-12-18 | 1 | -0/+10 |
| | |||||
* | Fix str/bytes for regexp | v-korovin | 2023-12-06 | 1 | -1/+2 |
| | |||||
* | Revert commit rXXXXXX,Decode bytes when reading sanitizer's stderr | vitalyisaev | 2023-11-29 | 1 | -6/+2 |
| | |||||
* | Decode bytes when reading sanitizer's stderr | vitalyisaev | 2023-11-28 | 1 | -2/+6 |
| | |||||
* | (no commit message) | zhukoff-pavel | 2023-11-02 | 1 | -2/+6 |
| | |||||
* | port all tests to py3 | zhukoff-pavel | 2023-10-10 | 1 | -5/+9 |
| | |||||
* | Move contrib/tools/jdk to build/platform/java/jdk/testing | thegeorg | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | [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 | ||||
* | [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 | ||||
* | Fix yatest.common.process stdout/stderr redirection on macOS | somov | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | Add set_metric_value, so non-pytest tests could write metrics | anterpin | 2023-08-03 | 1 | -0/+22 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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` | ||||
* | 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 |
| | |||||
* | More logs while recovering core | v-korovin | 2022-11-07 | 1 | -0/+2 |
| | |||||
* | FIx strict context tests | iaz1607 | 2022-10-31 | 1 | -0/+5 |
| | |||||
* | [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. | ||||
* | Create kesuses for rate limiting in YQ | galaxycrab | 2022-07-08 | 1 | -12/+20 |
| | | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos | ||||
* | Java strict | iaz1607 | 2022-07-01 | 1 | -1/+4 |
| | | | | | | https://st.yandex-team.ru/DEVTOOLS-7874 ref:3260d4335ca049569cca84a26d43a821cb89f583 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-22 | 1 | -2/+4 |
| | | | | ref:e5b94b91d513ee8cc2d1610107a4e0b462b9c9db | ||||
* | Strict go test | iaz1607 | 2022-06-17 | 1 | -0/+6 |
| | | | | ref:6ef4c0e7601ad32073264a38b583a6d2d33bce94 | ||||
* | Yatest added new Popen argument | vzaborovskiy | 2022-05-06 | 1 | -0/+5 |
| | | | | ref:8ef6e980cdf596b743f677ecbfc7bca8fcf75349 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-26 | 1 | -1/+3 |
| | | | | ref:110136b448f725022fe4a99944539b99fd3a0ebf | ||||
* | intermediate changes | arcadia-devtools | 2022-03-10 | 1 | -2/+2 |
| | | | | ref:e3558e59374e3fcc75bdef0c34f021d3dc7b8326 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-07 | 2 | -4/+3 |
| | | | | ref:44cfacf4cc6e35eb3189b83a81fde1f7844d175b | ||||
* | intermediate changes | arcadia-devtools | 2022-03-04 | 1 | -3/+28 |
| | | | | ref:2a778101b5c1b72fe97b6485437fc7bbd1713dce | ||||
* | intermediate changes | arcadia-devtools | 2022-02-14 | 1 | -1/+1 |
| | | | | ref:d0ac4d41feb48fdd937daf90db00be7cf2bc6231 | ||||
* | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | alexandr21 | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | alexandr21 | 2022-02-10 | 1 | -3/+3 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | coteeq | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | coteeq | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | smishin | 2022-02-10 | 1 | -30/+30 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | smishin | 2022-02-10 | 1 | -30/+30 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | ivanvan | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | ivanvan | 2022-02-10 | 1 | -1/+1 |
| |